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
/
stdlib
Age
Commit message (
Expand
)
Author
2025-03-21
Fixes for ask() being optional and command success status
Bruce Hill
2025-03-21
Add version check for uc_is_property_prepended_concatenation_mark(),
Bruce Hill
2025-03-21
Add version check for GNU MP's prev_prime()
Bruce Hill
2025-03-21
Fix issue with constant initializers for metamethods
Bruce Hill
2025-03-21
Remove some less-supported code features like static initializers for
Bruce Hill
2025-03-19
Close file descriptor
Bruce Hill
2025-03-19
Better function call
Bruce Hill
2025-03-18
Expose PathType as a proper enum
Bruce Hill
2025-03-17
Add text width support and have that work for padding
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
Codegen improvements and fixes
Bruce Hill
2025-03-16
Remove enum type prefix when printing enum
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
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
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-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
Clean up doctest code a bit
Bruce Hill
2025-03-11
Improve codegen for optional struct types
Bruce Hill
2025-03-10
For doctests, only print code if there's no expected value. If there's
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
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
Correctly set locale when starting the program
Bruce Hill
2025-03-07
Incremental improvement to parsing `none` for optional arguments
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2025-03-03
Add `recursive` argument to text:each() and text:map(), plus update docs
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
Bugfix for recursive replacement on Text.replace_all()
Bruce Hill
2025-02-28
Handle case where file can't be found
Bruce Hill
2025-02-28
Check for missing argument
Bruce Hill
2025-02-26
Improved call stacks (using addr2line still)
Bruce Hill
[next]