Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75a596a

Browse files
authored
Merge pull request argotorg#1529 from federicobond/right-shifts
Add missing right-hand side expression for shifts
2 parents 3779968 + 1f80dbb commit 75a596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/grammar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Expression =
7777
| Expression '**' Expression
7878
| Expression ('*' | '/' | '%') Expression
7979
| Expression ('+' | '-') Expression
80-
| Expression ('<<' | '>>')
80+
| Expression ('<<' | '>>') Expression
8181
| Expression '&' Expression
8282
| Expression '^' Expression
8383
| Expression '|' Expression

0 commit comments

Comments
 (0)