Added boolean types and while statements
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 25 Jun 2020 19:35:45 +0000 (14:35 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 25 Jun 2020 19:35:45 +0000 (14:35 -0500)
commit9c709a93f91a71a6f865bcbd0888ef80dc4a902d
tree1630f73552d26dac78a8036aaa939b6296ad7235
parent781b87e9574acc6049b9bd1405cfdb0c57c38c82
Added boolean types and while statements
Almost a very usable language
13 files changed:
docs/plan
include/onyxlex.h
include/onyxparser.h
onyx
progs/other.onyx
progs/test.onyx
src/onyx.c
src/onyxlex.c
src/onyxparser.c
src/onyxsempass.c
src/onyxsymres.c
src/onyxtypecheck.c
src/onyxwasm.c