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
fbff4dd188
Move common lexer up to use for both assembler and compiler. Start work on compiler.
292aca1251
implement automatic register handling with scope.
56550a3690
Incrementally build the compiler from the assembler