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
/
stdlib
/
datatypes.h
Age
Commit message (
Expand
)
Author
2025-03-21
Move stdlib into src/
Bruce Hill
2025-03-18
Expose PathType as a proper enum
Bruce Hill
2025-03-16
Rename path `root` to path `type`
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2025-02-13
Deprecate Range datatype in favor of using iterator methods
Bruce Hill
2025-01-29
Text struct field reordering
Bruce Hill
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-26
Change table hashing and comparison logic to be *unordered*, but still
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-28
Define some optional types
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill