Browse Source

Adding some more reserved keywords

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
fdd2959fff
  1. 3
      libsolidity/Token.h

3
libsolidity/Token.h

@ -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) \
\

Loading…
Cancel
Save