aboutsummaryrefslogtreecommitdiff
path: root/src/parse/containers.c
AgeCommit message (Collapse)Author
2025-10-11Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` andBruce Hill
display it that way. Same for type annotations.
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Deprecate setsBruce Hill
2025-08-25Initial work to pass metadata for codeBruce Hill
2025-08-25Rename parse -> expressionsBruce Hill
2025-08-25Move suffix rules into their own fileBruce Hill
2025-08-25Split out container type parsingBruce Hill