full-stack-hello icon indicating copy to clipboard operation
full-stack-hello copied to clipboard

Seperate front-end and back-end to generate compiled bytecode?

Open mlouielu opened this issue 8 years ago • 2 comments

Maybe somehow we can generate bytecode, and run from bytecode? without assemble_from_file.

mlouielu avatar May 24 '17 10:05 mlouielu

At present, as.c is actually a parser and evaluator rather than a functioned assembler. We would better generate real bytecode / machine code accordingly.

jserv avatar May 24 '17 10:05 jserv

And load/store the bytecode from/to ELF formatted files?

pakls avatar May 29 '17 09:05 pakls