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
/
src
Age
Commit message (
Expand
)
Author
2025-03-25
Bugfix for switch statement fallthroughs
Bruce Hill
2025-03-25
Fix parsing issue: `[1,2,3] _max_ [3,4,5]` was parsing as `_max_[..]`
Bruce Hill
2025-03-24
Possible fix for making .build/ directory
Bruce Hill
2025-03-24
Tweak .build/ dir settings
Bruce Hill
2025-03-24
Safely return if we're removing a nonexistent file and don't care
Bruce Hill
2025-03-24
Bugfix for assigning to array with an Int index
Bruce Hill
2025-03-24
Bugfix for parsing escapes
Bruce Hill
2025-03-24
Recursively remove directories
Bruce Hill
2025-03-24
Add num:percent()
Bruce Hill
2025-03-24
Doctest inspections should go to stdout, not stderr
Bruce Hill
2025-03-22
Put exe build file in .build instead of a temp file
Bruce Hill
2025-03-21
remove -L.
Bruce Hill
2025-03-21
Support installing in ~/.local
Bruce Hill
2025-03-21
Wording
Bruce Hill
2025-03-21
Update readme links
Bruce Hill
2025-03-21
Add src/README.md
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill
2025-03-21
Fix for getting age of compiler
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill