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
/
environment.c
Age
Commit message (
Expand
)
Author
2024-08-18
Update channel API to take a Where parameter
Bruce Hill
2024-08-18
Add Int:clamped() and Num:clamped()
Bruce Hill
2024-08-18
Remove duplicated line
Bruce Hill
2024-08-18
Remove some num functions
Bruce Hill
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-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-13
Add Int:sqrt()
Bruce Hill
2024-08-13
Support ^ exponentiation for integers
Bruce Hill
2024-08-13
Fix ranges
Bruce Hill
2024-08-13
Get rid of slow_* int functions
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
2024-08-03
Change structs/enums so they allow for field/tag names that are C
Bruce Hill
2024-08-03
Fix integer random functions so they correctly handle all representable
Bruce Hill
2024-07-20
Deprecate array:pairs() and switch iterator functions to use enums
Bruce Hill
2024-07-14
Support nested lambda closures
Bruce Hill
2024-07-13
Add iterator functions
Bruce Hill
2024-07-01
Clean up some type checking with math operations and metamethods
Bruce Hill
2024-06-19
Fix issue with using libraries
Bruce Hill
2024-06-16
Support library name as a separate environment field from namespace
Bruce Hill
2024-06-16
Fix issue with type namespaces not getting properly prefixed by library
Bruce Hill
2024-06-13
Do dynamic library symbol prefixing using 'patchelf'
Bruce Hill
2024-06-08
Change c/header transpilation order and fix some issues
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-05-20
Deprecate Text.slice()
Bruce Hill
2024-05-20
Hook up Text.has(), Text.trimmed(), Text.without()
Bruce Hill
2024-05-19
Add Text.slice()
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
2024-05-12
Deprecate interfaces (RIP)
Bruce Hill
2024-05-12
WIP, but functional interfaces
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-04-23
Prevent doubling up file prefix
Bruce Hill
2024-04-22
Add Num.mix()
Bruce Hill
2024-04-21
Fix namespace vars
Bruce Hill
2024-04-21
Better imports for types
Bruce Hill
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-04-10
Add Bool.from_text()
Bruce Hill
2024-04-10
Add from_text() method for ints/nums
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-22
Handle type namespaces in other modules
Bruce Hill
2024-03-21
Pull namespaces from the type binding
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
Add some better file comments
Bruce Hill
[next]