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
/
compile.c
Age
Commit message (
Expand
)
Author
2024-08-18
Add primality testing and next_prime()/prev_prime()
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
Add table:get_or_null(key) for tables with non-null pointer values,
Bruce Hill
2024-08-17
Allow for top-level or namespace-level variables that are initialized
Bruce Hill
2024-08-16
For cached functions with no arguments, use a static var instead of a
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
Add binary search method to arrays
Bruce Hill
2024-08-14
Fix up type conversions with ints and nums
Bruce Hill
2024-08-13
Support ^ exponentiation for integers
Bruce Hill
2024-08-13
Fix some edge cases
Bruce Hill
2024-08-13
Tweak to codegen for range iteration
Bruce Hill
2024-08-13
Cleanup code gen for Num coercions
Bruce Hill
2024-08-13
Fix channels
Bruce Hill
2024-08-13
Fix ranges
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
Proper promotion of ints
Bruce Hill
2024-08-13
Fixing up integers
Bruce Hill
2024-08-13
More fixes
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-11
Support channels with maximum size
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
Overhaul of operator metamethods
Bruce Hill
2024-08-10
Bugfix some issues with mod1
Bruce Hill
2024-08-10
Add array:counts()
Bruce Hill
2024-08-10
Add Array:unique() to get a set of unique items
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
2024-08-10
Make Num32/Num64 literals explicitly typed to aid in macros using
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-08-08
Change table removal function to use values instead of references
Bruce Hill
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
2024-08-04
Switch to TABLE_INCREF
Bruce Hill
2024-08-04
More refcount fixes
Bruce Hill
2024-08-04
Fix up some edge cases with refcounting
Bruce Hill
2024-08-04
Minor fix for array refcounting
Bruce Hill
2024-08-04
Tweaks to array implementation, including changing how the bits are
Bruce Hill
2024-08-04
Switch around some of the logic for array:random() and array:shuffle()
Bruce Hill
[prev]
[next]