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
/
compile.c
Age
Commit message (
Expand
)
Author
2025-05-05
Get rid of single-file headers for libraries and just include each .tm
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-03
Bugfix for promotions in comparisons
Bruce Hill
2025-05-03
Deprecate function name registering and printing the function's name
Bruce Hill
2025-05-02
Bugfix for integer math between Int and fixed-width int, where Int was
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-29
Fix some string issues
Bruce Hill
2025-04-29
Fix string long issues
Bruce Hill
2025-04-29
Fix some string issues
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
2025-04-25
Speculative fix.
Bruce Hill
2025-04-25
Fix 'auto' issue
Bruce Hill
2025-04-23
Bugfix for `use ./foo.c` putting the #include below lambda definitions
Bruce Hill
2025-04-21
Switch from XML to s-expressions and add --parse flag for printing them
Bruce Hill
2025-04-21
Add `assert`
Bruce Hill
2025-04-21
Rename List.first() to List.where()
Bruce Hill
2025-04-16
Roll back change to add a return for unreachable functions
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
Add configuration script to choose install paths and default C compiler
Bruce Hill
2025-04-15
Bring back TCC support!
Bruce Hill
2025-04-15
Add --no-source-mapping flag
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
Bugfix for declaring a variable from a function (not a closure)
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
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
Make it a bit more ergonomic to make function types
Bruce Hill
2025-04-06
Bugfix for default values for tables
Bruce Hill
2025-04-06
Expand reducers so they support stuff like `(+.abs(): nums)` and
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-06
Deprecate `!!` print statement
Bruce Hill
2025-04-06
Improve support for inferring the specific type of the `self` value in a
Bruce Hill
2025-04-06
Better error message
Bruce Hill
2025-04-05
Remove {} for empty sets
Bruce Hill
2025-04-05
More fixes
Bruce Hill
2025-04-05
Misc fixes
Bruce Hill
2025-04-05
Fix comparison with integer literals
Bruce Hill
[next]