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
Age
Commit message (
Expand
)
Author
2025-04-21
Rename List.first() to List.where()
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
Add Path.current_dir() as exposed method
Bruce Hill
2025-04-16
Better error message
Bruce Hill
2025-04-16
Automatically add return for unreachable code blocks (following a
Bruce Hill
2025-04-16
Bugfix for top-level variables in libraries
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
Fix some .so hardcoding
Bruce Hill
2025-04-15
Change compilation configuration so Tomo is fully capable of running
Bruce Hill
2025-04-15
Remove rpath=$ORIGIN
Bruce Hill
2025-04-15
rpath fix
Bruce Hill
2025-04-15
Add configuration script to choose install paths and default C compiler
Bruce Hill
2025-04-15
Remove -lbacktrace
Bruce Hill
2025-04-15
Bring back TCC support!
Bruce Hill
2025-04-15
Add --no-source-mapping flag
Bruce Hill
2025-04-14
Remap source information in debugging info
Bruce Hill
2025-04-14
Add compiler flag for -D_BSD_SOURCE
Bruce Hill
2025-04-14
Ignore `if ((a == b))` warnings
Bruce Hill
2025-04-14
More flexible symbol renaming that doesn't rely on advanced flags from
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
Fix lvalue issue
Bruce Hill
2025-04-07
Add table.get_or_set()
Bruce Hill
2025-04-07
Remove table.bump()
Bruce Hill
2025-04-07
Fix for (&table).keys being seen as mutable
Bruce Hill
2025-04-07
get_or_setdefault needs to check data_refcount
Bruce Hill
2025-04-07
Move clamped() and is_between() to proper functions (not just macros)
Bruce Hill
2025-04-07
Bugfix for declaring a variable from a function (not a closure)
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-07
Add easter egg: `~colorized`
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
Improved inline C code: now uses `C_code` keyword and supports
Bruce Hill
2025-04-06
Fix for empty nums
Bruce Hill
2025-04-06
Fix for empty fixed-with integers
Bruce Hill
2025-04-06
Add `continue` and `break` as aliases for `skip`/`stop`, also improve
Bruce Hill
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
2025-04-06
Remove dead code for handling Declare statments with Use inside
Bruce Hill
2025-04-06
Fix default `pretty` visualization of codegen
Bruce Hill
2025-04-06
Add a parser error for empty enum definitions
Bruce Hill
[next]