summaryrefslogtreecommitdiff
path: root/impl/parser/EquationSystem.tokens
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@carlo-laptop>2012-08-07 17:01:57 +1000
committerCarlo Zancanaro <carlo@carlo-laptop>2012-08-07 17:01:57 +1000
commitc26f38114fedde81effb938ffbedfe922d77a322 (patch)
treef5c637526607507e2861ab8bce69d49e89a4f541 /impl/parser/EquationSystem.tokens
parent42e729d20000eb141b2907ad83630af34f4afea3 (diff)
A whole bunch of clean up work around the place.
- Make it a bit nicer to use the command-line - Remove the strategies we won't be using - Clean up some code around the place, generally
Diffstat (limited to 'impl/parser/EquationSystem.tokens')
-rw-r--r--impl/parser/EquationSystem.tokens33
1 files changed, 0 insertions, 33 deletions
diff --git a/impl/parser/EquationSystem.tokens b/impl/parser/EquationSystem.tokens
deleted file mode 100644
index c706036..0000000
--- a/impl/parser/EquationSystem.tokens
+++ /dev/null
@@ -1,33 +0,0 @@
-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