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-03-09
Simple lambda test
Bruce Hill
2024-03-07
Tweaking array tests
Bruce Hill
2024-03-07
More tests
Bruce Hill
2024-03-07
Added test
Bruce Hill
2024-03-07
Add num32 test
Bruce Hill
2024-03-05
Fix default values for structs
Bruce Hill
2024-03-04
Fix some bugs relating to NUL termination of strings
Bruce Hill
2024-03-03
Add methods for text:clusters(), text:codepoints(), text:bytes()
Bruce Hill
2024-03-03
Unicode normalization for equality, hashing, tests, and printing
Bruce Hill
2024-03-03
Rename string test to text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Fix endptr stuff in parser
Bruce Hill
2024-03-03
Fix up unicode escapes
Bruce Hill
2024-03-03
String tests
Bruce Hill
2024-03-03
Add some more tests
Bruce Hill
2024-03-03
Num tests
Bruce Hill
2024-03-03
Add Num.near() function
Bruce Hill
2024-03-03
Num methods
Bruce Hill
2024-03-03
Fix test
Bruce Hill
2024-03-03
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
Bruce Hill
2024-02-25
Add test for table iteration
Bruce Hill
2024-02-25
Add tests for '#' on collections
Bruce Hill
2024-02-25
Table field access for .keys, .values, .default, .fallback
Bruce Hill
2024-02-24
Rename file extensions
Bruce Hill
2024-02-24
Enum table test
Bruce Hill
2024-02-24
Rename folder
Bruce Hill