summaryrefslogtreecommitdiff
path: root/impl/parser/EquationSystem.tokens
diff options
context:
space:
mode:
Diffstat (limited to 'impl/parser/EquationSystem.tokens')
-rw-r--r--impl/parser/EquationSystem.tokens33
1 files changed, 33 insertions, 0 deletions
diff --git a/impl/parser/EquationSystem.tokens b/impl/parser/EquationSystem.tokens
new file mode 100644
index 0000000..c706036
--- /dev/null
+++ b/impl/parser/EquationSystem.tokens
@@ -0,0 +1,33 @@
+T__19=19
+T__20=20
+T__21=21
+T__22=22
+COMMA=4
+DIGIT=5
+GREATER_EQUAL=6
+GUARD=7
+LETTER=8
+MAXIMUM=9
+MINIMUM=10
+MULT=11
+NEWLINE=12
+NUMBER=13
+PLUS=14
+QUESTION_MARK=15
+SUB=16
+VARIABLE=17
+WHITESPACE=18
+'('=19
+')'=20
+'*'=11
+'+'=14
+','=21
+'-'=16
+';'=4
+'='=22
+'>='=6
+'?'=15
+'\n'=12
+'guard'=7
+'max'=9
+'min'=10