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
Age
Commit message (
Expand
)
Author
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Fix tests
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 more set stuff
Bruce Hill
2025-09-21
Bugfix for .unique()
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-21
Fix for struct constructor args with anonymous enum
Bruce Hill
2025-09-21
Got inlne enums working in most places
Bruce Hill
2025-09-21
Add enum scope when declaring a variable
Bruce Hill
2025-09-09
Merge branch 'main' into optional-list-indexing
optional-list-indexing
Bruce Hill
2025-09-09
Typechecking/promotion for table lookup keys
Bruce Hill
2025-09-07
Be more correct about library names and also strip off `tomo-`
Bruce Hill
2025-09-06
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-06
Fixes for prior changes
Bruce Hill
2025-09-06
Code cleanup
Bruce Hill
2025-09-06
Refactor a bit in order to catch issue with ConvertDefs creating
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
Fixes for local-tomo so that it *actually* uses local header files,
Bruce Hill
2025-09-01
Overhaul code to stop keeping examples and libraries in the same repo,
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
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
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-09-01
Make text indexing optional
Bruce Hill
2025-09-01
Improved error messages
Bruce Hill
2025-08-31
Switch to using optional return values for list indexing.
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Add argument aliases so programs can use `func main(verbose|v=no)` to do
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
2025-08-26
Formatting for reductions
Bruce Hill
2025-08-26
Formatting for min/max and cleanup for ints/nums
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-25
More docs and moving parsing into a subfolder.
Bruce Hill
2025-08-24
Clean up and fix issue with `if var := val` statements. Previous
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 while/repeat/skip/stop into loops file
Bruce Hill
2025-08-24
Split out assertions into its own file
Bruce Hill
2025-08-24
Split out doctests
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 assignment code.
Bruce Hill
[next]