Skip to content

[WIP] Merge expr and jsast - not for review #4

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

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

rjwright
Copy link
Owner

This doesn't build. Not for review (but feel free to have a look).

Started merging Expression and JSAST data types into one data type (AST).

rjwright added 20 commits July 21, 2014 15:39
Also changed toAST to return just one ASTWithSourceSpan, and started
removing nested constructors from this function. Each call to toAST
should construct an ASTWithSourceSpan node and recursively call toAST
on its children.
Doesn't build.

Removed the Statement and List types. Added Expression and
StatementList types.

Need to add a Variables type.
This is a WIP.

It compiles now, but only because I commented out some things.
Nearly done, just need to sort out leading elisions stuff.
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

Successfully merging this pull request may close these issues.

1 participant