diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-09 16:55:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-09 16:55:44 -0500 |
| commit | 06d3ec138003e412d8a2adde71969f01a25fe96a (patch) | |
| tree | d1a737d43bb477ea214d1446999c66225aee4deb /environment.c | |
| parent | 898bee15817573b5ab865a1dae7e52da310affa8 (diff) | |
Bugfix for fixed-size integer ranges
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index d52e0752..6a0483c5 100644 --- a/environment.c +++ b/environment.c @@ -387,6 +387,7 @@ env_t *new_compilation_unit(CORD libname) {"as_c_string", "Text$as_c_string", "func(text:Text -> CString)"}, {"codepoint_names", "Text$codepoint_names", "func(text:Text -> [Text])"}, {"ends_with", "Text$ends_with", "func(text,suffix:Text -> Bool)"}, + {"each", "Text$each", "func(text:Text, pattern:Pattern, fn:func(match:Match))"}, {"find", "Text$find", "func(text:Text, pattern:Pattern, start=1 -> Match?)"}, {"find_all", "Text$find_all", "func(text:Text, pattern:Pattern -> [Match])"}, {"from_bytes", "Text$from_bytes", "func(bytes:[Byte] -> Text?)"}, |
