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
/
environment.c
Age
Commit message (
Expand
)
Author
2025-03-21
Move files into src/ and build into build/
Bruce Hill
2025-03-21
Fixes for ask() being optional and command success status
Bruce Hill
2025-03-21
Add version check for GNU MP's prev_prime()
Bruce Hill
2025-03-18
Expose PathType as a proper enum
Bruce Hill
2025-03-18
Rename/rework global env functions
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
Have global vars use type string parsing
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
Rename path `root` to path `type`
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-12
Rename `without_escaping()` -> `from_text()`
Bruce Hill
2025-03-10
Fix some scoping issues with type methods and enum returns
Bruce Hill
2025-03-10
Add `convert` keyword for defining conversions
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
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
Add proper language support for case operations on text
Bruce Hill
2025-03-07
Fix number precision stuff
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-03
Add `recursive` argument to text:each() and text:map(), plus update docs
Bruce Hill
2025-03-01
Check for null
Bruce Hill
2025-03-01
Support post-hoc definitions of escaping rules for DSLs
Bruce Hill
2025-02-25
Add $Shell.execute()
Bruce Hill
2025-02-24
Add $Shell:execute()
Bruce Hill
2025-02-24
Automatic escaping for Path -> Shell
Bruce Hill
2025-02-21
Integer range iteration over fixed width integers should iterate over
Bruce Hill
2025-02-20
Support arbitrary argument constructors
Bruce Hill
2025-02-20
Add undef
Bruce Hill
2025-02-19
Switch to langs using constructors
Bruce Hill
2025-02-13
Add Int:onward() iterator
Bruce Hill
2025-02-13
Deprecate Range datatype in favor of using iterator methods
Bruce Hill
2025-02-10
Tweak `set_binding()` API
Bruce Hill
2025-02-09
Convert the logic for finding closed variables to a more pure functional
Bruce Hill
2025-02-04
Add a `_` prefix on variables so it's easier to debug in GDB
Bruce Hill
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2024-12-24
Add Int:factorial() and n:choose(k)
Bruce Hill
2024-12-21
Add text:by_line()/:by_split()/:by_match()
Bruce Hill
2024-12-19
Add Text:reversed()
Bruce Hill
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-12-15
Have ask() return an optional text
Bruce Hill
2024-12-08
Add GCD function for integers (of all flavors)
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-30
Bugfixes for moments mixing up microseconds/nanoseconds, plus adding
Bruce Hill
2024-11-25
Add NaN documentation
Bruce Hill
[next]