summary refs log tree commit diff
path: root/gen/ANFLexer.py
diff options
context:
space:
mode:
authorErik Oosting2023-12-11 16:04:26 +0100
committerErik Oosting2023-12-11 16:04:26 +0100
commit2824d28a6fd65e0a1f70a1f8b149a198e7e7fa8d (patch)
treebac8ff6fe46ea823614caca28f17c80e470bb97a /gen/ANFLexer.py
parent0e96e69659c7c31927b7eee5c40d017b035a6471 (diff)
added labels to each rule
Diffstat (limited to 'gen/ANFLexer.py')
-rw-r--r--gen/ANFLexer.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/gen/ANFLexer.py b/gen/ANFLexer.py
index 5200e78..548e11e 100644
--- a/gen/ANFLexer.py
+++ b/gen/ANFLexer.py
@@ -24,10 +24,10 @@ def serializedATN():
         33,1,0,0,0,3,35,1,0,0,0,5,37,1,0,0,0,7,39,1,0,0,0,9,41,1,0,0,0,11,
         43,1,0,0,0,13,45,1,0,0,0,15,47,1,0,0,0,17,49,1,0,0,0,19,53,1,0,0,
         0,21,55,1,0,0,0,23,58,1,0,0,0,25,67,1,0,0,0,27,71,1,0,0,0,29,73,
-        1,0,0,0,31,76,1,0,0,0,33,34,5,43,0,0,34,2,1,0,0,0,35,36,5,45,0,0,
-        36,4,1,0,0,0,37,38,5,42,0,0,38,6,1,0,0,0,39,40,5,47,0,0,40,8,1,0,
-        0,0,41,42,5,40,0,0,42,10,1,0,0,0,43,44,5,58,0,0,44,12,1,0,0,0,45,
-        46,5,41,0,0,46,14,1,0,0,0,47,48,5,44,0,0,48,16,1,0,0,0,49,50,5,108,
+        1,0,0,0,31,76,1,0,0,0,33,34,5,40,0,0,34,2,1,0,0,0,35,36,5,43,0,0,
+        36,4,1,0,0,0,37,38,5,41,0,0,38,6,1,0,0,0,39,40,5,45,0,0,40,8,1,0,
+        0,0,41,42,5,42,0,0,42,10,1,0,0,0,43,44,5,47,0,0,44,12,1,0,0,0,45,
+        46,5,58,0,0,46,14,1,0,0,0,47,48,5,44,0,0,48,16,1,0,0,0,49,50,5,108,
         0,0,50,51,5,101,0,0,51,52,5,116,0,0,52,18,1,0,0,0,53,54,5,61,0,0,
         54,20,1,0,0,0,55,56,5,105,0,0,56,57,5,110,0,0,57,22,1,0,0,0,58,63,
         3,27,13,0,59,62,3,27,13,0,60,62,3,29,14,0,61,59,1,0,0,0,61,60,1,
@@ -65,7 +65,7 @@ class ANFLexer(Lexer):
     modeNames = [ "DEFAULT_MODE" ]
 
     literalNames = [ "<INVALID>",
-            "'+'", "'-'", "'*'", "'/'", "'('", "':'", "')'", "','", "'let'", 
+            "'('", "'+'", "')'", "'-'", "'*'", "'/'", "':'", "','", "'let'", 
             "'='", "'in'" ]
 
     symbolicNames = [ "<INVALID>",