Parser tweaks to address review
authorChristopher L. Conway <christopherleeconway@gmail.com>
Thu, 1 Apr 2010 19:55:45 +0000 (19:55 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Thu, 1 Apr 2010 19:55:45 +0000 (19:55 +0000)
commited25d7b7527691442ab48d02353e20c87ab8e2da
treeaf5aef20666cba7da52c74c57a8cadae5081ae92
parentbc05271730c9bbd096a6dbace366016529933246
Parser tweaks to address review
Private members of Input moved to new class ParserState
src/main/main.cpp
src/parser/Makefile.am
src/parser/antlr_input.cpp
src/parser/cvc/Cvc.g
src/parser/input.cpp
src/parser/input.h
src/parser/parser_state.cpp [new file with mode: 0644]
src/parser/parser_state.h [new file with mode: 0644]
src/parser/smt/Smt.g
test/unit/Makefile.am
test/unit/parser/parser_white.h [new file with mode: 0644]