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
PrimaryExpression is a name of the rule in grammar, and shouldn't really matter in the rest of the compiler. Currently the fact this type exists already caused problems twice
when generating schema for AST, there is no way to makeVisitor over the Expression, because it unions PrimaryExpression non-algebraically
when adding AstLiteral there is no clear place to add it
The text was updated successfully, but these errors were encountered:
PrimaryExpression is a name of the rule in grammar, and shouldn't really matter in the rest of the compiler. Currently the fact this type exists already caused problems twice
makeVisitor
over theExpression
, because it unionsPrimaryExpression
non-algebraicallyAstLiteral
there is no clear place to add itThe text was updated successfully, but these errors were encountered: