We need to finish implementing the codegen (Code Generation) API for compilers to use to simplify the process of generating bytecode. This will help eliminate the need to rewrite the code generator and manually outputting the byte code format byte-for-byte. This will also help simplify the effort to rewrite our RASM assembler program in Rust.
We need to finish implementing the codegen (Code Generation) API for compilers to use to simplify the process of generating bytecode. This will help eliminate the need to rewrite the code generator and manually outputting the byte code format byte-for-byte. This will also help simplify the effort to rewrite our RASM assembler program in Rust.