the bulk of the compiler

This commit is contained in:
Vern Paxson 2021-04-19 16:32:04 -07:00
parent 158e82a2c1
commit 863be9436b
40 changed files with 7730 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#! /bin/sh
base=../../..
so=$base/src/script_opt/CPP
echo > $so/CPP-gen.cc
cd $base/build
ninja || echo Non-embedded build failed