summaryrefslogtreecommitdiffstats
path: root/src/front/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/front/lexer.py')
-rw-r--r--src/front/lexer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/front/lexer.py b/src/front/lexer.py
index e6eb172..dcaa672 100644
--- a/src/front/lexer.py
+++ b/src/front/lexer.py
@@ -22,6 +22,7 @@ class Lexer:
'if': Token(Tag.IF),
'else': Token(Tag.ELSE),
'call': Token(Tag.CALL),
+ 'print': Token(Tag.PRINT),
'fun': Token(Tag.FUN),
'end': Token(Tag.END)}
return