Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add wands to the ast Signed-off-by: Sacha Ayoun <[email protected]> * Add a wands set to the pstate Signed-off-by: Sacha Ayoun <[email protected]> * defunctorize things that are only ever instantiated to be symbolic Signed-off-by: Sacha Ayoun <[email protected]> * some fixes Signed-off-by: Sacha Ayoun <[email protected]> * Can produce and consume wands Signed-off-by: Sacha Ayoun <[email protected]> * basic support for wands in WISL Signed-off-by: Sacha Ayoun <[email protected]> * Add package to the syntax, start implementing Signed-off-by: Sacha Ayoun <[email protected]> * magic wand is implemented! Signed-off-by: Sacha Ayoun <[email protected]> * add parsing for magic wands Signed-off-by: Sacha Ayoun <[email protected]> * adds non-empty check for packaging wands Signed-off-by: Sacha Ayoun <[email protected]> * use consumer and producers insteda of get/set/rem Signed-off-by: Sacha Ayoun <[email protected]> * Add splitting mechanism, can't implement its usage in unifier yet Signed-off-by: Sacha Ayoun <[email protected]> * license date update Signed-off-by: Sacha Ayoun <[email protected]> * implement master unification plans Signed-off-by: Sacha Ayoun <[email protected]> * splitting mechanism for wand footprint consumption is working! Signed-off-by: Sacha Ayoun <[email protected]> * package lcmd improve printing Signed-off-by: Sacha Ayoun <[email protected]> * some extensions Signed-off-by: Sacha Ayoun <[email protected]> * removing batteries, updating printbox yada yada yada Signed-off-by: Sacha Ayoun <[email protected]> * remove printbox_text dependency of core Signed-off-by: Sacha Ayoun <[email protected]> * extract_head passes in Gillian-Rust Signed-off-by: Sacha Ayoun <[email protected]> * fix pretty printing of apply_lem Signed-off-by: Sacha Ayoun <[email protected]> * attempt at something Signed-off-by: Sacha Ayoun <[email protected]> * Revert "attempt at something" This reverts commit a9b728c. * add shl infix for Expr Signed-off-by: Sacha Ayoun <[email protected]> * forgot to expose Signed-off-by: Sacha Ayoun <[email protected]> * add utility Signed-off-by: Sacha Ayoun <[email protected]> * slight optim of div Signed-off-by: Sacha Ayoun <[email protected]> * helpers Signed-off-by: Sacha Ayoun <[email protected]> * temp hack Signed-off-by: Sacha Ayoun <[email protected]> * adds implication to the language of formulae Signed-off-by: Sacha Ayoun <[email protected]> * udpate z3 Signed-off-by: Sacha Ayoun <[email protected]> * Revert "udpate z3" This reverts commit 6730699. * specialized simpl * add support for repeat operation Signed-off-by: Sacha Ayoun <[email protected]> * expose Expr.list_repeat Signed-off-by: Sacha Ayoun <[email protected]> * debug Signed-off-by: Sacha Ayoun <[email protected]> * can learn last element of a list also Signed-off-by: Sacha Ayoun <[email protected]> * second step of merge, kanillian but only the trivial part * done * esy-gmp fix * fix normalisation of pure expressions Signed-off-by: Sacha Ayoun <[email protected]> * PC.Dummy exposes annot type * forgot to expose in mli --------- Signed-off-by: Sacha Ayoun <[email protected]>
- Loading branch information