aboutsummaryrefslogtreecommitdiff
path: root/builtins/files.c
AgeCommit message (Collapse)Author
2024-08-22Overhaul of import syntax. Now everything uses `use`: `use foo`, `useBruce Hill
./foo.tm`, `use <foo.h>`, `use libfoo.so`
2024-07-26Replace heap_str with GC_strdupBruce Hill
2024-06-06Prefer 'sizeof(t[n])' over 'sizeof(t)*n'Bruce Hill
2024-05-28Changes to dependency tracking, compilation, and object linkingBruce Hill
2024-05-18Add syntax for "inline C(...)"Bruce Hill
2024-05-02Support space indentsBruce Hill
2024-03-19Module importsBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-10Rearranging some filesBruce Hill