-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parser): multiplicative operators are above additive operators in…
… precedence (#907) The multiplicative operators are a higher precedence, but were accidentally put in the EBNF at a lower precedence. This adds a precedence table to the docs and fixes the EBNF so multiplication/division are higher precedence than addition/subtraction.
- Loading branch information
1 parent
f0f4df9
commit 0b10ca9
Showing
4 changed files
with
437 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.