|
074cf22ad4
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
|
|
6b5a9d65e3
|
Overhaul of how libraries are installed
|
2024-09-15 21:18:42 -04:00 |
|
|
43f4f3610e
|
For single-member structs/enums, don't print the member name
|
2024-09-12 04:09:52 -04:00 |
|
|
47e8972427
|
Update 'use' test to include a '../examples/vectors.tm' import as well
as an unnamed import
|
2024-09-05 15:49:18 -04:00 |
|
|
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 |
|
|
70d6a18f59
|
Add test for importing initialized values
|
2024-08-19 00:53:28 -04:00 |
|
|
7e261bea9b
|
Fix 'use' test to use 'import' instead
|
2024-06-17 17:33:32 -04:00 |
|