Enabling RDL/IDL in SMT v1 and adding some simple tests
authorChristopher L. Conway <christopherleeconway@gmail.com>
Fri, 4 Jun 2010 17:14:04 +0000 (17:14 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Fri, 4 Jun 2010 17:14:04 +0000 (17:14 +0000)
commitcd8b317b498c6c383c7571cd0939ff5044ad8932
tree0913cd2f5c4ba6361513fb7f2e8405f4a2fa6028
parentf780dd882fc343cef668d5cd9eed8f515d0e70ed
Enabling RDL/IDL in SMT v1 and adding some simple tests
src/parser/parser_builder.cpp
src/parser/smt/Makefile.am
src/parser/smt/Smt.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
test/regress/regress0/Makefile.am
test/regress/regress0/simple-lra.smt [new file with mode: 0644]
test/regress/regress0/simple-lra.smt2 [new file with mode: 0644]
test/regress/regress0/simple-rdl.smt [new file with mode: 0644]
test/regress/regress0/simple-rdl.smt2 [new file with mode: 0644]
test/regress/regress0/simple-uf.smt2 [new file with mode: 0644]