summaryrefslogtreecommitdiff
path: root/src/parser
AgeCommit message (Expand)Author
2010-06-15fix last commit gcc options (-wunknown-pragmas ==> -Wno-unknown-pragmas)Morgan Deters
2010-06-15remove warnings about unknown #pragma GCC diagnostic on older compilersMorgan Deters
2010-06-15(minor) fix for file documentationMorgan Deters
2010-06-14Adding array select/store to SMT v1 and v2 parsersChristopher L. Conway
2010-06-04Adding QF_SAT to SMT parsersChristopher L. Conway
2010-06-04Reimplementing AntlrInputStream::newStreamInputStreamChristopher L. Conway
2010-06-04** Don't fear the files-changed list, almost all changes are in the **Morgan Deters
2010-06-04Missing files in last commitChristopher L. Conway
2010-06-04Enabling RDL/IDL in SMT v1 and adding some simple testsChristopher L. Conway
2010-06-03Implementing input from stdin (Fixes: #144)Christopher L. Conway
2010-06-01Adding SMT v2 parsing support for: QF_IDL, QF_NIA, QF_RDL, QF_UFIDLChristopher L. Conway
2010-06-01Fixing failing test in r521Christopher L. Conway
2010-05-31First draft implementation of mkAssociativeChristopher L. Conway
2010-05-26Prevent lexer errors being raised if a parser error is pending.Christopher L. Conway
2010-05-20Added the division symbol to the parser, and minimal support for it in Theory...Tim King
2010-05-13Minor refactorings to PropEngine, SatSolverChristopher L. Conway
2010-05-12Adding ParserBuilder, reducing visibility of Parser and Input constructorsChristopher L. Conway
2010-05-12true and false are only defined if the core theory is loaded in SMT v2 strict...Christopher L. Conway
2010-05-12Adding class Smt2 to handle declaration of logic and theory symbolsChristopher L. Conway
2010-05-07Tightening lexer rules for numerals in SMT v2Christopher L. Conway
2010-05-06Adding --strict-parsing optionChristopher L. Conway
2010-05-06Adding AntlrInput::tokenTextSubstrChristopher L. Conway
2010-05-06Adding bit-vector constants in SMT2Christopher L. Conway
2010-05-06Implementing Rational::fromDecimal and adding support for real constants in S...Christopher L. Conway
2010-05-04Minor change to SMT v2 grammarChristopher L. Conway
2010-05-04Adding general support for SMT2 set-info commandChristopher L. Conway
2010-05-04Handling SMT 2.0 symbols and info flagsChristopher L. Conway
2010-05-03Small mistake in previous commitChristopher L. Conway
2010-05-03Importing ANTLR3 lexer nextToken function to avoid escaped exceptions.Christopher L. Conway
2010-05-02smt parser for bit-vectorsDejan Jovanović
2010-05-01Adding missed antlr_input filesChristopher L. Conway
2010-05-01Fixing private/public header warnings in parser libraryChristopher L. Conway
2010-05-01Adding comments to bounded token filesChristopher L. Conway
2010-04-29Added the capability to construct expressions by passing the operator instead...Dejan Jovanović
2010-04-29(Not) Handling parameterized sorts in SMT v2Christopher L. Conway
2010-04-29First draft implementation of SMT v2 parserChristopher L. Conway
2010-04-28SMT parser has to map 'Real' to RealTypeChristopher L. Conway
2010-04-28Build fix for parserDejan Jovanović
2010-04-28Refactoring Input/Parser code to support external manipulation of the parser ...Christopher L. Conway
2010-04-28Added theory/arith/kind and enabled the smt parser to read in these symbols. ...Tim King
2010-04-27Adding Integer and Rational constants to SMTChristopher L. Conway
2010-04-27Adding a bit of documentation to the SMT parserChristopher L. Conway
2010-04-14Marging from types 404:415, changes: MassiveDejan Jovanović
2010-04-13Merging from branches/decl-scopes (r401:411)Christopher L. Conway
2010-04-13Doxygen fixesChristopher L. Conway
2010-04-05Removing unused functions that were causing compiler warningsChristopher L. Conway
2010-04-05Simplifying ANTLR3 overridesChristopher L. Conway
2010-04-05Moving sources copied from libantlr3c to separate fileChristopher L. Conway
2010-04-05Moving code imported from libantlr3c to separate file and adding copyright ex...Christopher L. Conway
2010-04-05fix most of the warnings in the parser by (1) quieting unused-function and un...Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback