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
/
src
/
compile
/
expressions.c
Age
Commit message (
Expand
)
Author
2025-12-07
Change Paths to be an enum of their different types.
Bruce Hill
2025-11-29
Fix accidental naming collision with _tmp var
Bruce Hill
2025-11-26
Close loophole in `when` statements that allowed mutating inner field
Bruce Hill
2025-11-26
Bugfix for accidental violation of immutable value guarantees due to
Bruce Hill
2025-11-22
Fixes for conditional expressions for optional types
Bruce Hill
2025-10-11
Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` and
Bruce Hill
2025-10-05
Deprecate `deserialize` keyword and `.serialized()` method
Bruce Hill
2025-10-05
Fix typechecking issue
Bruce Hill
2025-10-05
Add serialization and deserialization by coercion to/from [Byte]
Bruce Hill
2025-10-04
Deprecate `extend`
Bruce Hill
2025-10-01
Fix up some more none cases
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-24
Revert "Deprecate `defer`"
Bruce Hill
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Deprecate `>> x ... = val` form of doctests and rename them to 'debug
doctests-to-debuglog
Bruce Hill
2025-09-21
Deprecate optional '?' postfix operator
Bruce Hill
2025-09-21
Deprecate `extern` keyword
Bruce Hill
2025-09-21
Fix empty tables
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-21
Bugfixes for anonymous enums, code cleanup to remove type_to_string(),
Bruce Hill
2025-09-06
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Improved error messages
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
2025-08-26
Formatting for min/max and cleanup for ints/nums
Bruce Hill
2025-08-24
Refactoring bug fix
Bruce Hill
2025-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Move field access to its own file
Bruce Hill
2025-08-24
Move indexing into its own file
Bruce Hill
2025-08-24
Split reductions into their own file
Bruce Hill
2025-08-24
Move comparisons to their own file
Bruce Hill
2025-08-24
Split 'when' into its own file
Bruce Hill
2025-08-24
Move conditionals into a file
Bruce Hill
2025-08-24
Finally, split compile.c into compile/expressions.c
Bruce Hill