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-29
Fix Type:as_text()
Bruce Hill
2024-11-29
Update docs and minor bugfix
Bruce Hill
2024-11-29
Tweak serialization syntax
Bruce Hill
2024-11-29
Rename :serialize() -> :serialized()
Bruce Hill
2024-11-29
Add serialization docs
Bruce Hill
2024-11-29
Add serialization test case
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-28
Support promoting values to readonly views
Bruce Hill
2024-11-26
Tweak docs
Bruce Hill
2024-11-26
Add some examples to the repo
Bruce Hill
2024-11-26
Better automatic promotion for function args
Bruce Hill
2024-11-26
More permissive parsing for spaces between binops
Bruce Hill
2024-11-26
Document integer division
Bruce Hill
2024-11-26
Permit spaces before indexes
Bruce Hill
2024-11-25
Fix for empty constructors
Bruce Hill
2024-11-25
Tweaks to NONE parsing and tests
Bruce Hill
2024-11-25
Add NaN documentation
Bruce Hill
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
[next]