|
04326d131e
|
Fix some imports
|
2024-09-15 19:17:08 -04:00 |
|
|
e59584acbd
|
Add alphanumeric pattern
|
2024-09-15 18:41:37 -04:00 |
|
|
33876323aa
|
Update path reading APIs to use optional values instead of erroring
|
2024-09-15 15:50:28 -04:00 |
|
|
4ad7509013
|
Fix optional bytes
|
2024-09-15 15:35:51 -04:00 |
|
|
e422079fcc
|
Add a Byte datatype
|
2024-09-15 15:33:47 -04:00 |
|
|
259c7efcf8
|
Make sure that escape sequences don't accidentally trigger the next
backslash to be interpreted as an escape sequence when printing quoted
text
|
2024-09-15 14:09:49 -04:00 |
|
|
9cff275dc6
|
Slightly improve text quoting so it outputs "a$\r\nb" instead of
"a$\r$\nb"
|
2024-09-15 14:07:20 -04:00 |
|
|
75e0201fad
|
Improve automatic text quoting so it minimizes escape sequences when
possible.
|
2024-09-15 14:03:16 -04:00 |
|
|
6012a00763
|
Clean up pattern code to make better use of TextIter_t and fix up
URI/URL patterns
|
2024-09-14 00:12:52 -04:00 |
|
|
c455e7b67d
|
Rename builtins/ -> stdlib/
|
2024-09-13 20:18:08 -04:00 |
|