Add define rec fun to cvc parser (#1738)
authorArjun Viswanathan <arjun-viswanathan@uiowa.edu>
Fri, 6 Apr 2018 22:50:48 +0000 (17:50 -0500)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 6 Apr 2018 22:50:48 +0000 (17:50 -0500)
commitd8994e79a67778b99e03dbe5a9437c4eb75c6c06
treedaeedd750fd5921eff10ab4cab3c4203087f8cfb
parentefc6163629c6c5de446eccfe81777c93829995d5
Add define rec fun to cvc parser (#1738)
src/parser/cvc/Cvc.g
test/regress/Makefile.tests
test/regress/regress1/quantifiers/const.cvc [new file with mode: 0644]
test/regress/regress1/quantifiers/constfunc.cvc [new file with mode: 0644]
test/regress/regress1/quantifiers/mutualrec2.cvc [new file with mode: 0644]
test/regress/regress1/quantifiers/recfact.cvc [new file with mode: 0644]
test/regress/regress2/quantifiers/mutualrec2.cvc [new file with mode: 0644]