aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2024-08-14test cleanupKimplul
+ Somewhat poor Git hygiene but I also fixed some bugs while I was at it.
2024-08-12make id scope point to defining scopeKimplul
+ Allows defers to refer to the correct scope, but might be a bit surprising since effectively all other nodes use the scope to refer to the containing scope rather than the defining scope.
2024-08-12make defer work better with generic codeKimplul
2024-04-24remove outdated info in README and TODOKimplul
2024-04-12start work on struct handlingKimplul
2023-11-01more tweaks to syntaxKimplul
2023-10-31more or less happy with syntaxKimplul
2023-08-15updates to syntaxKimplul
2023-03-30change to left-to-right resolverKimplul
2023-03-25add union to parserKimplul
2023-03-25initial constant struct stuffKimplul