summaryrefslogtreecommitdiff
path: root/src/rewriter.mli
AgeCommit message (Expand)Author
2017-08-02Add debugging option to dump AST after rewriting stepsThomas Bauereiss
2017-07-27Add cons patterns to pretty-printersThomas Bauereiss
2017-07-21Everything moved to new typecheckerAlasdair Armstrong
2017-07-21Switch to new typechecker (almost)Thomas Bauereiss
2017-07-12Add checks for variable identifiers in pattern subsumptionThomas Bauereiss
2017-02-03fix headersPeter Sewell
2016-09-19sail-to-lem progressChristopher Pulte
2016-08-14Start adding form for (a,b,c) := foo()Kathy Gray
2016-07-23Add a return exp form to Sail, supported in type checker and in interpreter.Kathy Gray
2016-01-07Add E_assert to basic rewritersKathy Gray
2015-11-05some progress on lem backend: rewrite away mutable variable assignments, rewr...Christopher Pulte
2015-10-26Switch name set to name map to include type and expression dataKathy Gray
2015-10-26Add variable set to rewritersKathy Gray
2015-10-19progress on lem backendChristopher Pulte
2015-10-06added the preliminary lem output option that for now uses ocaml ppChristopher Pulte
2015-10-04add find_updated_vars to support for-loops for lem or prover backend, add nor...Christopher Pulte
2015-09-24Beginning of expression rewriter for ocamlKathy Gray
2015-09-24Parameterise the rewriter's for multiple different rewritingsKathy Gray
2015-09-17Type checker checking on case splits properly, and dependency transformations...Kathy Gray
2015-02-13Actually use new dependency information in generation of lem/etc.Kathy Gray