proposal-binary-ast
proposal-binary-ast copied to clipboard
[question] I have a question that Binary AST file can be translated directly to bytecode or it should be translated to standard AST and then translated to bytecode in browser?
It should be feasible to translate BinAST directly to bytecode although that was not a design goal
I assume that by "standard AST", you mean "whatever-the-browser-is-using-as-an-AST", right?
We are working on a prototype implementation that translates to bytecode directly in Firefox.