| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-04 | Update Adapt.hs | adelon | |
| 2025-07-04 | Update Adapt.hs | adelon | |
| 2024-08-27 | Experimental working commit, programm will compile | Simon-Kor | |
| But the Proof that the domain of the local function is not right. Also if in the definition of our local function we just use f(x) = x then we get a technical ambigus parse | |||
| 2024-08-26 | Implemented the checking for local functions. | Simon-Kor | |
| 2024-08-24 | First atemped to write a new way of local function defintion | Simon-Kor | |
| 2024-08-24 | hlint suggestion | Simon-Kor | |
| 2024-05-16 | Attach whitespace info to located token | adelon | |
| 2024-05-07 | Update noun guessing | adelon | |
| 2024-02-10 | Initial commit | adelon | |
