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
/
test
Age
Commit message (
Expand
)
Author
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-09
Add a test for mutating closed-over variables in a defer statement
Bruce Hill
2024-10-08
Add a test for optionals to ensure they size correctly
Bruce Hill
2024-10-04
Deprecate readonly pointers for now
Bruce Hill
2024-09-30
Add datetime literal and tests
Bruce Hill
2024-09-24
Rename `from_unsafe_text` to `without_escaping`
Bruce Hill
2024-09-24
Support Int(yes/no)
Bruce Hill
2024-09-16
Fix `not x` for optional values
Bruce Hill
2024-09-16
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator
Bruce Hill
2024-09-16
Have Text:matches() return an optional array of matches
Bruce Hill
2024-09-16
Add some basic pattern matching/suffix code for paths
Bruce Hill
2024-09-15
Overhaul of how libraries are installed
Bruce Hill
2024-09-15
Update Inline C syntax and documentation/tests
Bruce Hill
2024-09-15
Add optional:or_exit(...)
Bruce Hill
2024-09-15
Fix up `if var := ...:` in ternary expressions and optional checking
Bruce Hill
2024-09-15
Fix up file test
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-15
Improve automatic text quoting so it minimizes escape sequences when
Bruce Hill
2024-09-12
Make functions print with `func name(...)->... [file:line]` info
Bruce Hill
2024-09-12
Fix up comprehensions so set comprehensions work and everything is a bit
Bruce Hill
2024-09-12
Implement optional hashing/equality/comparisons
Bruce Hill
2024-09-12
For single-member structs/enums, don't print the member name
Bruce Hill
2024-09-12
Change unicode escape to \{name} and add escape for ANSI CSI sequences:
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
Add optional:or_else(fallback) and optional:or_fail(message)
Bruce Hill
2024-09-11
Fix optional integer promotion
Bruce Hill
2024-09-11
Use optionals for iterators
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
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
Test nesting parens and escapes
Bruce Hill
2024-09-09
Restore path interpolation
Bruce Hill
2024-09-09
Ensure more rigoroous cleanup and validation of paths
Bruce Hill
2024-09-09
Add Text.starts_with() and Text.ends_with()
Bruce Hill
2024-09-09
Fix up some path logic
Bruce Hill
2024-09-09
More tests
Bruce Hill
2024-09-09
Add mktemp functionality
Bruce Hill
2024-09-07
Add unicode name escapes: \U[penguin]
Bruce Hill
2024-09-06
Support 'when' statements as expressions
Bruce Hill
2024-09-06
Fix test
Bruce Hill
2024-09-06
Text overhaul
Bruce Hill
2024-09-06
Add Text.trim()
Bruce Hill
2024-09-05
Update 'use' test to include a '../examples/vectors.tm' import as well
Bruce Hill
[next]