summaryrefslogtreecommitdiff
path: root/test/golden/finite-set-terms/parsing.golden
AgeCommit message (Collapse)Author
9 daysValidate relation parameter arityadelon
2026-03-07Update testsadelon
2026-02-14Update golden testsadelon
2026-02-05Remove `lookupLexicalItem`, attach info in AST insteadadelon
2026-02-05Remove `lookupOp` and add marker to AST insteadadelon
2025-12-17Fix `filterTask`, make var names more consistentadelon
2025-12-14Fix column locationadelon
2025-12-14Add more location info in tasksadelon
2025-12-09Propagate location info furtheradelon
2025-12-09Gather some location info from parseradelon
WIP
2025-11-27Add basic parameter handling for relatorsadelon
2025-08-12Allow relation symbols with parametersadelon
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`.
2024-02-10Initial commitadelon