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
/
builtins
/
datatypes.h
Age
Commit message (
Expand
)
Author
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-11
Support channels with maximum size
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
2024-08-04
Guard against tables exceeding maximum supported size
Bruce Hill
2024-08-04
Fix up some edge cases with refcounting
Bruce Hill
2024-08-04
Tweak bits
Bruce Hill
2024-08-04
Tweaks to array implementation, including changing how the bits are
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-09
First pass at lambdas/closures
Bruce Hill
2024-03-08
Simplify table def
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-17
Major cleanup
Bruce Hill
2024-02-04
Builtins
Bruce Hill