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
Age
Commit message (
Expand
)
Author
2025-10-05
Deprecate `deserialize` keyword and `.serialized()` method
Bruce Hill
2025-10-05
Add serialization and deserialization by coercion to/from [Byte]
Bruce Hill
2025-10-01
Add extra path test
Bruce Hill
2025-10-01
Add test for path field access
Bruce Hill
2025-09-24
Revert "Deprecate `defer`"
Bruce Hill
2025-09-21
Deprecate binary ops (other than ++) for tables. Instead use proper
Bruce Hill
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Fix tests
Bruce Hill
2025-09-21
Use colons instead of '=' for tables (e.g. {1: 2})
Bruce Hill
2025-09-21
Remove dead code
Bruce Hill
2025-09-21
Fix tests
Bruce Hill
2025-09-21
Deprecate optional '?' postfix operator
Bruce Hill
2025-09-21
Deprecate `extern` keyword
Bruce Hill
2025-09-21
Add .unique() test
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-21
Add anonymous enum tests
Bruce Hill
2025-09-20
Simplify quotes by limiting to `,',"
Bruce Hill
2025-09-09
Merge branch 'main' into optional-list-indexing
optional-list-indexing
Bruce Hill
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-06
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Fix for import test
Bruce Hill
2025-09-01
Make text indexing optional
Bruce Hill
2025-08-31
Switch to using optional return values for list indexing.
Bruce Hill
2025-08-29
Remove special case for `while when`
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-07-12
Doctests now use equality checking instead of text comparisons
Bruce Hill
2025-07-11
Use `assert` more in tests to give better error messages
Bruce Hill
2025-06-26
Add get_bit() method for Ints and Bytes
Bruce Hill
2025-06-24
Add Path.has_extension() and update manpages/api docs
Bruce Hill
2025-05-21
Added Set infix operations, as well as Table.with_fallback() and fixed
Bruce Hill
2025-05-06
Bugfix for serialization of sets and tables with fallbacks
Bruce Hill
2025-05-01
Remove test for character width
Bruce Hill
2025-04-30
Update wording to remove 'null'
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-25
Disable test for shifting negative integers
Bruce Hill
2025-04-21
Add `assert`
Bruce Hill
2025-04-21
Rename List.first() to List.where()
Bruce Hill
2025-04-07
Add `is_between()` for various types
Bruce Hill
2025-04-06
Rename file
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Make string escapes more normal: "\n" for newline, etc. Backticks can be
Bruce Hill
2025-04-06
Improved inline C code: now uses `C_code` keyword and supports
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
Merge branch 'main' into no-colons
Bruce Hill
2025-04-06
Change Set syntax from {x} to |x|
Bruce Hill
2025-04-06
Minor test fix
Bruce Hill
2025-04-06
No more colons for blocks
Bruce Hill
[next]