From 608cf2e6a2ccc967e82b2b7a9693fd0bafb778fb Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Wed, 5 Sep 2012 10:25:19 +1000 Subject: Delete a lot of tex stuff, better debug info Some other stuff, too, I think. Oh well. No biggie! --- impl/EquationSystem.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impl/EquationSystem.g') 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)+ ; -- cgit v1.2.3