aboutsummaryrefslogtreecommitdiff
path: root/docs/libraries.md
AgeCommit message (Collapse)Author
2025-05-20Add docsBruce Hill
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
automatically downloading and installing from it.
2025-05-17Add `modules.ini` file for import aliases, as well as default aliasesBruce Hill
for the built-in modules.
2025-05-11Add new system for tracking versions.Bruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-06Update syntax in docsBruce 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-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2024-09-22Add -I flag for installingBruce Hill
2024-09-15Update docsBruce Hill
2024-09-15Overhaul of how libraries are installedBruce Hill
2024-09-13Update docs a bitBruce Hill
2024-08-22Overhaul of import syntax. Now everything uses `use`: `use foo`, `useBruce Hill
./foo.tm`, `use <foo.h>`, `use libfoo.so`
2024-08-16Update docs a bitBruce Hill
2024-08-10Move docs to docsBruce Hill