The Bisaya Language will have its Byte Code so that A The Program written on it can be Exported as a Binary, Since The Parser Takes time to convert Source To Ast, So I'm Thinking of turning that AST into a Binary Representation so that we can use Virtual Machine
I'll be asking for an Opinion on how to format the byte code.
We can take inspiration from Python's Bytecode
The Bisaya Language will have its Byte Code so that A The Program written on it can be Exported as a Binary, Since The Parser Takes time to convert Source To Ast, So I'm Thinking of turning that AST into a Binary Representation so that we can use Virtual Machine
I'll be asking for an Opinion on how to format the byte code. We can take inspiration from Python's Bytecode