index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtins
Age
Commit message (
Collapse
)
Author
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Clean up macro code
Bruce Hill
2024-09-13
Rename c_string.{c,h} -> c_strings.{c,h}
Bruce Hill
2024-09-13
Add missing include
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-13
Remove dead code
Bruce Hill
2024-09-13
Add missing import
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-13
Minor cleanup
Bruce Hill
2024-09-13
Remove a few unused imports and clean things up a bit
Bruce Hill
2024-09-13
Split pattern code into its own file
Bruce Hill
2024-09-12
Make functions print with `func name(...)->... [file:line]` info
Bruce Hill
2024-09-12
Implement optional hashing/equality/comparisons
Bruce Hill
2024-09-12
Fix up CString:as_text()
Bruce Hill
2024-09-12
Add sleep()
Bruce Hill
2024-09-12
Automatically interpolate ints for pattern/shell/path
Bruce Hill
2024-09-12
Improve output for multi-line doctests by putting ".. " in front of
Bruce Hill
dedented text
2024-09-12
Allow trailing whitespace in parens expressions
Bruce Hill
2024-09-12
Table:get() now uses optional values instead of default or failure modes
Bruce Hill
2024-09-11
Fix threads and integers
optionals
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Change *:from_text() methods to return optional values and set up CLI
Bruce Hill
parsing to use that approach
2024-09-11
Fix optional bools
Bruce Hill
2024-09-11
Rename channel_t -> Channel_t for consistency
Bruce Hill
2024-09-11
Rename closure_t -> Closure_t for consistency
Bruce Hill
2024-09-11
Fix const issue
Bruce Hill
2024-09-11
Optionals for threads
Bruce Hill
2024-09-11
Optional channels (plus fixed some channel bugs)
Bruce Hill
2024-09-11
Optional C Strings
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
2024-09-11
Optional structs
Bruce Hill
2024-09-11
Optional fixed-size ints
Bruce Hill
2024-09-11
Use optional ints in the array find()/first() API
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-09
Add (/path):by_line()
Bruce Hill
2024-09-09
Fix up some stuff with path escaping
Bruce Hill
2024-09-09
Add shims for hashing/equality of langs
Bruce Hill
2024-09-09
Fix issues with path reading from pipes (don't UTF8 validate chunks,
Bruce Hill
because they can be fragments) and some misc buffering issues.
2024-09-09
Correctly clean up CLI args that are paths
Bruce Hill
2024-09-09
Ensure more rigoroous cleanup and validation of paths
Bruce Hill
2024-09-09
Add Text.starts_with() and Text.ends_with()
Bruce Hill
2024-09-09
Fix up some path logic
Bruce Hill
2024-09-09
Add Text$compare_values()
Bruce Hill
2024-09-09
Bugfix for $/{..}/ matching zero-width at the end of text
Bruce Hill
2024-09-09
Fix some logic for extensions and base names
Bruce Hill
2024-09-09
Add Path.base_name(), Path.parent(), Path.extension()
Bruce Hill
2024-09-09
Print paths as the literals look
Bruce Hill
2024-09-09
Add mktemp functionality
Bruce Hill
2024-09-09
For parsing paths, use nested parens: (./foo), also add some methods
Bruce Hill
[next]