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

Skip to content

Commit 176c06f

Browse files
argotorg#1362: As it stands currently, the >>> operator will not be implemented.
1 parent 7820f80 commit 176c06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/grammar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Expression =
6565
| Expression '**' Expression
6666
| Expression ('*' | '/' | '%') Expression
6767
| Expression ('+' | '-') Expression
68-
| Expression ('<<' | '>>' | '>>>')
68+
| Expression ('<<' | '>>')
6969
| Expression '&' Expression
7070
| Expression '^' Expression
7171
| Expression '|' Expression

0 commit comments

Comments
 (0)