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? 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
This is a master list of the grammar constructs that need representation in the AST.
ANDLIKE
ORLIKE
PLUSLIKE
MINUSLIKE
MULTLIKE
DIVLIKE
MODLIKE
EXPLIKE
NOT
Concepts that haven't made it in to the lexer or grammar yet, and general cleanup.
invocation
expr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a master list of the grammar constructs that need representation in the AST.
ANDLIKE
.ORLIKE
.PLUSLIKE
.MINUSLIKE
.MULTLIKE
.DIVLIKE
.MODLIKE
.EXPLIKE
.NOT
unary operator.Concepts that haven't made it in to the lexer or grammar yet, and general cleanup.
invocation
intoexpr
.The text was updated successfully, but these errors were encountered: