From 8a6eb35a900081967db16d313ab7ed470de6570f Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 23 Oct 2021 22:01:52 +0200 Subject: Loop expressions and concrete walker errors. --- src/lex/token.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lex/token.rs') diff --git a/src/lex/token.rs b/src/lex/token.rs index 5debbfd..2fb5d5b 100644 --- a/src/lex/token.rs +++ b/src/lex/token.rs @@ -53,11 +53,14 @@ pub enum TokenVariant { KeywordIf, KeywordElif, KeywordElse, + KeywordLoop, KeywordForm, KeywordType, KeywordTrue, KeywordFalse, KeywordSelf, + KeywordBreak, + KeywordContinue, KeywordReturn, KeywordPrint, -- cgit 1.4.1