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
Age
Commit message (
Expand
)
Author
2024-11-25
Improve handling of update assignments
Bruce Hill
2024-11-25
Perform NONE-checking on /= and *= operations for nums
Bruce Hill
2024-11-25
Micro-optimizations for division and modulus
Bruce Hill
2024-11-24
Cleaner None-handling
Bruce Hill
2024-11-24
Better handling for NULL optional types
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
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-24
Add clarification
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
Rename `Text.utf8_bytes` back to `Text.bytes`
Bruce Hill
2024-11-19
Add Text.at(i) for getting a single cluster
Bruce Hill
2024-11-19
Document Text.slice()
Bruce Hill
2024-11-17
Be more permissive around indentation between infix operators
Bruce Hill
2024-11-17
Update README
Bruce Hill
2024-11-17
Update docs
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-17
Tweak hash function
Bruce Hill
2024-11-17
Add 'unless' as an alias for 'if not'
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 pointer iterations
Bruce Hill
2024-11-09
Support iterating over pointers to collections again
Bruce Hill
2024-11-09
Make the compiler stricter about not promoting local value variables to
Bruce Hill
2024-11-09
Bugfix integer literal demotion in assignment statements
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-08
Improve reductions so they work better nested and also have bespoke code
Bruce Hill
2024-11-07
Bugfix for parsing empty method call names
Bruce Hill
2024-11-07
Fix up some stuff with boolean operators and reductions
Bruce Hill
2024-11-05
Add byte hex tests
Bruce Hill
2024-11-05
Add Byte.hex()
Bruce Hill
2024-11-05
Fix up old-style reducers
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-04
Be much more permissive about using integer literals for fixed-size ints
Bruce Hill
2024-11-04
Minor code cleanup
Bruce Hill
2024-11-04
Fix for blocking reads
Bruce Hill
2024-11-04
Add base64 lib
Bruce Hill
2024-11-04
Fix for optional langs
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
RNG seed should be non-optional
Bruce Hill
2024-11-03
Fix up test to use RNGs
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
[next]