summaryrefslogtreecommitdiffstats
path: root/src/front/token.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/front/token.py')
-rw-r--r--src/front/token.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/front/token.py b/src/front/token.py
index 78e9dab..d0970f3 100644
--- a/src/front/token.py
+++ b/src/front/token.py
@@ -26,6 +26,7 @@ Tag.LPAREN = Tag("LPAREN")
Tag.RPAREN = Tag("RPAREN")
Tag.NEWLINE = Tag("NEWLINE")
Tag.COMMA = Tag("COMMA")
+Tag.PRINT = Tag("PRINT")
Tag.FUN = Tag("FUN")
Tag.CALL = Tag("CALL")
Tag.ASSIGNMENT = Tag("ASSIGNMENT")