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
2025-04-06
Insert `then` for clarity
Bruce Hill
2025-04-06
Explicitly support optional `do` for `while` and `for` loops
Bruce Hill
2025-04-06
Optional 'then' after 'if'/'when' clauses
Bruce Hill
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
Merge branch 'main' into no-colons
Bruce Hill
2025-04-06
Fixes for printing sets and tables
Bruce Hill
2025-04-06
Merge branch 'main' into no-colons
Bruce Hill
2025-04-06
Bugfix for default values for tables
Bruce Hill
2025-04-06
Minor test fix
Bruce Hill
2025-04-06
No more colons for blocks
Bruce Hill
2025-04-06
Re-implement multiple patterns for `when` blocks
Bruce Hill
2025-04-06
Expand reducers so they support stuff like `(+.abs(): nums)` and
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-06
Reword test for clarity
Bruce Hill
2025-04-06
Improve support for inferring the specific type of the `self` value in a
Bruce Hill
2025-04-06
Better error message
Bruce Hill
2025-04-05
Remove {} for empty sets
Bruce Hill
2025-04-05
More fixes
Bruce Hill
2025-04-05
More fixes
Bruce Hill
2025-04-05
Misc fixes
Bruce Hill
2025-04-05
Fix comparison with integer literals
Bruce Hill
2025-04-05
Fix some of the constructor logic
Bruce Hill
2025-04-05
Fix up some tests and type_or_type
Bruce Hill
2025-04-05
Fix up tests
Bruce Hill
2025-04-05
Fix up more things
Bruce Hill
2025-04-05
Fix remaining metamethods
Bruce Hill
2025-04-05
Fix metamethods for scaled_by and divided_by
Bruce Hill
2025-04-04
Misc fixes
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-03
Allow specifying args like `func foo(xs:[Int] = [])`
Bruce Hill
2025-04-03
Allow empty table `{}` to work as an empty set literal in some cases
Bruce Hill
2025-04-03
Allow using an untyped empty array/set/table literal for places where
Bruce Hill
2025-04-03
Deprecate heap_strf
Bruce Hill
2025-04-03
Fix textual representation of table types
Bruce Hill
2025-04-02
Add http-server to `examples` rule
Bruce Hill
2025-04-02
Move HTML into script
Bruce Hill
2025-04-02
Update table syntax
Bruce Hill
2025-04-02
Syntax change: table types are now: `{K=V; default=...}` and tables
Bruce Hill
2025-04-02
Remove patterns from text docs
Bruce Hill
2025-04-02
Bugfix for getting table default values
Bruce Hill
2025-04-02
Update example in readme
Bruce Hill
2025-04-01
Bugfix for lang typeinfos
Bruce Hill
2025-04-01
Add http-server example
Bruce Hill
2025-04-01
Rename default RNG to `random`
Bruce Hill
2025-04-01
Tweak threads code
Bruce Hill
2025-04-01
Update makefile
Bruce Hill
2025-04-01
Update README
Bruce Hill
2025-04-01
Fix some pattern usages
Bruce Hill
[next]