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

Intermediary representation #80

Merged
merged 1 commit into from
Oct 15, 2022
Merged

Intermediary representation #80

merged 1 commit into from
Oct 15, 2022

Conversation

JeanJPNM
Copy link
Collaborator

@JeanJPNM JeanJPNM commented Aug 7, 2022

Should fix #79, #78, and #68.

The objective is to have a way to analyze the code structure without having to deal with all of the dynamics of the js AST.

Pipeline:

  • Reduce javascript AST into simpler constructs
  • Perform basic construct optimizations (like dead code elimination)
  • Evaluate constructs and cascade optimizations accordingly
  • Expand constructs into instructions

@JeanJPNM
Copy link
Collaborator Author

This is going to stay as a pending task until other issues are solved.

@JeanJPNM JeanJPNM merged commit a8a3b0d into main Oct 15, 2022
@JeanJPNM
Copy link
Collaborator Author

code from this was merged accidentally.

@JeanJPNM JeanJPNM deleted the intermediary-representation branch October 15, 2022 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant