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-03-17
FIx colorful
wordier-types
Bruce Hill
2025-03-17
Fully rename array to list
Bruce Hill
2025-03-17
Switch types to use wordier syntax `[T]` -> `List(T)` etc
Bruce Hill
2025-03-17
Command.from_path()
Bruce Hill
2025-03-17
Update pthreads example
Bruce Hill
2025-03-17
Add pthread example
Bruce Hill
2025-03-17
Better error checking
Bruce Hill
2025-03-17
Don't recompile headers all the time
Bruce Hill
2025-03-17
Move to using a .build/ folder for generated files instead of foo.tm.c
Bruce Hill
2025-03-17
Remove shell docs
Bruce Hill
2025-03-17
Remove runner.c debug output
Bruce Hill
2025-03-17
Big overhaul:
Bruce Hill
2025-03-17
Add Path:expand_home() as a publicly visible API and bugfix it
Bruce Hill
2025-03-17
Fix issue with extern functions
Bruce Hill
2025-03-17
Fix path issue
Bruce Hill
2025-03-17
Update learnxiny for enums no longer showing the type name
Bruce Hill
2025-03-17
Fix 'when' expressions
Bruce Hill
2025-03-17
Codegen improvements and fixes
Bruce Hill
2025-03-17
Have global vars use type string parsing
Bruce Hill
2025-03-16
Remove enum type prefix when printing enum
Bruce Hill
2025-03-16
Fix docs
Bruce Hill
2025-03-16
Fix shell escaping for arrays of paths
Bruce Hill
2025-03-16
Fix shell escaping of paths
Bruce Hill
2025-03-16
Update file path API and docs
Bruce Hill
2025-03-16
Bugfix for `if var := value` syntax inside a lambda
Bruce Hill
2025-03-16
Fix other root->type rename
Bruce Hill
2025-03-16
Rename path `root` to path `type`
Bruce Hill
2025-03-16
Remove debug print
Bruce Hill
2025-03-16
Begin/end parsing
Bruce Hill
2025-03-16
Bugfix for relative_to()
Bruce Hill
2025-03-16
Add begin:/end: for do: blocks
Bruce Hill
2025-03-16
Fixes for opaque external structs
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-15
Bugfix optional moments
Bruce Hill
2025-03-13
Remove line
Bruce Hill
2025-03-13
Fix CRLF pattern
Bruce Hill
2025-03-12
Simplify RNG seeding
Bruce Hill
2025-03-12
Rename `without_escaping()` -> `from_text()`
Bruce Hill
2025-03-11
Update comments
Bruce Hill
2025-03-11
Fixes for integer truncation
Bruce Hill
2025-03-11
Support external structs with namespaced methods (also C-strings are now
Bruce Hill
2025-03-11
Add extern structs
Bruce Hill
2025-03-11
Modify compile_type_info() so it no longer needs an env_t
Bruce Hill
2025-03-11
Bugfix for checking argument validity with promotion (for integer
Bruce Hill
2025-03-11
Clean up doctest code a bit
Bruce Hill
2025-03-11
Remove unnecessary call to initialize()
Bruce Hill
2025-03-11
Improve codegen for optional struct types
Bruce Hill
2025-03-11
For enums, switch `enum.tag` and `enum.$Foo` so it's now `enum.$tag` and
Bruce Hill
2025-03-11
Don't use '$' prefix for field names
Bruce Hill
2025-03-11
Rearrange fields
Bruce Hill
[next]