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-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
2025-03-11
Bugfix for header prefixes
Bruce Hill
2025-03-11
Add a few colorful escapes
Bruce Hill
2025-03-11
Bugfix for constructors not getting appropriate header
Bruce Hill
2025-03-11
Update manpage
Bruce Hill
2025-03-11
Fix for staleness checks in compilation
Bruce Hill
2025-03-11
Remove some doctests where not needed
Bruce Hill
2025-03-11
Deprecate --quiet and just have that be the default
Bruce Hill
2025-03-10
For doctests, only print code if there's no expected value. If there's
Bruce Hill
2025-03-10
Add some vector methods
Bruce Hill
2025-03-10
Fix some issues with compile error reporting
Bruce Hill
2025-03-10
Fixes for examples
Bruce Hill
2025-03-10
Be more conservative about disallowing constructors as top-level
Bruce Hill
2025-03-10
Fix/update colorful
Bruce Hill
2025-03-10
Fix some scoping issues with type methods and enum returns
Bruce Hill
2025-03-10
For langs, do promotion to Text and text interpolation automatically and with...
Bruce Hill
2025-03-10
Deprecate old constructor logic
Bruce Hill
2025-03-10
Add `convert` keyword for defining conversions
Bruce Hill
2025-03-09
Make it a compiler error to have an always-aborting function whose
Bruce Hill
2025-03-09
Check for main func return values (and error if it has any)
Bruce Hill
[prev]
[next]