Skip to content

Commit

Permalink
Update grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
pablofullana committed Nov 27, 2018
1 parent 93d4f4f commit 8b30036
Show file tree
Hide file tree
Showing 5 changed files with 1,823 additions and 1,814 deletions.
32 changes: 16 additions & 16 deletions lib/grammar/Solidity.tokens
Original file line number Diff line number Diff line change
Expand Up @@ -150,22 +150,22 @@ LINE_COMMENT=119
'enum'=31
'['=32
']'=33
'.'=34
'mapping'=35
'=>'=36
'memory'=37
'storage'=38
'calldata'=39
'if'=40
'else'=41
'while'=42
'assembly'=43
'do'=44
'return'=45
'throw'=46
'emit'=47
'var'=48
'address'=49
'address'=34
'.'=35
'mapping'=36
'=>'=37
'memory'=38
'storage'=39
'calldata'=40
'if'=41
'else'=42
'while'=43
'assembly'=44
'do'=45
'return'=46
'throw'=47
'emit'=48
'var'=49
'bool'=50
'string'=51
'byte'=52
Expand Down
Loading

0 comments on commit 8b30036

Please sign in to comment.