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-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
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
[next]