You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: