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
/
examples
/
colorful
/
colorful.tm
Age
Commit message (
Expand
)
Author
2025-09-01
Overhaul code to stop keeping examples and libraries in the same repo,
Bruce Hill
2025-06-05
Add strikethrough
Bruce Hill
2025-05-20
Add more advanced configuration options to modules.ini and support
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-04-06
Make string escapes more normal: "\n" for newline, etc. Backticks can be
Bruce Hill
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
2025-04-06
Insert `then` for clarity
Bruce Hill
2025-04-06
No more colons for blocks
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-01
Fix some pattern usages
Bruce Hill
2025-04-01
Clean up and improve patterns
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-21
Fix colorful
Bruce Hill
2025-03-17
FIx colorful
Bruce Hill
2025-03-12
Rename `without_escaping()` -> `from_text()`
Bruce Hill
2025-03-11
Add a few colorful escapes
Bruce Hill
2025-03-10
Fix/update colorful
Bruce Hill
2025-03-03
Update CLI API
Bruce Hill
2025-03-02
Add `colorful` DSL
Bruce Hill