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
/
tomo.c
Age
Commit message (
Expand
)
Author
2025-09-09
Save runner C file to disk as `.build/foo.tm.runner.c`
Bruce Hill
2025-09-09
No longer hardcode /usr/local into stuff
Bruce Hill
2025-09-09
Add `source_mapping` flag to the compiler config to force recompilation
Bruce Hill
2025-09-07
Be more correct about library names and also strip off `tomo-`
Bruce Hill
2025-09-01
Explicit type casting for size
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Fixes for local-tomo so that it *actually* uses local header files,
Bruce Hill
2025-09-01
Overhaul code to stop keeping examples and libraries in the same repo,
Bruce Hill
2025-09-01
Fix for versions getting double appended for libs
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Move compiler flag to GCC only
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Remove unused import
Bruce Hill
2025-08-31
Add missing import
Bruce Hill
2025-08-31
Merge fixes
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Add argument aliases so programs can use `func main(verbose|v=no)` to do
Bruce Hill
2025-08-30
Update docs
Bruce Hill
2025-08-29
Formatting tweaks/fixes
Bruce Hill
2025-08-29
Add --format-inplace option
Bruce Hill
2025-08-25
Split out formatter into subfiles
Bruce Hill
2025-08-25
First pass at formatter
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-25
Splitting out parser more.
Bruce Hill
2025-08-25
More docs and moving parsing into a subfolder.
Bruce Hill
2025-08-24
Split headers into their own file
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-24
Split CLI into its own file
Bruce Hill
2025-08-24
More splitting out into separate files.
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Remove some unused imports
Bruce Hill
2025-08-19
Some pedantic fixes vetted against compiling on mac.
Bruce Hill
2025-08-18
Fix some compatibility issues, including #embed and `alignof` and some Makefi...
Bruce Hill
2025-08-17
Bugfix: added support for Tomo identifiers that are C keywords
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-08-10
Bugfixes for installation of libraries (incorrect handling of `use` for
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-07-30
Print full git tag with `tomo --verbose --version`
Bruce Hill
2025-07-12
Use `#embed` to embed the changelog in the binary and give access via
Bruce Hill
2025-06-25
Clean up #include parsing so it works correctly with comments
Bruce Hill
2025-06-25
Add fix for `.include` or `#included` files in assembly failing to trigger
Bruce Hill
2025-06-25
Trigger recompilation when downstream #includes for C files are updated.
Bruce Hill
2025-06-24
Correctly detect changes to `use`d C/header files and trigger
Bruce Hill
2025-05-25
Force recompilation when modules.ini changes
Bruce Hill
2025-05-20
Add more advanced configuration options to modules.ini and support
Bruce Hill
2025-05-19
Add --prefix flag
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
[next]