summaryrefslogtreecommitdiff
path: root/src/parser/parser.cpp
blob: 35ca74ecd34e2ac14edd00a84e3dc769d478ea28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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