aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2025-08-18Fix some compatibility issues, including #embed and `alignof` and some ↵Bruce Hill
Makefile comment parsing issues.
2025-05-05Update gitignoreBruce Hill
2025-05-02Move coroutines into examples folder due to compatibility issues on someBruce Hill
platforms/compilers
2025-04-15Change compilation configuration so Tomo is fully capable of runningBruce Hill
locally from the build directory, including with TCC.
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
and bake those into the compiled Tomo code
2025-04-08Tweak gitignore to exclude library .h filesBruce Hill
2025-04-07Update gitignore againBruce Hill
2025-04-07Tweak gitignoreBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
imports to `use -lfoo` instead of `use foo.so`
2025-03-21Add readme for testsBruce Hill
2025-03-21Add /build to gitignoreBruce Hill
2025-03-17Move to using a .build/ folder for generated files instead of foo.tm.cBruce Hill
in the same folder
2025-03-17Big overhaul:Bruce Hill
- Clean up environment code using type strings instead of manually defining types - Add Commands module - Move Shell lang into an example module that uses Commands module - Fix some bugs with chained library dependencies
2024-09-06Tweak gitignoreBruce Hill
2024-05-02Ignore compiled test binariesBruce Hill
2024-04-03Hook things up so the compiler can run better without installingBruce Hill
2024-03-24Ignore generated filesBruce Hill
2024-02-24Rename 'nextlang'->'tomo'Bruce Hill
2024-02-12Initial working version of generic cord funcBruce Hill
2024-02-04Updates and functionalityBruce Hill