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-18
Added a .length field to arrays/sets/tables, added a .max_size field to
Bruce Hill
2024-08-18
Update docs
Bruce Hill
2024-08-18
Update array docs
Bruce Hill
2024-08-18
Update docs
Bruce Hill
2024-08-18
Add README for API
Bruce Hill
2024-08-18
API documentation
Bruce Hill
2024-08-18
Add API docs
Bruce Hill
2024-08-18
Remove duplicated line
Bruce Hill
2024-08-18
Remove some num functions
Bruce Hill
2024-08-18
Fix array indexing
Bruce Hill
2024-08-18
Add primality testing and next_prime()/prev_prime()
Bruce Hill
2024-08-18
Improved syntax for dollar-string literals
Bruce Hill
2024-08-18
Tweak test code
Bruce Hill
2024-08-18
Fix up some bigint logic issues
Bruce Hill
2024-08-18
Split BigIntType out of IntType and switch to using enums for the size
Bruce Hill
2024-08-18
Fix array ++= item
Bruce Hill
2024-08-17
Handle demotion of integers when we know what the expected type ought to
Bruce Hill
2024-08-17
Disallow accessing type members that start with underscores unless
Bruce Hill
2024-08-17
Make small integer constants actually constant
Bruce Hill
2024-08-17
Correct the logic to prevent promoting nums to ints automatically
Bruce Hill
2024-08-17
Bugfix for Int64$hash() being referenced
Bruce Hill
2024-08-17
Add table:get_or_null(key) for tables with non-null pointer values,
Bruce Hill
2024-08-17
Support semicolon in `{:K:V; ...}`
Bruce Hill
2024-08-17
Remove 'const' where it caused problems
Bruce Hill
2024-08-17
Allow for top-level or namespace-level variables that are initialized
Bruce Hill
2024-08-16
Change division and modulus to use euclidean division, plus fix up a few
Bruce Hill
2024-08-16
Add Bool:random(p=0.5)
Bruce Hill
2024-08-16
More fixes for ints
Bruce Hill
2024-08-16
Bugfix
Bruce Hill
2024-08-16
Check for compile-time constant integers that require heap allocations.
Bruce Hill
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
[prev]
[next]