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-09-12
Improve output for multi-line doctests by putting ".. " in front of
Bruce Hill
2024-09-12
Allow trailing whitespace in parens expressions
Bruce Hill
2024-09-12
Table:get() now uses optional values instead of default or failure modes
Bruce Hill
2024-09-12
Add postfix `!` operator for optionals
Bruce Hill
2024-09-11
Change check_optional -> check_null
Bruce Hill
2024-09-11
Add optional:or_else(fallback) and optional:or_fail(message)
Bruce Hill
2024-09-11
Fix optional integer promotion
Bruce Hill
2024-09-11
Fix threads and integers
optionals
Bruce Hill
2024-09-11
Document iterators
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Fix recursive structs with optionals
Bruce Hill
2024-09-11
Placeholder docs for optionals
Bruce Hill
2024-09-11
Update docs
Bruce Hill
2024-09-11
Update learnxiny
Bruce Hill
2024-09-11
Bugfix big int literals
Bruce Hill
2024-09-11
Remove old code
Bruce Hill
2024-09-11
Update docs
Bruce Hill
2024-09-11
Update docs
Bruce Hill
2024-09-11
Change *:from_text() methods to return optional values and set up CLI
Bruce Hill
2024-09-11
Fix optional bools
Bruce Hill
2024-09-11
Rename channel_t -> Channel_t for consistency
Bruce Hill
2024-09-11
Rename closure_t -> Closure_t for consistency
Bruce Hill
2024-09-11
Rename "Nil"->"Null" for consistency
Bruce Hill
2024-09-11
Fix const issue
Bruce Hill
2024-09-11
More tests
Bruce Hill
2024-09-11
Optionals for threads
Bruce Hill
2024-09-11
Optional channels (plus fixed some channel bugs)
Bruce Hill
2024-09-11
Optional C Strings
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
2024-09-11
Optional structs
Bruce Hill
2024-09-11
Optional fixed-size ints
Bruce Hill
2024-09-11
Support conditionals for tables/arrays/sets
Bruce Hill
2024-09-11
Support `if x := blah: ...`
Bruce Hill
2024-09-11
Use optional ints in the array find()/first() API
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-09
Document :by_line()
paths
Bruce Hill
2024-09-09
Add (/path):by_line()
Bruce Hill
2024-09-09
Improve tool
Bruce Hill
2024-09-09
Fix up tomodeps example
Bruce Hill
2024-09-09
Fix up some stuff with path escaping
Bruce Hill
2024-09-09
Add Path.from_unsafe_text() etc
Bruce Hill
2024-09-09
remove debug code
Bruce Hill
2024-09-09
Add shims for hashing/equality of langs
Bruce Hill
2024-09-09
Improve wrap example and fix it to no longer use files module
Bruce Hill
2024-09-09
Fix issues with path reading from pipes (don't UTF8 validate chunks,
Bruce Hill
2024-09-09
Test nesting parens and escapes
Bruce Hill
2024-09-09
Fix up ini example
Bruce Hill
2024-09-09
Clean up CLI path arrays
Bruce Hill
2024-09-09
Correctly clean up CLI args that are paths
Bruce Hill
2024-09-09
Remove example module for files
Bruce Hill
[next]