about summary refs log tree commit diff homepage
path: root/lib/SMT/smtlib.lex
AgeCommit message (Expand)Author
2009-07-08Added support for bitvector variables to the SMTLIB parser (currentlyCristian Cadar
2009-07-02Added support for bitvector constants to the SMTLIB parser. OnlyCristian Cadar
2009-06-25Recognizing more SMTLIB expressions (bitwise, etc.). Some of themCristian Cadar
2009-06-24Added support for LET expressions. Added simple environment supportCristian Cadar
2009-06-16Added support for comparison and arithmetic expressions.Cristian Cadar
2009-06-16Added bitvector function/predicate names to the lexer.Cristian Cadar
2009-06-12Removed parser_temp.h. Adapted the code to use SMTParser directly. Cristian Cadar
2009-06-09Quick hack to build SMT LLVM style.Daniel Dunbar
2009-06-09Fix a compiler warningDaniel Dunbar
2009-06-08More changes needed to make the SMTLIB parser compile.Cristian Cadar
2009-06-08Added CVC3's parser for the SMT-LIB grammar. Cristian Cadar