-
Notifications
You must be signed in to change notification settings - Fork 47
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
AST parser refactoring #244
AST parser refactoring #244
Conversation
7b9a864
to
0d6925e
Compare
03c1eef
to
1861f54
Compare
1861f54
to
e0eb219
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job in the parser lifting the statement separators out of each individual statement/expression! Also I love all the extra unit tests for if statement variations, and thanks for fixing my broken try/catch
tests.
I have a few questions and have request a few changes. But awesome work!
ElseIf
into anElseIfStatement
so thatelseif
's condition expression is in the context of an obvious statement,end sub/function
.