solidityj / solidity-antlr4

Solidity grammar for ANTLR4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add all reserved keywords

federicobond opened this issue · comments

The list at the official documentation mentions these.

abstract, after, case, catch, default, final, in, inline, interface, let, match, 
null, of, pure, relocatable, static, switch, try, type, typeof, view.

Make sure it's updated with the implementation.