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
/
serialization.tm
Age
Commit message (
Collapse
)
Author
2025-09-21
Deprecate optional '?' postfix operator
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-07-11
Use `assert` more in tests to give better error messages
Bruce Hill
2025-05-06
Bugfix for serialization of sets and tables with fallbacks
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-04-02
Syntax change: table types are now: `{K=V; default=...}` and tables
Bruce Hill
use `{:K=V, ...; default=...}`
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
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-29
Tweak serialization syntax
Bruce Hill
2024-11-29
Rename :serialize() -> :serialized()
Bruce Hill
2024-11-29
Add serialization test case
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill