Skip to content

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

Open
rjwright wants to merge 20 commits intomasterfrom
MergeExprAndJSAST
Open

[WIP] Merge expr and jsast - not for review#4
rjwright wants to merge 20 commits intomasterfrom
MergeExprAndJSAST

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