summaryrefslogtreecommitdiff
path: root/impl/EquationSystem.g
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-09-05 10:25:19 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-09-05 10:25:19 +1000
commit608cf2e6a2ccc967e82b2b7a9693fd0bafb778fb (patch)
tree02a4f4136e50af3865df5acefc9174f73004c10a /impl/EquationSystem.g
parent35d53c78a4afd739d1246db486f2703e44590eda (diff)
Delete a lot of tex stuff, better debug info
Some other stuff, too, I think. Oh well. No biggie!
Diffstat (limited to 'impl/EquationSystem.g')
-rw-r--r--impl/EquationSystem.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/impl/EquationSystem.g b/impl/EquationSystem.g
index 07e8e71..cec400f 100644
--- a/impl/EquationSystem.g
+++ b/impl/EquationSystem.g
@@ -31,7 +31,7 @@ expr : '(' expr GREATER_EQUAL expr QUESTION_MARK expr ')' -> ^(GUARD expr expr e
term : NUMBER
| VARIABLE
| '-'^ term
- | '('! expr ')'! ;
+ | '('! maxExpr ')'! ;
NUMBER : (DIGIT)+ ;