aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Token.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Token.h b/Token.h
index 57d71c1f..1435dcc5 100644
--- a/Token.h
+++ b/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) \
\