summaryrefslogtreecommitdiff
path: root/src/parser/parser.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-12 20:38:10 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-12 20:38:10 +0000
commit13a6669a35aee32c03f8d29fe386aca95d2fbd8f (patch)
treeb126afb6c384dd45db0249e8096cf733a74daa95 /src/parser/parser.cpp
parent5b5474281c4cdc880bff8b9e38b84dc84f88e50c (diff)
parser, minisat, other things..
Diffstat (limited to 'src/parser/parser.cpp')
-rw-r--r--src/parser/parser.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/parser/parser.cpp b/src/parser/parser.cpp
new file mode 100644
index 000000000..35ca74ecd
--- /dev/null
+++ b/src/parser/parser.cpp
@@ -0,0 +1,21 @@
+/********************* -*- C++ -*- */
+/** parser.cpp
+ ** This file is part of the CVC4 prototype.
+ **
+ ** Parser implementation.
+ **
+ ** The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ **/
+
+#include "parser.h"
+#include "parser_temp.h"
+#include "parser_exception.h"
+
+namespace CVC4 {
+
+ParserTemp *parserTemp;
+
+}/* CVC4 namespace */
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback