mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adding some more reserved keywords
This commit is contained in:
parent
677cefc0e3
commit
ee1de5d02e
3
Token.h
3
Token.h
@ -310,6 +310,9 @@ namespace solidity
|
|||||||
K(Throw, "throw", 0) \
|
K(Throw, "throw", 0) \
|
||||||
K(Try, "try", 0) \
|
K(Try, "try", 0) \
|
||||||
K(Catch, "catch", 0) \
|
K(Catch, "catch", 0) \
|
||||||
|
K(Using, "using", 0) \
|
||||||
|
K(Type, "type", 0) \
|
||||||
|
K(TypeOf, "typeof", 0) \
|
||||||
/* Illegal token - not able to scan. */ \
|
/* Illegal token - not able to scan. */ \
|
||||||
T(Illegal, "ILLEGAL", 0) \
|
T(Illegal, "ILLEGAL", 0) \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user