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
/
structs.tm
Age
Commit message (
Collapse
)
Author
2025-07-11
Use `assert` more in tests to give better error messages
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
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
Misc fixes
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
matching
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-30
Bring back `table[key]` syntax
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
Bruce Hill
change the literal syntax to `NONE:T` instead of `!T`
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-19
Tweak behavior for printing recursive structures
Bruce Hill
2024-09-12
For single-member structs/enums, don't print the member name
Bruce Hill
2024-09-12
Table:get() now uses optional values instead of default or failure modes
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
values, replacing them with a `:bump()` function for tables with numeric values. This means that counters can be implemented easily without the need to mask complexity.
2024-05-14
Support corecursive structs
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-04-28
Syntax tweak: use ':' for blocks
Bruce Hill
2024-04-13
Change table syntax to {key:value} instead of {key=>value}
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-03-09
Add test for secret structs
Bruce Hill
2024-03-05
Fix default values for structs
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-02-24
Rename file extensions
Bruce Hill