We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The grammar:
op_or returns [((arg0:MExpr_t, arg1:MExpr_t) => MExpr_t) result] : '||' { $result = ExprOr; }
Which caused such an error:
error(63): src/xxx.g4: unknown attribute reference 'result' in '$result = ExprOr;'
The text was updated successfully, but these errors were encountered:
fix #26: using aliases for function types in type annotations of ANTL…
c90ea00
…R grammars to workaround tunnelvisionlabs/antlr4ts#537
8403ac2
No branches or pull requests
The grammar:
Which caused such an error:
The text was updated successfully, but these errors were encountered: