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
Age
Commit message (
Expand
)
Author
2024-09-09
Fix up some stuff with path escaping
Bruce Hill
2024-09-09
Add Path.from_unsafe_text() etc
Bruce Hill
2024-09-09
remove debug code
Bruce Hill
2024-09-09
Add shims for hashing/equality of langs
Bruce Hill
2024-09-09
Improve wrap example and fix it to no longer use files module
Bruce Hill
2024-09-09
Fix issues with path reading from pipes (don't UTF8 validate chunks,
Bruce Hill
2024-09-09
Test nesting parens and escapes
Bruce Hill
2024-09-09
Fix up ini example
Bruce Hill
2024-09-09
Clean up CLI path arrays
Bruce Hill
2024-09-09
Correctly clean up CLI args that are paths
Bruce Hill
2024-09-09
Remove example module for files
Bruce Hill
2024-09-09
Restore path interpolation
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
Add paths docs
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
More tests
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
Fix path escapes
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
Fix non-base10 integer literals
Bruce Hill
2024-09-08
Bugfix for default arguments not supporting enclosing types
Bruce Hill
2024-09-08
Add Makefile
Bruce Hill
2024-09-08
Center player
Bruce Hill
2024-09-08
Turn into map
Bruce Hill
2024-09-08
Take map as a CLI parameter
Bruce Hill
2024-09-08
Update docs
Bruce Hill
2024-09-08
Add example game using raylib
Bruce Hill
2024-09-08
Bugfixes
Bruce Hill
2024-09-08
Add vector :norm()
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
Add unicode name escapes: \U[penguin]
Bruce Hill
2024-09-07
Bugfix uninitialized variables
Bruce Hill
2024-09-07
Document README
Bruce Hill
2024-09-07
Use exit() more
Bruce Hill
2024-09-07
Use exit()
Bruce Hill
2024-09-07
Add exit() function
Bruce Hill
2024-09-07
Check for empty files
Bruce Hill
[next]