Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-18 | Do a big refactor. | Greg Brown | |
- Replace the decidable predicates on expressions and statements with separate data types. - Reorganise the Hoare logic semantics to remove unnecessary definitions. - Make liberal use of modules to group related definitions together. - Unify the types for denotational and Hoare logic semantics. - Make bits an abstraction of array types. | |||
2022-04-09 | A proof of the simplest form of Barrett reduction. | Greg Brown | |
2022-04-07 | Add a new ring solver tactic. | Greg Brown | |
2022-04-02 | Add some properties of ordered fields. | Greg Brown | |
2022-04-02 | Add properties of almost groups. | Greg Brown | |
2022-04-02 | Add more properties for ordered structures. | Greg Brown | |
2022-03-21 | Add all-in-one import for Hoare logic semantics. | Greg Brown | |
2022-03-21 | Add some properties of algebraic pseudocode types. | Greg Brown | |
2022-03-20 | Rename Pseudocode.Types to something more sensible | Greg Brown | |
2022-03-19 | Add definition of Hoare logic semantics. | Greg Brown | |
2022-02-13 | Add Barrett implementation to Everything | Greg Brown | |
2022-02-13 | Refactor to group instruction definitions together | Greg Brown | |
2022-02-02 | Add Helium.Data.Pseudocode to Everything. | Greg Brown | |
2022-01-21 | Add pseudocode as a data type. | Greg Brown | |
2022-01-19 | Rename pseudocode file. | Greg Brown | |
This is anticipating the addition of pseudocode as a data type. That should make the denotational semantics much more performant, and allows the addition of new forms of semantics without duplicating effort. | |||
2022-01-18 | Define the semantics of pseudocode data types. | Greg Brown | |
2022-01-16 | Define ordered algebraic structures. | Greg Brown | |
2022-01-08 | Update Everything. | Greg Brown | |
2022-01-07 | Add some required algebraic types. | Greg Brown | |
2021-12-27 | Introduce Everything.agda to aid in overall compilation. | Greg Brown | |