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-08-31
Add argument aliases so programs can use `func main(verbose|v=no)` to do
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
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-09
Bugfix for installing libraries through `.` or `..`
Bruce Hill
2025-05-06
Discard result
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-06
Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.
Bruce Hill
2025-05-05
Get rid of single-file headers for libraries and just include each .tm
Bruce Hill
2025-05-05
Show codegen even if it wasn't regenerated
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-02
Rename parse_and_run function
Bruce Hill
2025-05-02
Deprecate --c-compiler flag, since builds compiled with different
Bruce Hill
2025-05-02
Initialize random seed for tomo compiler itself
Bruce Hill
2025-05-01
Remove POSIX_C_SOURCE flag
Bruce Hill
2025-05-01
Fix compiler flag
Bruce Hill
2025-05-01
Bugfix
Bruce Hill
2025-05-01
Don't check result of debugedit command
Bruce Hill
2025-05-01
Show failed command
Bruce Hill
2025-05-01
Move imports
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
Check return values for system calls
Bruce Hill
2025-04-28
Bugfix for compilation logic using sets
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
[next]