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
/
stdlib
/
stdlib.c
Age
Commit message (
Expand
)
Author
2025-03-17
Fully rename array to list
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-12
Simplify RNG seeding
Bruce Hill
2025-03-11
Clean up doctest code a bit
Bruce Hill
2025-03-10
For doctests, only print code if there's no expected value. If there's
Bruce Hill
2025-03-09
Add fail_text() so there isn't a hacky/broken fail() with promotion to
Bruce Hill
2025-03-07
Correctly set locale when starting the program
Bruce Hill
2025-03-07
Incremental improvement to parsing `none` for optional arguments
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2025-03-03
Fix parsing for CLI tables and arrays
Bruce Hill
2025-03-02
Add better error checking for parsing `program --array=1 2 3`
Bruce Hill
2025-02-28
Handle case where file can't be found
Bruce Hill
2025-02-28
Check for missing argument
Bruce Hill
2025-02-26
Improved call stacks (using addr2line still)
Bruce Hill
2025-02-25
Fix non-colorized doctest output newlines
Bruce Hill
2025-02-21
Tweak function registration API
Bruce Hill
2025-02-04
Hide '_.' from stack backtrace
Bruce Hill
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-19
Default RNG now uses static, thread-local memory instead of heap
Bruce Hill
2024-12-15
Have ask() return an optional text
Bruce Hill
2024-12-08
Respect $NO_COLOR for running programs
Bruce Hill
2024-11-30
Support single-argument enums
Bruce Hill
2024-11-30
Support parsing enums as arguments as long as they have no members
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-09
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Fix per-thread RNG
Bruce Hill
2024-10-31
Remove unused args for end_test()
Bruce Hill
2024-10-31
Tweak doctest output so it outputs source info
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-27
Fixes for places that used Text$find()
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-28
Overhaul of argument parsing code
Bruce Hill
2024-09-27
Improved support for CLI arg parsing
Bruce Hill
2024-09-18
Move USE_COLOR into stdlib
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill