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
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-09
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-03
RNG seed should be non-optional
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
Bruce Hill
2024-11-03
Add a `repeat` keyword
Bruce Hill
2024-11-02
Change reducers to use (OP: ...) syntax and return an optional value
Bruce Hill
2024-11-02
Make Text:find() return an optional int
Bruce Hill
2024-10-29
Add file globbing
Bruce Hill
2024-10-27
Update docs to reflect deprecation of "&" stack references
Bruce Hill
2024-10-27
Update DateTime API to have separate methods for getting each component
Bruce Hill
2024-10-09
Update docs to standardize function signature formatting
Bruce Hill
2024-10-09
Update docs
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-08
Document reductions
Bruce Hill
2024-10-02
Update array:sample() to use optional weights and do more error checking
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-30
Update docs
Bruce Hill
2024-09-30
Code cleanup
Bruce Hill
2024-09-30
Parameterize with timezones
Bruce Hill
2024-09-29
Update docs
Bruce Hill
2024-09-29
Fix some timezone issues
Bruce Hill
2024-09-29
Add extra example
Bruce Hill
2024-09-29
Reference DateTime in the docs
Bruce Hill
2024-09-29
Update docs
Bruce Hill
2024-09-29
Document now()
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-24
Rename `from_unsafe_text` to `without_escaping`
Bruce Hill
2024-09-23
Support creating parent directories as needed (mkdir -p) and also set a
Bruce Hill
2024-09-22
Add -I flag for installing
Bruce Hill
2024-09-18
Update docs
Bruce Hill
2024-09-16
Update docs
Bruce Hill
2024-09-16
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator
Bruce Hill
2024-09-16
Update docs
Bruce Hill
2024-09-15
Update docs
Bruce Hill
2024-09-15
Overhaul of how libraries are installed
Bruce Hill
2024-09-15
Link to C interop page
Bruce Hill
2024-09-15
Update Inline C syntax and documentation/tests
Bruce Hill
2024-09-15
Add docs on bytes
Bruce Hill
2024-09-15
Add optional:or_exit(...)
Bruce Hill
2024-09-15
Update path reading APIs to use optional values instead of erroring
Bruce Hill
2024-09-15
Update docs
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Update pointer docs on optionals
Bruce Hill
2024-09-13
Update docs a bit
Bruce Hill
2024-09-13
Split pattern code into its own file
Bruce Hill
2024-09-12
Add sleep()
Bruce Hill
2024-09-12
Table:get() now uses optional values instead of default or failure modes
Bruce Hill
2024-09-11
Add optional:or_else(fallback) and optional:or_fail(message)
Bruce Hill
[prev]
[next]