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-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
2024-03-17
Preface symbols with file prefix
Bruce Hill
2024-03-14
Remove some shadowed variables
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Extra lambda test
Bruce Hill
2024-03-09
Implement lambdas and closures
Bruce Hill
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