Commit Graph

68 Commits

Author SHA1 Message Date
708acda54e WIP fixes for synthetic graphemes and adding some text conversion
methods
2024-09-02 22:30:19 -04:00
96f276ec18 Fix test 2024-09-02 21:19:57 -04:00
cac560fdc3 Text fixes 2024-09-02 21:18:15 -04:00
620ebeab8d Fixing string methods 2024-09-02 20:22:13 -04:00
967b649da2 Deprecate # operator in favor of .length and fix up some issues 2024-08-18 20:39:57 -04:00
f4b04a1b8c Improved syntax for dollar-string literals 2024-08-18 14:44:15 -04:00
2ecb5fe885 Add channels and threads 2024-08-11 14:47:34 -04:00
e51e6f840c Tweak syntax for debug prints 2024-07-05 01:55:02 -04:00
9d9fe12987 Add !! statement for printing text 2024-07-04 16:23:05 -04:00
ba66a51a9e Add multiline string literal test 2024-07-01 13:09:26 -04:00
5b1960859f Hook up Text.has(), Text.trimmed(), Text.without() 2024-05-20 15:19:31 -04:00
3c0a8f0b89 Syntax tweak: use ':' for blocks 2024-04-28 14:58:55 -04:00
6c01eef851 Introducing the main() function 2024-04-12 13:09:31 -04:00
2b83ab279d Add langs to the language 2024-03-09 18:22:12 -05:00
0b7ca098ae Fix some bugs relating to NUL termination of strings 2024-03-04 01:34:12 -05:00
1f6aa4cac7 Add methods for text:clusters(), text:codepoints(), text:bytes() 2024-03-03 19:40:01 -05:00
dc04286e3a Unicode normalization for equality, hashing, tests, and printing 2024-03-03 19:12:53 -05:00
d8a533cdf0 Rename string test to text 2024-03-03 18:19:56 -05:00