Error detection is different now---with new Command infrastructure, exceptions are...
authorMorgan Deters <mdeters@gmail.com>
Fri, 2 Dec 2011 00:35:32 +0000 (00:35 +0000)
committerMorgan Deters <mdeters@gmail.com>
Fri, 2 Dec 2011 00:35:32 +0000 (00:35 +0000)
commit9468dec9f3c041e4996df2f703f2c2ba4ba8dd91
tree783145908d58141b11dc4b6aa5374ce63397df2e
parent221b4d34bac36eb6427c2f3de2fa908f6af110b2
Error detection is different now---with new Command infrastructure, exceptions are not thrown outside the library.  Reflect this in the exit code of the driver.  Fixes a bug found by Tim among the nightly regressions.

Also improved error reporting if antlr is unavailable and the parsers need to be generated.
src/main/main.cpp
src/parser/cvc/Makefile.am
src/parser/smt/Makefile.am
src/parser/smt2/Makefile.am