summaryrefslogtreecommitdiff
path: root/src/test/test2.sail
AgeCommit message (Collapse)Author
2015-10-17clean up, more readabilityChristopher Pulte
2014-07-30working dec vectorsKathy Gray
2014-06-27Update type conformance for overloading resolution on order arguments.Kathy Gray
Also, correctly type check nondet blocks
2014-06-18Make hex constants work; improve utility of casts for selecting overloaded ↵Kathy Gray
functions
2014-03-23adding if testKathy Gray
2013-12-13Fix effect annotation pretty-printingGabriel Kerneis
There is also a bug for parsing effect annotations (in fundecl). But for some reason, my fix for the parser does not work: test/test2.sail still refuses to parse (chokes on "effect pure"), even with "Effect" added to parser.mly.
2013-10-15Test for value-returning blocksGabriel Kerneis
2013-10-14Test function returnGabriel Kerneis
2013-10-14Run main() to execute testsGabriel Kerneis
Tests do not pass because of weird pattern-matching errors in the interpreter.
2013-10-10Another stupid testGabriel Kerneis