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
/
builtins
Age
Commit message (
Expand
)
Author
2024-09-02
Fix printing issue
Bruce Hill
2024-09-02
Fixing string methods
Bruce Hill
2024-09-02
Bugfix some text replacement things
Bruce Hill
2024-09-02
Fix up some integer and print statement stuff
Bruce Hill
2024-09-02
Bugfix int parsing
Bruce Hill
2024-09-02
Fix enums/structs
Bruce Hill
2024-09-02
Fix some stuff
Bruce Hill
2024-09-02
Bugfix
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-25
`Where` should use empty struct typeinfos
Bruce Hill
2024-08-23
Bugfix for say() when length is >512, and added back the `newline`
Bruce Hill
2024-08-23
Bugfix for parsing ints
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-19
Add .text_content as a field on DSLs instead of a method
Bruce Hill
2024-08-19
Fix some numeric precision issues with how nums are printed
Bruce Hill
2024-08-18
Update channel API to take a Where parameter
Bruce Hill
2024-08-18
Add Channel:peek()
Bruce Hill
2024-08-18
Rename push/pop to give/get, since it's not stack-ordered
Bruce Hill
2024-08-18
Add Int:clamped() and Num:clamped()
Bruce Hill
2024-08-18
Add array:first(predicate:func(x:&T)->Bool)->@%T?
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-17
Make small integer constants actually constant
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-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
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
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
Fix Int->Num promotions
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
Fixing up integers
Bruce Hill
[prev]
[next]