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
/
test
/
paths.tm
Age
Commit message (
Expand
)
Author
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-19
Go back to stringifying integers/num32s/bytes without the type
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-10-29
Add file globbing
Bruce Hill
2024-09-16
Have Text:matches() return an optional array of matches
Bruce Hill
2024-09-16
Add some basic pattern matching/suffix code for paths
Bruce Hill
2024-09-15
Fix up file test
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-09
Test nesting parens and escapes
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
Fix up some path logic
Bruce Hill
2024-09-09
More tests
Bruce Hill
2024-09-09
Add mktemp functionality
Bruce Hill