aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/token.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/token.clj')
-rw-r--r--src/cljcc/token.clj5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cljcc/token.clj b/src/cljcc/token.clj
index 2da74fd..a703373 100644
--- a/src/cljcc/token.clj
+++ b/src/cljcc/token.clj
@@ -176,6 +176,11 @@
"int" :kw-int
"if" :kw-if
"else" :kw-else
+ "do" :kw-do
+ "while" :kw-while
+ "for" :kw-for
+ "break" :kw-break
+ "continue" :kw-continue
:identifier))
(defn create