aboutsummaryrefslogtreecommitdiff
path: root/src/parse/types.c
AgeCommit message (Expand)Author
2025-10-19Remove some unused imports and add missing commentsBruce Hill
2025-10-11Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` andBruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Got inlne enums working in most placesBruce Hill
2025-09-20WIP on inline enumsBruce Hill
2025-08-25Initial work to pass metadata for codeBruce Hill
2025-08-25Rename parse -> expressionsBruce Hill
2025-08-25Split out type parsingBruce Hill