Refactoring Input/Parser code to support external manipulation of the parser state.
authorChristopher L. Conway <christopherleeconway@gmail.com>
Wed, 28 Apr 2010 18:34:11 +0000 (18:34 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Wed, 28 Apr 2010 18:34:11 +0000 (18:34 +0000)
commita72c7a26fda2b9c268912e618fd7d71164e4800a
treee1694867f049b5328720abc9496cfe926989aae7
parent7a8454030fdbb1e6c2a6db7ce18eafe0764eaf4a
Refactoring Input/Parser code to support external manipulation of the parser state.
22 files changed:
src/main/main.cpp
src/parser/Makefile.am
src/parser/antlr_input.cpp [deleted file]
src/parser/antlr_input.h [deleted file]
src/parser/antlr_input_imports.cpp [deleted file]
src/parser/cvc/Cvc.g
src/parser/cvc/cvc_input.cpp
src/parser/cvc/cvc_input.h
src/parser/input.cpp
src/parser/input.h
src/parser/input_imports.cpp [new file with mode: 0644]
src/parser/parser.cpp [new file with mode: 0644]
src/parser/parser.h [new file with mode: 0644]
src/parser/parser_state.cpp [deleted file]
src/parser/parser_state.h [deleted file]
src/parser/smt/Smt.g
src/parser/smt/smt_input.cpp
src/parser/smt/smt_input.h
src/parser/symbol_table.h [deleted file]
test/unit/Makefile.am
test/unit/parser/parser_black.h [new file with mode: 0644]
test/unit/parser/parser_white.h [deleted file]