Adding ParserBuilder, reducing visibility of Parser and Input constructors
authorChristopher L. Conway <christopherleeconway@gmail.com>
Wed, 12 May 2010 20:29:24 +0000 (20:29 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Wed, 12 May 2010 20:29:24 +0000 (20:29 +0000)
commita358ed3b520919acbb72fb9bcd2974ee4165f495
tree52a9dd03f5735114cf196bafbc6a5ee6f5a40b22
parent8d691eac8e478576ebceb6406a8e372db5e3f7f1
Adding ParserBuilder, reducing visibility of Parser and Input constructors
Adding Smt2 subclass of Parser
Checking for multiple calls to set-logic in SMT v2
12 files changed:
src/main/main.cpp
src/parser/Makefile.am
src/parser/input.h
src/parser/parser.h
src/parser/parser_builder.cpp [new file with mode: 0644]
src/parser/parser_builder.h [new file with mode: 0644]
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/smt2/smt2_input.cpp
src/parser/smt2/smt2_input.h
test/unit/parser/parser_black.h