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-03
Add wrapping plus/minus for fixed-size integers
Bruce Hill
2024-11-03
Fix error message
Bruce Hill
2024-11-03
Add a `repeat` keyword
Bruce Hill
2024-11-03
Minor fix
Bruce Hill
2024-11-02
Support reductions for comparison operators like == and <
Bruce Hill
2024-11-02
Change reducers to use (OP: ...) syntax and return an optional value
Bruce Hill
2024-11-02
Update header
Bruce Hill
2024-11-02
Make Text:find() return an optional int
Bruce Hill
2024-10-31
Remove unused args for end_test()
Bruce Hill
2024-10-31
Tweak doctest output so it outputs source info
Bruce Hill
2024-10-30
Fix type members not appearing in headers for declared values
Bruce Hill
2024-10-30
Fix for methods not appearing in headers
Bruce Hill
2024-10-30
Make compiler output spam a little dimmer
Bruce Hill
2024-10-30
Organize typedef headers so the typedefs come before the namespace
Bruce Hill
2024-10-30
Fix header inline functions to use `extern inline` and some GCC magic
Bruce Hill
2024-10-30
Bugfix for empty struct typeinfos
Bruce Hill
2024-10-30
Remove redundant warnings
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-29
Add -Werror to tomo compile flags
Bruce Hill
2024-10-29
Add file globbing
Bruce Hill
2024-10-28
Add PATCH
Bruce Hill
2024-10-27
Update docs to reflect deprecation of "&" stack references
Bruce Hill
2024-10-27
Fix up examples to no longer use '&'
Bruce Hill
2024-10-27
Fixes for places that used Text$find()
Bruce Hill
2024-10-27
Disallow mutation of read-only views
Bruce Hill
2024-10-27
Finish deprecating stack refs with &
Bruce Hill
2024-10-27
Deprecate "&" for stack references
Bruce Hill
2024-10-27
Remove an unnecessary ARRAY_COPY()
Bruce Hill
2024-10-27
Bugfix: for array:find() and array:sorted() and array:binary_search(),
Bruce Hill
2024-10-27
Update DateTime API to have separate methods for getting each component
Bruce Hill
2024-10-27
Add an include
Bruce Hill
2024-10-25
Minor imports cleanup
Bruce Hill
2024-10-25
Move unistr header out of tomo header
Bruce Hill
2024-10-10
Fix issue with non-ID chars in filenames
Bruce Hill
2024-10-09
Clean up codegen for `when` statements
Bruce Hill
2024-10-09
Update readme
Bruce Hill
2024-10-09
Update example
Bruce Hill
2024-10-09
Update docs to standardize function signature formatting
Bruce Hill
2024-10-09
Update docs
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-09
Bugfix for `1e-2-3`
Bruce Hill
2024-10-09
Tidy up some function annotations to use func(x,y:Foo) syntax instead of
Bruce Hill
2024-10-09
Get rid of `fn:func(Int,Num)` syntax (unnamed arguments)
Bruce Hill
2024-10-09
Add a test for mutating closed-over variables in a defer statement
Bruce Hill
2024-10-09
Fix closure handling behavior for `defer` so that it can mutate
Bruce Hill
2024-10-09
Bugfix for `defer` using enclosing scope
Bruce Hill
2024-10-08
Document reductions
Bruce Hill
2024-10-08
Disallow reductions over tables (use .keys or .values instead)
Bruce Hill
2024-10-08
Support reductions over sets
Bruce Hill
2024-10-08
Bugfix for reductions over conditional comprehensions that have no values.
Bruce Hill
[next]