full-stack-hello
full-stack-hello copied to clipboard
Seperate front-end and back-end to generate compiled bytecode?
Maybe somehow we can generate bytecode, and run from bytecode? without assemble_from_file.
At present, as.c is actually a parser and evaluator rather than a functioned assembler. We would better generate real bytecode / machine code accordingly.
And load/store the bytecode from/to ELF formatted files?