aboutsummaryrefslogtreecommitdiff
path: root/stdlib/patterns.c
AgeCommit message (Collapse)Author
2024-11-29Change how types handle metamethodsBruce 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
improves the usability of a lot of the APIs. Also bugfix some issues with ranges.
2024-11-02Make Text:find() return an optional intBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-27Finish deprecating stack refs with &Bruce Hill
2024-10-25Move unistr header out of tomo headerBruce Hill
2024-09-16Have Text:matches() return an optional array of matchesBruce Hill
2024-09-15Add alphanumeric patternBruce Hill
2024-09-14Clean up pattern code to make better use of TextIter_t and fix upBruce Hill
URI/URL patterns
2024-09-13Rename builtins/ -> stdlib/Bruce Hill