aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.l')
-rw-r--r--src/lexer.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lexer.l b/src/lexer.l
index e11b51e..e6a3f22 100644
--- a/src/lexer.l
+++ b/src/lexer.l
@@ -131,6 +131,10 @@ STRING \"(\\.|[^"\\])*\"
"else" {return ELSE;}
"nil" {return NIL;}
"own" {return OWN;}
+"pub" {return PUB;}
+
+"import" {return IMPORT;}
+"continue" {return CONTINUE;}
"error" {return ERROR;}