BNF: Fix MAJOR ERROR in operators

This commit is contained in:
Victor Fernandes 2017-02-21 14:46:11 -05:00
parent 1929d27602
commit 3a0a477225
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@
+ - * /
<string concatenation operator> -> one of
<<
<relational operator> -> one of
> < == <>
<logical operator> ->