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
/
nums.tm
Age
Commit message (
Collapse
)
Author
2025-07-11
Use `assert` more in tests to give better error messages
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
means bringing in fpconv to do float-to-string conversion and a few updates to integer and number methods for string formatting.
2025-04-06
No more colons for blocks
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-05
Fix up more things
Bruce Hill
2025-04-04
Misc fixes
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
matching
2025-03-24
Add num:percent()
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-25
Tweaks to NONE parsing and tests
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-19
Go back to stringifying integers/num32s/bytes without the type
Bruce Hill
constructor.
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
constructors
2024-11-03
Fix up test to use RNGs
Bruce Hill
2024-08-19
Update test to reflect new numeric precision
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-04-28
Syntax tweak: use ':' for blocks
Bruce Hill
2024-04-23
Add constructor/casting for ints and nums
Bruce Hill
2024-04-22
Add Num.mix()
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-03-07
Add num32 test
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