summaryrefslogtreecommitdiff
path: root/src/parser/cvc
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-02 20:04:34 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-02 20:04:34 +0000
commitb6544992abea751ec48ac0892925d7f04e5cbf10 (patch)
tree63bd7a7d8eb6eae9e89e3638ff9b1ec23b196744 /src/parser/cvc
parentaa345c679983d0f9197d9a7b2d24d6ccd92f90f3 (diff)
Overriding ANTLR3 error recovery routine
Diffstat (limited to 'src/parser/cvc')
-rw-r--r--src/parser/cvc/Cvc.g1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/cvc/Cvc.g b/src/parser/cvc/Cvc.g
index 8b8f251ae..428e2432e 100644
--- a/src/parser/cvc/Cvc.g
+++ b/src/parser/cvc/Cvc.g
@@ -79,6 +79,7 @@ using namespace CVC4::parser;
#define MK_CONST EXPR_MANAGER->mkConst
}
+
/**
* Parses an expression.
* @return the parsed expression
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback