This website requires JavaScript.
656424c9d1
Add StrBuf implementation, fix bug in `areturn` need to zero out the end of memory for strings.
ecc69ea144
Update plex example, use lib instead of static header
e802fc3779
rename parser to compiler, update build, change c to c99 so we can emit different versions, create a libundar for the emit-c99, update tests.
8e430a9d46
merge emitters, add uxn emitter, update c emitter, update simple to use raw ascii for example
b332ecf06d
WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup
7dd2fd521e
add header gen tool, add main, add archs
5df7e1a561
WIP refactoring compiler to be less verbose
197b8ee0ef
Optimizations, have return ask if it is a heap value, move lexer up