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.h
Age
Commit message (
Collapse
)
Author
2024-08-11
Add channels and threads
Bruce Hill
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
modification methods like `range:by(2)` or `range:reversed()`
2024-07-14
Support nested lambda closures
Bruce Hill
2024-07-13
Add iterator functions
Bruce Hill
2024-07-04
Add 'defer'
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
namespace
2024-06-13
Do dynamic library symbol prefixing using 'patchelf'
Bruce Hill
2024-06-06
Fix issue with importing modules
Bruce Hill
2024-06-06
Split header compilation into a separate function
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-03-30
Adding a REPL
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
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
More file comments
Bruce Hill
2024-03-17
Preface symbols with file prefix
Bruce Hill
2024-03-17
Support nested comprehensions
Bruce Hill
2024-03-15
Skip/stop for 'while' loops
Bruce Hill
2024-03-15
Fancy skip/stop implementation
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-09
Implement lambdas and closures
Bruce Hill
2024-03-04
Struct and enum methods and static members
Bruce Hill
2024-03-03
Make constructors actually functions for enums
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-17
Custom tostring functions working
Bruce Hill
2024-02-17
Major cleanup
Bruce Hill
2024-02-15
Progress towards environments
Bruce Hill