Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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? #78

Open
zhijs opened this issue Jul 20, 2019 · 2 comments

Comments

@zhijs
Copy link

zhijs commented Jul 20, 2019

No description provided.

@vdjeric
Copy link
Collaborator

vdjeric commented Jul 22, 2019

It should be feasible to translate BinAST directly to bytecode although that was not a design goal

@Yoric
Copy link
Collaborator

Yoric commented Jul 22, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants