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-03-26
Add array:reversed()
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-24
Bugfix for text replacement
Bruce Hill
2024-03-24
Improve COW/etc handling for update assignments
Bruce Hill
2024-03-22
Fix/improve assignment to arrays and tables
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
Improve codegen for enums by eliminating unnecessary methods
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
Bruce Hill
2024-03-14
Clean up codegen to not use macros
Bruce Hill
2024-03-14
Better codegen for negation
Bruce Hill
2024-03-14
Remove some shadowed variables
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-10
Clean up doctesting for assignments
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Removing some dead code
Bruce Hill
2024-03-09
Minor cleanups to get compilation working on clang
Bruce Hill
2024-03-09
Deprecate secret langs (just use one-member structs)
Bruce Hill
2024-03-09
Improve handling of secret text
Bruce Hill
2024-03-09
Change lang stringification to include type name
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-09
Fix issues with substring overflow
Bruce Hill
2024-03-09
Fix NUL termination bug in text library
Bruce Hill
2024-03-09
First pass at lambdas/closures
Bruce Hill
2024-03-09
Print source code
Bruce Hill
2024-03-08
Simplify table def
Bruce Hill
2024-03-08
Refactor table methods to take table structs where possible
Bruce Hill
2024-03-08
Array methods
Bruce Hill
2024-03-08
Rename Array_random -> Array__random
Bruce Hill
2024-03-08
Tweaks to memory printing and constness
Bruce Hill
2024-03-08
Bugfix arrays
Bruce Hill
2024-03-08
Fix negative index issue and add array:random()
Bruce Hill
2024-03-07
Just use mathlib symbols, don't redefine them
Bruce Hill
2024-03-06
Fix up some array literal stuff with TCC
Bruce Hill
2024-03-05
Fix up some min/max stuff
Bruce Hill
2024-03-05
Fix cyclic structs/enums
Bruce Hill
2024-03-04
Fix some bugs relating to NUL termination of strings
Bruce Hill
2024-03-03
Add methods for text:clusters(), text:codepoints(), text:bytes()
Bruce Hill
2024-03-03
Unicode normalization for equality, hashing, tests, and printing
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Add Num.near() function
Bruce Hill
2024-03-03
Num methods
Bruce Hill
2024-03-03
Tweaks and improvements to built-in functions
Bruce Hill
2024-03-03
Fix table literals
Bruce Hill
2024-03-03
Fix table literal issue for TCC compatibility
Bruce Hill
2024-03-03
Cleanup/fixes
Bruce Hill
2024-03-03
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
Bruce Hill
2024-03-03
Initial pass at namespacing
Bruce Hill
2024-02-29
Add type namespaces
Bruce Hill
[prev]
[next]