Adding listeners to Options.
[cvc5.git] / src / parser / antlr_input.cpp
2016-01-28 Tim KingAdding listeners to Options.
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-11-24 Tim KingIsolating the dependencies on CVC4_ANTLR3_OLD_INPUT_STR...
2015-01-14 Morgan Deterssygus input language and benchmark
2014-11-10 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-05 Morgan DetersMerge branch '1.4.x'
2014-10-23 Morgan DetersParsing and infrastructure support for SMT-LIBv2.5...
2014-07-11 Kshitij BansalMerge pull request #48 from kbansal/segfaultfix
2014-07-11 Kshitij BansalMerge pull request #49 from kbansal/cvcparser
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-10 Kshitij Bansalfriendlyparser: go back upto 2 words looking for match
2014-07-10 Kshitij Bansalreorganize friendlyparser, behavior unchanged
2014-07-01 Morgan DetersUpdate copyrights.
2014-06-09 Kshitij BansalMerge pull request #29 from kbansal/alternatefix
2014-06-09 Kshitij BansalparseErrorHelper : factor out whole word matching
2014-04-29 Kshitij Bansalfix was compiler warning in antlr_input, crashing test...
2014-04-29 Morgan DetersRevert a compiler warning fix from ea6a5a6.
2014-04-29 Tianyi Liangfix a typo: --string-exp => --strings-exp; fix a signed...
2014-04-28 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-04-28 Kshitij BansalMerge pull request #25 from kbansal/sets
2014-04-28 Kshitij BansalMerge remote-tracking branch 'upstream/master' into...
2014-04-27 Kshitij Bansalattempt to improve CVC4's "parse error" message
2013-09-30 Liana Hadareanmerged golden
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-06-25 Morgan DetersMerge branch '1.2.x'
2013-06-19 Morgan DetersMerge branch '1.2.x'
2013-06-04 Morgan DetersFile inclusion in Smt2 parser.
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-20 Morgan DetersInteractive mode support for multiline input
2013-03-15 Morgan DetersMerge branch '1.0.x'
2013-03-14 Morgan DetersMerge branch '1.0.x'
2013-03-05 Morgan DetersMerge branch '1.0.x'
2013-03-01 Morgan DetersMerge branch '1.0.x'
2013-02-26 lianahMerge branch '1.0.x'
2013-02-17 Kshitij BansalMerge branch '1.0.x'
2013-02-16 Morgan DetersMerge branch '1.0.x'
2013-02-15 Kshitij BansalMerge branch '1.0.x'
2013-02-15 Kshitij BansalMerge branch '1.0.x'
2013-02-15 Morgan DetersMerge branch '1.0.x'
2013-02-15 Tim KingMerge branch '1.0.x'
2013-02-08 Morgan DetersMerge branch '1.0.x'
2013-02-05 Morgan DetersMerge branch '1.0.x'
2013-02-05 Kshitij BansalMerge remote-tracking branch 'origin/1.0.x'
2013-02-05 Morgan DetersMerge branch '1.0.x'
2013-02-04 Morgan DetersMerge branch '1.0.x'
2013-02-04 Morgan DetersMerge branch '1.0.x'
2013-02-02 lianahmerged master into branch
2013-02-01 Morgan DetersMerge branch '1.0.x'
2013-01-31 Morgan DetersMerge branch '1.0.x'
2013-01-28 Morgan DetersFixes for Win32 (closes bugs 488 and 489)
2012-11-08 Morgan Detersexception fix
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-28 Morgan DetersPublic interface review items:
2012-09-27 Morgan Deters* Rename SMT parts (printer, parser) to SMT1
2012-06-22 François BobotTPTP: add parser for cnf and fof
2012-06-22 François Bobotparser: add some acces function and recover the origina...
2012-06-07 Morgan DetersLogicInfo locking implemented, and some initialization...
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2011-11-01 Morgan DetersImprovements to header installation on user machines...
2011-10-04 Morgan Detersoops, one more fix, hopefully the last
2011-10-04 Morgan Detersmore fixes for libantlr3c v3.4
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2010-10-12 Morgan Detersfix some leaks in parser, add debug code to node manage...
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-07-06 Morgan Detersmerge from CC work: pieces of the parser need to be...
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-04 Christopher L. ConwayReimplementing AntlrInputStream::newStreamInputStream
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-03 Christopher L. ConwayImplementing input from stdin (Fixes: #144)
2010-05-26 Christopher L. ConwayPrevent lexer errors being raised if a parser error...
2010-05-12 Christopher L. Conwaytrue and false are only defined if the core theory...
2010-05-04 Christopher L. ConwayAdding general support for SMT2 set-info command
2010-05-03 Christopher L. ConwaySmall mistake in previous commit
2010-05-03 Christopher L. ConwayImporting ANTLR3 lexer nextToken function to avoid...
2010-05-01 Christopher L. ConwayAdding missed antlr_input files
2010-04-28 Christopher L. ConwayRefactoring Input/Parser code to support external manip...
2010-04-27 Christopher L. ConwayAdding Integer and Rational constants to SMT
2010-04-05 Christopher L. ConwaySimplifying ANTLR3 overrides
2010-04-05 Christopher L. ConwayMoving sources copied from libantlr3c to separate file
2010-04-05 Christopher L. ConwayMoving code imported from libantlr3c to separate file...
2010-04-05 Christopher L. ConwayAdding match override to AntlrInput, in attempt to...
2010-04-05 Christopher L. ConwayMinor refactorings, in response to code review (Bug...
2010-04-02 Christopher L. ConwayOverriding ANTLR3 error recovery routine
2010-04-01 Christopher L. ConwayParser tweaks to address review
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-31 Christopher L. ConwayCode cleanup in parser
2010-03-30 Christopher L. ConwayMerging from branches/antlr3 (r246:354)