| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 9 days | Validate relation parameter arity | adelon | |
| 2026-04-12 | Handle bounded calculations | adelon | |
| 2026-03-07 | Update tests | adelon | |
| 2026-02-14 | Update golden tests | adelon | |
| 2026-02-05 | Remove `lookupLexicalItem`, attach info in AST instead | adelon | |
| 2025-12-17 | Fix `filterTask`, make var names more consistent | adelon | |
| 2025-12-16 | Add location info to implicit QED step | adelon | |
| 2025-12-14 | Fix column location | adelon | |
| 2025-12-14 | Add more location info in tasks | adelon | |
| 2025-12-09 | Propagate location info further | adelon | |
| 2025-12-09 | Gather some location info from parser | adelon | |
| WIP | |||
| 2025-11-27 | Add basic parameter handling for relators | adelon | |
| 2025-08-12 | Allow relation symbols with parameters | adelon | |
| Parameters must follow the relation symbol and be surrounded by braces, like so: `\rel{x}{y}{z}`. This attempt is still brittle/broken in a few ways: - It makes using braces in creative ways in mixfix notation ambiguous. - It does not verify that the parameters are used in a consistent manner for each symbol. It essentially allows users to define `a\MyRel b` and `a\MyRel{x} b` (and ones with even more parameters). - It allows parameters for all relation symbols, even for those where it makes no sense in ordinary TeX markup, e.g. `a <{x} b`. | |||
| 2025-07-16 | Add quantified calcs and relax tokenization | adelon | |
| Use an `\iff`-calc to speed up `union_as_unions`. Also remove `in_implies_neq` which seems to interact badly with the choice axiom used by superposition-based proofs like Vampire in cut-down problems. | |||
| 2024-02-10 | Initial commit | adelon | |
