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
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-12-17
Minor cleanups and fixes to RNG, chacha, and text
Bruce Hill
2024-12-15
Have ask() return an optional text
Bruce Hill
2024-12-15
Parse negative integers
Bruce Hill
2024-12-12
Tweaks to RNG code
Bruce Hill
2024-12-11
Fixes for integer logic around big/small ints
Bruce Hill
2024-12-08
Respect $NO_COLOR for running programs
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-12-07
Use likely()/unlikely() macros and a few bugfixes for integers
Bruce Hill
2024-12-06
Improvements and fixes for assigning to table keys
Bruce Hill
2024-12-04
Bugfix for text memory allocations
Bruce Hill
2024-12-02
Further bugfix for array concatenation
Bruce Hill
2024-12-02
Bugfix for array concatenation
Bruce Hill
2024-11-30
Support single-argument enums
Bruce Hill
2024-11-30
Support parsing enums as arguments as long as they have no members
Bruce Hill
2024-11-30
Bugfixes for moments mixing up microseconds/nanoseconds, plus adding
Bruce Hill
2024-11-29
Tweak to how 'Type' appears as a type
Bruce Hill
2024-11-29
Fix Type:as_text()
Bruce Hill
2024-11-29
Make Int serialization more compact
Bruce Hill
2024-11-29
Bugfix for enum tags
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-25
Micro-optimizations for division and modulus
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-23
Fix ordering of Nums that have NaNs
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-19
Tweak behavior for printing recursive structures
Bruce Hill
2024-11-19
Go back to stringifying integers/num32s/bytes without the type
Bruce Hill
2024-11-19
Add Text.at(i) for getting a single cluster
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-17
Tweak hash function
Bruce Hill
2024-11-12
Fix up recursive pointer text representation
Bruce Hill
2024-11-12
Fixes for 'if' blocks with nested 'else if' that declare variables
Bruce Hill
2024-11-09
Bugfix for fixed-size integer ranges
Bruce Hill
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
Add Byte.hex()
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-04
Minor code cleanup
Bruce Hill
2024-11-04
Fix for blocking reads
Bruce Hill
2024-11-04
Update text API to use optional returns when applicable
Bruce Hill
2024-11-04
Add some missing functionality for Bytes
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Update Path:read_bytes() API to take a byte count
Bruce Hill
2024-11-03
Fix per-thread RNG
Bruce Hill
2024-11-03
Make Int.random() use thread-local state
Bruce Hill
2024-11-03
Use an RNG parameter for array:random(), array:shuffle(),
Bruce Hill
2024-11-03
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
Bruce Hill
[next]