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
/
learnxiny.tm
Age
Commit message (
Expand
)
Author
2025-04-06
Merge branch 'main' into no-colons
Bruce Hill
2025-04-06
Change Set syntax from {x} to |x|
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-06
Deprecate `!!` print statement
Bruce Hill
2025-04-05
More fixes
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-02
Syntax change: table types are now: `{K=V; default=...}` and tables
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-17
Update learnxiny for enums no longer showing the type name
Bruce Hill
2025-02-21
Fix learnxiny
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-30
Bring back `table[key]` syntax
Bruce Hill
2024-11-26
Tweak docs
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-09-16
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator
Bruce Hill
2024-09-13
Move learnxiny to examples
Bruce Hill