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-07
Move core libraries into their own folder
Bruce Hill
2025-04-07
Add table.get_or_set()
Bruce Hill
2025-04-07
Remove table.bump()
Bruce Hill
2025-04-07
Fix for (&table).keys being seen as mutable
Bruce Hill
2025-04-07
get_or_setdefault needs to check data_refcount
Bruce Hill
2025-04-07
Move clamped() and is_between() to proper functions (not just macros)
Bruce Hill
2025-04-07
Bugfix for declaring a variable from a function (not a closure)
Bruce Hill
2025-04-07
Add `is_between()` for various types
Bruce Hill
2025-04-07
Add placeholder docs for bytes
Bruce Hill
2025-04-07
Add Byte.to() method and improved micro optimization of iterating over
Bruce Hill
2025-04-07
Add easter egg: `~colorized`
Bruce Hill
2025-04-06
Update docs
Bruce Hill
2025-04-06
Update syntax in docs
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
Fix for empty nums
Bruce Hill
2025-04-06
Fix for empty fixed-with integers
Bruce Hill
2025-04-06
Add `continue` and `break` as aliases for `skip`/`stop`, also improve
Bruce Hill
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
2025-04-06
Remove dead code for handling Declare statments with Use inside
Bruce Hill
2025-04-06
Fix default `pretty` visualization of codegen
Bruce Hill
2025-04-06
Add a parser error for empty enum definitions
Bruce Hill
2025-04-06
Make it a bit more ergonomic to make function types
Bruce Hill
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
[next]