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

Parsing error #29

Open
bmistree opened this issue Mar 15, 2013 · 0 comments
Open

Parsing error #29

bmistree opened this issue Mar 15, 2013 · 0 comments
Labels

Comments

@bmistree
Copy link
Owner

Cannot parse:

return a + (1 + 2);

Problem is with ReturnableExpression in astBuilderCommon.py. Fixing it appears as though it will require a major reconstruction of the parsing phase. (Which is long overdue. I'd love to actually create different AstNode types for each type of expression for instance.)

For now, not going to fix (enough to focus on on the back end).

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

No branches or pull requests

1 participant