Merging from branches/antlr3 (r246:354)
authorChristopher L. Conway <christopherleeconway@gmail.com>
Tue, 30 Mar 2010 20:22:33 +0000 (20:22 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Tue, 30 Mar 2010 20:22:33 +0000 (20:22 +0000)
commit8730e9320a833a9eb0e65074f9988950b7424c0c
tree1cb09404256743e208fece079ba473595e05edcd
parent8c87c05ac56a5f29b2ae1e658f2d7d3b7b588163
Merging from branches/antlr3 (r246:354)
76 files changed:
.gitignore [new file with mode: 0644]
.project
.settings/net.certiv.antlrdt.core.prefs [new file with mode: 0644]
config/.gitignore [new file with mode: 0644]
config/antlr.m4
contrib/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/context/.gitignore [new file with mode: 0644]
src/expr/.gitignore [new file with mode: 0644]
src/expr/command.h
src/expr/expr.cpp
src/expr/expr.h
src/include/.gitignore [new file with mode: 0644]
src/main/.gitignore [new file with mode: 0644]
src/main/Makefile.am
src/main/getopt.cpp
src/main/main.cpp
src/parser/.gitignore [new file with mode: 0644]
src/parser/Makefile.am
src/parser/antlr_input.cpp [new file with mode: 0644]
src/parser/antlr_input.h [new file with mode: 0644]
src/parser/antlr_parser.cpp [deleted file]
src/parser/antlr_parser.h [deleted file]
src/parser/bounded_token_buffer.cpp [new file with mode: 0644]
src/parser/bounded_token_buffer.h [new file with mode: 0644]
src/parser/bounded_token_factory.cpp [new file with mode: 0644]
src/parser/bounded_token_factory.h [new file with mode: 0644]
src/parser/cvc/.gitignore [new file with mode: 0644]
src/parser/cvc/Cvc.g [new file with mode: 0644]
src/parser/cvc/Makefile.am
src/parser/cvc/cvc_input.cpp [new file with mode: 0644]
src/parser/cvc/cvc_input.h [new file with mode: 0644]
src/parser/cvc/cvc_lexer.g [deleted file]
src/parser/cvc/cvc_parser.g [deleted file]
src/parser/input.cpp [new file with mode: 0644]
src/parser/input.h [new file with mode: 0644]
src/parser/memory_mapped_input_buffer.cpp [new file with mode: 0644]
src/parser/memory_mapped_input_buffer.h
src/parser/parser.cpp [deleted file]
src/parser/parser.h [deleted file]
src/parser/parser_exception.h
src/parser/parser_options.h [new file with mode: 0644]
src/parser/smt/.gitignore [new file with mode: 0644]
src/parser/smt/Makefile.am
src/parser/smt/Smt.g [new file with mode: 0644]
src/parser/smt/smt_input.cpp [new file with mode: 0644]
src/parser/smt/smt_input.h [new file with mode: 0644]
src/parser/smt/smt_lexer.g [deleted file]
src/parser/smt/smt_parser.g [deleted file]
src/parser/symbol_table.h
src/prop/.gitignore [new file with mode: 0644]
src/prop/minisat/.gitignore [new file with mode: 0644]
src/smt/.gitignore [new file with mode: 0644]
src/theory/.gitignore [new file with mode: 0644]
src/theory/arith/.gitignore [new file with mode: 0644]
src/theory/arrays/.gitignore [new file with mode: 0644]
src/theory/booleans/.gitignore [new file with mode: 0644]
src/theory/bv/.gitignore [new file with mode: 0644]
src/theory/uf/.gitignore [new file with mode: 0644]
src/util/.gitignore [new file with mode: 0644]
src/util/options.h
test/.gitignore [new file with mode: 0644]
test/regress/.gitignore [new file with mode: 0644]
test/regress/regress0/.gitignore [new file with mode: 0644]
test/regress/regress0/Makefile.am
test/regress/regress0/precedence/.gitignore [new file with mode: 0644]
test/regress/regress0/precedence/Makefile.am
test/regress/regress0/uf/.gitignore [new file with mode: 0644]
test/regress/regress0/uf/Makefile.am
test/regress/regress1/.gitignore [new file with mode: 0644]
test/regress/regress2/.gitignore [new file with mode: 0644]
test/regress/regress3/.gitignore [new file with mode: 0644]
test/system/.gitignore [new file with mode: 0644]
test/unit/.gitignore [new file with mode: 0644]
test/unit/expr/.gitignore [new file with mode: 0644]
test/unit/parser/parser_black.h