aboutsummaryrefslogtreecommitdiff
path: root/src/ast.rs
AgeCommit message (Collapse)Author
2026-05-06WiPtslil
2026-05-05address remaining TODO, fix issues with left-nesting for for and ext, add ↵tslil
motivation blurb to the readme
2026-05-01working on fixing app, rework ast to have generics etctslil
2026-05-01make parser more lenient, add the one simplex example, fix naming for recordstslil
2026-04-30wip case for instancestslil
2026-04-29wire in instance checking to the main checkertslil
2026-04-27update display methods to match grammartslil
2026-04-27change the "claimed set" notation to "set-of" so that David isn't confusedtslil
2026-04-24checking for injections, projections, rm vesitigial Apptslil
2026-04-24minor cleanuptslil
2026-04-23basic checking sketchtslil