|
ad51b208b4
|
Overhaul of import syntax. Now everything uses use : use foo , `use
./foo.tm`, `use <foo.h>`, `use libfoo.so`
|
2024-08-22 14:02:48 -04:00 |
|
|
b2e752ee32
|
Replace heap_str with GC_strdup
|
2024-07-26 13:30:24 -04:00 |
|
|
e9abf8a370
|
Prefer 'sizeof(t[n])' over 'sizeof(t)*n'
|
2024-06-06 15:05:35 -04:00 |
|
|
8df8f5bb82
|
Changes to dependency tracking, compilation, and object linking
|
2024-05-28 00:30:09 -04:00 |
|
|
1df26851d7
|
Add syntax for "inline C(...)"
|
2024-05-18 16:31:34 -04:00 |
|
|
a20f522fd6
|
Support space indents
|
2024-05-02 13:48:20 -04:00 |
|
|
adbb07fdc2
|
Module imports
|
2024-03-19 14:22:03 -04:00 |
|
|
d5d3f564bb
|
Remove some shadowed variables
|
2024-03-14 02:48:07 -04:00 |
|
|
a33f730617
|
Rearranging some files
|
2024-03-10 00:03:21 -05:00 |
|