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-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
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2025-03-05
Add print() as alias for say()
Bruce Hill
2025-03-05
Further shorten docs
Bruce Hill
2025-03-05
Shorten API docs
Bruce Hill
2025-03-05
Fix links
Bruce Hill
2025-03-05
Alphabetize and index functions
Bruce Hill
2025-03-05
Standardize API doc heading levels
Bruce Hill
2025-03-03
Add `recursive` argument to text:each() and text:map(), plus update docs
Bruce Hill
2025-03-03
Update CLI API
Bruce Hill
2025-03-03
Fix parsing for CLI tables and arrays
Bruce Hill
2025-03-02
Add better error checking for parsing `program --array=1 2 3`
Bruce Hill
2025-03-02
Tweak usage so it's a bit more correct for this stuff
Bruce Hill
2025-03-02
Add -r|--run flag to run installed tomo libraries
Bruce Hill
2025-03-02
Add `colorful` DSL
Bruce Hill
[next]