aboutsummaryrefslogtreecommitdiff
path: root/builtins/text.c
AgeCommit message (Expand)Author
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
2024-09-03Better behavior for invalid character namesBruce Hill
2024-09-03Fix codepoint names by falling back to block namesBruce Hill
2024-09-03Fix for missing codepoint namesBruce Hill
2024-09-03Add [..int] and [..num]Bruce Hill
2024-09-02Fix some stuff around Text:find() and text indexingBruce Hill
2024-09-02Add Text:find_all()Bruce Hill
2024-09-02Fix splitting an empty stringBruce Hill
2024-09-02Add Text:join() and testsBruce Hill
2024-09-02Add Text:split() and use that with an empty pattern instead of Text:clusters()Bruce Hill
2024-09-02Add Text:lines()Bruce Hill
2024-09-02Add %#k printing and fix issue with concatenating zero-length stringsBruce Hill
2024-09-02WIP fixes for synthetic graphemes and adding some text conversionBruce Hill
2024-09-02Text fixesBruce Hill
2024-09-02Fix casing methodsBruce Hill
2024-09-02Fix printing issueBruce Hill
2024-09-02Fixing string methodsBruce Hill
2024-09-02Bugfix some text replacement thingsBruce Hill
2024-09-02Bugfix int parsingBruce Hill
2024-09-02Fix enums/structsBruce Hill
2024-09-02Fix some stuffBruce Hill
2024-09-02BugfixBruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-08-19Add .text_content as a field on DSLs instead of a methodBruce Hill
2024-08-18Update channel API to take a Where parameterBruce Hill
2024-08-14Fix up type conversions with ints and numsBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-10Bugfix for Text:split()Bruce Hill
2024-08-03Change array API to take a padded item size instead of a type info inBruce Hill
2024-07-04Randomize hash key on startup and rename to TOMO_HASH_KEY.Bruce Hill
2024-06-06Prefer 'sizeof(t[n])' over 'sizeof(t)*n'Bruce Hill
2024-05-20Deprecate Text.slice()Bruce Hill
2024-05-20Hook up Text.has(), Text.trimmed(), Text.without()Bruce Hill
2024-05-19Add Text.slice()Bruce Hill
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-24Bugfix for text replacementBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Improve handling of secret textBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09Fix issues with substring overflowBruce Hill
2024-03-09Fix NUL termination bug in text libraryBruce Hill
2024-03-04Fix some bugs relating to NUL termination of stringsBruce Hill
2024-03-03Add methods for text:clusters(), text:codepoints(), text:bytes()Bruce Hill
2024-03-03Unicode normalization for equality, hashing, tests, and printingBruce Hill