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 (
Expand
)
Author
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
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
2024-09-09
More methods
Bruce Hill
2024-09-09
More path stuff including some methods
Bruce Hill
2024-09-09
Initial working version
Bruce Hill
2024-09-08
Bugfixes
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-07
$/{!..}/ is the same as $/{end}/
Bruce Hill
2024-09-07
Fix captures for {..} optimization
Bruce Hill
2024-09-07
Optimization to terminate pattern searches early if there's a greedy
Bruce Hill
2024-09-07
Optimize text matching
Bruce Hill
2024-09-07
Bugfix uninitialized variables
Bruce Hill
2024-09-07
Add exit() function
Bruce Hill
2024-09-06
Make {start} and {end} non-capturing
Bruce Hill
2024-09-06
Fix some C string and path resolving issues
Bruce Hill
2024-09-06
Print stack trace if $TOMO_STACKTRACE is set
Bruce Hill
2024-09-06
Add Shell dsl type
Bruce Hill
2024-09-06
Minor cleanup
Bruce Hill
2024-09-06
Add convenience function for debug printing
Bruce Hill
2024-09-06
Add missing file
Bruce Hill
2024-09-06
Misc fixes
Bruce Hill
2024-09-06
Flush stdout more
Bruce Hill
2024-09-06
Text overhaul
Bruce Hill
2024-09-06
Add Text.trim()
Bruce Hill
2024-09-05
Some const stuff
Bruce Hill
2024-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-09-05
Correctly resolve '../' paths
Bruce Hill
2024-09-05
Remove unused macro
Bruce Hill
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rename array_t -> Array_t
Bruce Hill
2024-09-05
Rework CLI compilation so that all of the argument parsing is written to
Bruce Hill
2024-09-05
Do the extremely obvious optimization of checking if two pieces of data
Bruce Hill
2024-09-05
Clear out some CRLF cruft
text2
Bruce Hill
2024-09-05
Fix stability of concatenation
Bruce Hill
2024-09-05
Be extra correct about prefix codepoints
Bruce Hill
2024-09-05
Clean up some imports
Bruce Hill
[next]