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
/
src
/
environment.c
Age
Commit message (
Expand
)
Author
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-07-10
Add text compression optimizations for unicode text
Bruce Hill
2025-06-26
Add get_bit() method for Ints and Bytes
Bruce Hill
2025-06-24
Add Path.has_extension() and update manpages/api docs
Bruce Hill
2025-05-25
Code cleanup
Bruce Hill
2025-05-20
Add more advanced configuration options to modules.ini and support
Bruce Hill
2025-05-17
Add `modules.ini` file for import aliases, as well as default aliases
Bruce Hill
2025-05-17
Add Path.sibling()
Bruce Hill
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
2025-04-30
Use namespace prefix function when appropriate
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-26
Add TOMO_VERSION as a variable accessible to tomo programs at runtime
Bruce Hill
2025-04-18
Make Int.prev_prime() optional instead of erroring
Bruce Hill
2025-04-17
Add getenv()/setenv()
Bruce Hill
2025-04-16
Add Path.current_dir() as exposed method
Bruce Hill
2025-04-15
Make some compatibility fixes to make sure the compiler can fully build
Bruce Hill
2025-04-15
Deprecate `auto`
Bruce Hill
2025-04-15
Add --no-source-mapping flag
Bruce Hill
2025-04-07
Add `is_between()` for various types
Bruce Hill
2025-04-07
Add Byte.to() method and improved micro optimization of iterating over
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Make string escapes more normal: "\n" for newline, etc. Backticks can be
Bruce Hill
2025-04-06
Make it a bit more ergonomic to make function types
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-02
Syntax change: table types are now: `{K=V; default=...}` and tables
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Fully move all pattern code into patterns.c
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
2025-03-25
Compiler errors should use USE_COLOR
Bruce Hill
2025-03-24
Add num:percent()
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill