Adding some more reserved keywords

This commit is contained in:
Lefteris Karapetsas 2015-03-24 19:04:41 +01:00
parent 677cefc0e3
commit ee1de5d02e

View File

@ -310,6 +310,9 @@ namespace solidity
K(Throw, "throw", 0) \
K(Try, "try", 0) \
K(Catch, "catch", 0) \
K(Using, "using", 0) \
K(Type, "type", 0) \
K(TypeOf, "typeof", 0) \
/* Illegal token - not able to scan. */ \
T(Illegal, "ILLEGAL", 0) \
\