aboutsummaryrefslogtreecommitdiff
path: root/stdlib/ranges.c
AgeCommit message (Collapse)Author
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-09Introduce a `Match` struct to represent pattern matching results, whichBruce Hill
improves the usability of a lot of the APIs. Also bugfix some issues with ranges.
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-24Add '$' prefix on all user codeBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill