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
/
docs
Age
Commit message (
Expand
)
Author
2025-04-07
Add table.get_or_set()
Bruce Hill
2025-04-07
Remove table.bump()
Bruce Hill
2025-04-07
Add `is_between()` for various types
Bruce Hill
2025-04-07
Add placeholder docs for bytes
Bruce Hill
2025-04-06
Update docs
Bruce Hill
2025-04-06
Update syntax in docs
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Improved inline C code: now uses `C_code` keyword and supports
Bruce Hill
2025-04-06
Change Set syntax from {x} to |x|
Bruce Hill
2025-04-06
Expand reducers so they support stuff like `(+.abs(): nums)` and
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-05
Remove {} for empty sets
Bruce Hill
2025-04-05
Fix up more things
Bruce Hill
2025-04-04
Misc fixes
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-02
Syntax change: table types are now: `{K=V; default=...}` and tables
Bruce Hill
2025-04-02
Remove patterns from text docs
Bruce Hill
2025-04-01
Fix docs
Bruce Hill
2025-04-01
Update array random docs and fix array random methods to check ranges
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Update docs
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-30
Further support for .dylib files on mac by changing syntax for library
Bruce Hill
2025-03-24
Fix docs
Bruce Hill
2025-03-24
Add num:percent()
Bruce Hill
2025-03-21
Move pandoc stuff into docs/
Bruce Hill
2025-03-21
Move manpage into docs
Bruce Hill
2025-03-17
Update docs
Bruce Hill
2025-03-17
Remove shell docs
Bruce Hill
2025-03-17
Add Path:expand_home() as a publicly visible API and bugfix it
Bruce Hill
2025-03-16
Remove enum type prefix when printing enum
Bruce Hill
2025-03-16
Fix docs
Bruce Hill
2025-03-16
Update file path API and docs
Bruce Hill
2025-03-12
Rename `without_escaping()` -> `from_text()`
Bruce Hill
2025-03-11
Don't use '$' prefix for field names
Bruce Hill
2025-03-10
Add `convert` keyword for defining conversions
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-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-01
Fix docs for recursive replace_all
Bruce Hill
2025-03-01
Change `lang.text_content` to `lang.text`
Bruce Hill
2025-02-25
Add $Shell.execute()
Bruce Hill
[next]