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-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
2025-03-09
Add _Noreturn hint for Abort functions
Bruce Hill
2025-03-09
Add better typechecking for Abort (and add `Abort` as a user-reachable
Bruce Hill
2025-03-09
Add fail_text() so there isn't a hacky/broken fail() with promotion to
Bruce Hill
2025-03-09
Have floating point modulus use euclidean division
Bruce Hill
2025-03-09
Fix some integer stuff that was being implicitly downcast to 32-bit
Bruce Hill
2025-03-09
Add some missing modulus and conversion methods for floats/ints
Bruce Hill
2025-03-07
Add text padding functions: :left_pad(), :right_pad(), :middle_pad()
Bruce Hill
2025-03-07
Fix for text uppercasing in test
Bruce Hill
2025-03-07
Roll back number formatting change
Bruce Hill
2025-03-07
Add proper language support for case operations on text
Bruce Hill
2025-03-07
Fix number precision stuff
Bruce Hill
2025-03-07
Set locale when running tests
Bruce Hill
2025-03-07
Correctly set locale when starting the program
Bruce Hill
2025-03-07
Incremental improvement to parsing `none` for optional arguments
Bruce Hill
2025-03-06
Add 'when' test
Bruce Hill
2025-03-06
Support 'when' for literal values with equality checking
Bruce Hill
2025-03-05
Tweak function type spacing when converting it to text
Bruce Hill
2025-03-05
Better error reporting/defaults for `-C` flag
Bruce Hill
[next]