antlr parser for the cvc4 language (boolean only)
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Mon, 7 Dec 2009 05:51:09 +0000 (05:51 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Mon, 7 Dec 2009 05:51:09 +0000 (05:51 +0000)
commitb3bcafc179201e33c4f41ccf028c12eacc110d69
tree6b35f7e654ac3b2278b9201db331fab980b32cd9
parentc16be5841e613818d5764e4de99e4694a0703685
antlr parser for the cvc4 language (boolean only)
yet to be finalized, it should work as expected
17 files changed:
.cproject
.project
.settings/org.eclipse.cdt.core.prefs
configure.ac
src/main/main.cpp
src/parser/Makefile.am
src/parser/antlr_parser.cpp
src/parser/antlr_parser.h
src/parser/cvc/CvcLexer.g [new file with mode: 0644]
src/parser/cvc/CvcParser.g [new file with mode: 0644]
src/parser/cvc/Makefile.am [new file with mode: 0644]
src/parser/cvc/Makefile.in [new file with mode: 0644]
src/parser/parser.cpp
src/parser/parser.h
src/util/assert.h
src/util/command.cpp
src/util/command.h