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-03-08
Refactor table methods to take table structs where possible
Bruce Hill
2024-03-08
Tweak environment order of operations and resolutions
Bruce Hill
2024-03-08
Remove dead code
Bruce Hill
2024-03-07
Just use mathlib symbols, don't redefine them
Bruce Hill
2024-03-04
Struct and enum methods and static members
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
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
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
First working method calls
Bruce Hill
2024-02-29
Add type namespaces
Bruce Hill
2024-02-27
Tweaks
Bruce Hill
2024-02-26
Fix up some type namespace issues
Bruce Hill
2024-02-26
Better error checking
Bruce Hill
2024-02-20
Fixing up enums
Bruce Hill
2024-02-18
Add some more types
Bruce Hill
2024-02-17
Change things up to use type params for all array and table methods
Bruce Hill
2024-02-17
Major cleanup
Bruce Hill
2024-02-17
Fixing up table stuff
Bruce Hill
2024-02-17
Fixing things up
Bruce Hill
2024-02-15
Progress towards environments
Bruce Hill