aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
AgeCommit message (Expand)Author
2025-08-24Split CLI into its own fileBruce Hill
2025-08-24More splitting out into separate files.Bruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-23Remove some unused importsBruce Hill
2025-08-19Some pedantic fixes vetted against compiling on mac.Bruce Hill
2025-08-18Fix some compatibility issues, including #embed and `alignof` and some Makefi...Bruce Hill
2025-08-17Bugfix: added support for Tomo identifiers that are C keywordsBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
2025-08-10Bugfixes for installation of libraries (incorrect handling of `use` forBruce Hill
2025-08-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
2025-07-30Print full git tag with `tomo --verbose --version`Bruce Hill
2025-07-12Use `#embed` to embed the changelog in the binary and give access viaBruce Hill
2025-06-25Clean up #include parsing so it works correctly with commentsBruce Hill
2025-06-25Add fix for `.include` or `#included` files in assembly failing to triggerBruce Hill
2025-06-25Trigger recompilation when downstream #includes for C files are updated.Bruce Hill
2025-06-24Correctly detect changes to `use`d C/header files and triggerBruce Hill
2025-05-25Force recompilation when modules.ini changesBruce Hill
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
2025-05-19Add --prefix flagBruce Hill
2025-05-17Add --version flag for executables and more documentation.Bruce Hill
2025-05-17Add `modules.ini` file for import aliases, as well as default aliasesBruce Hill
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-09Bugfix for installing libraries through `.` or `..`Bruce Hill
2025-05-06Discard resultBruce Hill
2025-05-06Check return valuesBruce Hill
2025-05-06Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.Bruce Hill
2025-05-05Get rid of single-file headers for libraries and just include each .tmBruce Hill
2025-05-05Show codegen even if it wasn't regeneratedBruce Hill
2025-05-05Fix some permission stuff to make it more seamless to install toBruce Hill
2025-05-02Rename parse_and_run functionBruce Hill
2025-05-02Deprecate --c-compiler flag, since builds compiled with differentBruce Hill
2025-05-02Initialize random seed for tomo compiler itselfBruce Hill
2025-05-01Remove POSIX_C_SOURCE flagBruce Hill
2025-05-01Fix compiler flagBruce Hill
2025-05-01BugfixBruce Hill
2025-05-01Don't check result of debugedit commandBruce Hill
2025-05-01Show failed commandBruce Hill
2025-05-01Move importsBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
2025-04-30Use namespace prefix function when appropriateBruce Hill
2025-04-29Check return values for system callsBruce Hill
2025-04-28Bugfix for compilation logic using setsBruce Hill
2025-04-28Remove remaining printf referencesBruce Hill
2025-04-28Fix potential issue causing install to failBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-26Minor tweaksBruce Hill
2025-04-26Install libs as-you-go instead of after all of them are built (in caseBruce Hill
2025-04-26Improve library compilation and installation to be more lazy and moreBruce Hill
2025-04-26Be even more aggressive about lazy compilation. No need to recompile theBruce Hill