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-08-16
For cached functions with no arguments, use a static var instead of a
Bruce Hill
2024-08-16
Update docs a bit
Bruce Hill
2024-08-15
More helpful error message for table indexing
Bruce Hill
2024-08-15
Add binary search test
Bruce Hill
2024-08-15
Bugfix for closures
Bruce Hill
2024-08-15
Add array:find()
Bruce Hill
2024-08-15
Add method for array:remove_item(item) and rename
Bruce Hill
2024-08-15
Add array:shuffled() and checks for array insertion
Bruce Hill
2024-08-15
Bugfix for array:insert()
Bruce Hill
2024-08-15
Add binary search method to arrays
Bruce Hill
2024-08-14
Fix up type conversions with ints and nums
Bruce Hill
2024-08-13
Tweak implementations of math ops
bigints
Bruce Hill
2024-08-13
Add Int:sqrt()
Bruce Hill
2024-08-13
Support ^ exponentiation for integers
Bruce Hill
2024-08-13
Integers can have heap memory
Bruce Hill
2024-08-13
Support more binops
Bruce Hill
2024-08-13
Improvements to repl
Bruce Hill
2024-08-13
Make biggest int semantically meaningful
Bruce Hill
2024-08-13
Fix some edge cases
Bruce Hill
2024-08-13
Create inlined fast versions of integer ops
Bruce Hill
2024-08-13
Tweak to codegen for range iteration
Bruce Hill
2024-08-13
Remove reference to Num$hash
Bruce Hill
2024-08-13
Update docs
Bruce Hill
2024-08-13
Cleanup code gen for Num coercions
Bruce Hill
2024-08-13
Speed up tests slightly
Bruce Hill
2024-08-13
Fix channels
Bruce Hill
2024-08-13
Fix issue with integer comparisons
Bruce Hill
2024-08-13
Fix int hashes
Bruce Hill
2024-08-13
Fix ranges
Bruce Hill
2024-08-13
Fixes
Bruce Hill
2024-08-13
Fixing up more stuff
Bruce Hill
2024-08-13
Fix min/max
Bruce Hill
2024-08-13
Fix Int->Num promotions
Bruce Hill
2024-08-13
Remove test
Bruce Hill
2024-08-13
Proper promotion of ints
Bruce Hill
2024-08-13
Get rid of slow_* int functions
Bruce Hill
2024-08-13
Fixing up more stuff
Bruce Hill
2024-08-13
Fixes
Bruce Hill
2024-08-13
Fixing up integers
Bruce Hill
2024-08-13
More fixes
Bruce Hill
2024-08-13
Remove debug prints
Bruce Hill
2024-08-13
Bugfixes
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-12
Fix for set.items
Bruce Hill
2024-08-12
Bugfix some issues with table keys/values
Bruce Hill
2024-08-12
Fix some COW bugs for arrays/tables/sets
Bruce Hill
2024-08-12
Fix old syntax
Bruce Hill
2024-08-12
Fix deadlock issue
Bruce Hill
2024-08-12
Put back fallback
Bruce Hill
2024-08-12
Bugfix for parsing comments
Bruce Hill
[next]