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
Age
Commit message (
Expand
)
Author
2025-05-21
Added Set infix operations, as well as Table.with_fallback() and fixed
Bruce Hill
2025-05-17
Add --version flag for executables and more documentation.
Bruce Hill
2025-05-17
Add `modules.ini` file for import aliases, as well as default aliases
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-06
Bugfix for serialization of sets and tables with fallbacks
Bruce Hill
2025-05-06
Check getrandom return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-06
Error checking for path components
Bruce Hill
2025-05-06
Bugfix for truncation of Bytes
Bruce Hill
2025-05-06
Bugfix for converting integer to byte
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-03
Deprecate function name registering and printing the function's name
Bruce Hill
2025-05-02
Improved stack trace function names
Bruce Hill
2025-05-02
Bugfix for stack traces
Bruce Hill
2025-05-02
Fix bug where fallbacks were hashed by pointer instead of by contents
v0.2
Bruce Hill
2025-05-02
Remove speculative fix
Bruce Hill
2025-05-02
Bugfix for text hashing
Bruce Hill
2025-05-01
Add check for null type
Bruce Hill
2025-05-01
Include stdlib
Bruce Hill
2025-05-01
Add missing file
Bruce Hill
2025-04-30
Speculative fix for memory error during installation
Bruce Hill
2025-04-30
Fix up hdebug stuff for tables
Bruce Hill
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-26
Bugfix for boolean parsing
Bruce Hill
2025-04-26
Add TOMO_VERSION as a variable accessible to tomo programs at runtime
Bruce Hill
2025-04-25
Improved errors for list indexing
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-18
Make Int.prev_prime() optional instead of erroring
Bruce Hill
2025-04-17
Add getenv()/setenv()
Bruce Hill
2025-04-16
Roll back change to add a return for unreachable functions
Bruce Hill
2025-04-16
Automatically add return for unreachable code blocks (following a
Bruce Hill
2025-04-16
Fixes to get the compiler to build with -O3
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 configuration script to choose install paths and default C compiler
Bruce Hill
2025-04-15
Bring back TCC support!
Bruce Hill
2025-04-14
Print full library path
Bruce Hill
2025-04-14
Slightly more robust filtering of stack trace from main() onwards
Bruce Hill
2025-04-14
Reworking of stack traces (back to using addr2line) for compatibility
Bruce Hill
2025-04-14
Further fixes for printing quoted strings/chars
Bruce Hill
2025-04-14
Fixes for printing
Bruce Hill
2025-04-12
Replace addr2line with libbacktrace to get improved stack traces
Bruce Hill
2025-04-10
Remove strlcpy()
Bruce Hill
2025-04-07
Remove table.bump()
Bruce Hill
[prev]
[next]