aboutsummaryrefslogtreecommitdiff
path: root/stdlib/patterns.h
AgeCommit message (Expand)Author
2024-12-21Add text:by_line()/:by_split()/:by_match()Bruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-09Bugfix for fixed-size integer rangesBruce Hill
2024-11-09Introduce a `Match` struct to represent pattern matching results, whichBruce Hill
2024-11-02Update headerBruce Hill
2024-11-02Make Text:find() return an optional intBruce Hill
2024-10-27Finish deprecating stack refs with &Bruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-16Have Text:matches() return an optional array of matchesBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill