Merge pull request #1894 from AleoHQ/abnf-add-symbols

[ABNF] Add forgotten symbols.
This commit is contained in:
Collin Chin 2022-06-27 08:40:33 -10:00 committed by GitHub
commit b4a0715162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,8 @@ atomic-literal = numeric-literal
symbol = "!" / "&&" / "||"
/ "==" / "!="
/ "<" / "<=" / ">" / ">="
/ "&" / "|" / "^"
/ "<<" / ">>"
/ "+" / "-" / "*" / "/" / "**"
/ "="
/ "(" / ")"