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
/
stdlib
/
stdlib.c
Age
Commit message (
Expand
)
Author
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-09-21
Deprecate `>> x ... = val` form of doctests and rename them to 'debug
doctests-to-debuglog
Bruce Hill
2025-09-01
Fixes for local-tomo so that it *actually* uses local header files,
Bruce Hill
2025-08-31
Move CLI parsing to its own file.
Bruce Hill
2025-08-25
Minor bugfix for coloring of multi-line doctests
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Fix some LSP issues, mostly unused imports
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-07-12
Doctests now use equality checking instead of text comparisons
Bruce Hill
2025-06-04
Fix spacing on non-color doctest output
Bruce Hill
2025-05-17
Add --version flag for executables and more documentation.
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-01
Add check for null type
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-25
Clang fixes
Bruce Hill
2025-04-24
Command line arg parsing fix for negative integers: `tomo foo.tm -- -123`
Bruce Hill
2025-04-17
Add getenv()/setenv()
Bruce Hill
2025-04-15
Make some compatibility fixes to make sure the compiler can fully build
Bruce Hill
2025-04-12
Replace addr2line with libbacktrace to get improved stack traces
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-03
Deprecate heap_strf
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-04-01
Show full doctest inspection if test fails
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Close out the type color when inspecting
Bruce Hill
2025-03-28
Add compiler guards for GCC directives
Bruce Hill
2025-03-28
Signal handler is _Noreturn
Bruce Hill
2025-03-28
Make getrandom() platform-compatible
Bruce Hill
2025-03-27
Phase out strchrnul
Bruce Hill
2025-03-27
Add missing include
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-25
Change capitalization
Bruce Hill
2025-03-25
Tweak colors
Bruce Hill
2025-03-25
Update wording on expected text
Bruce Hill
2025-03-24
Doctest inspections should go to stdout, not stderr
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill