aboutsummaryrefslogtreecommitdiff
path: root/test/import.tm
AgeCommit message (Collapse)Author
2025-12-08Add checks for unused variablesBruce Hill
2025-09-21Fix testsBruce Hill
2025-09-01Fix for import testBruce Hill
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
(defaults to empty/zero value)
2025-04-06No more colons for blocksBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-15Overhaul of how libraries are installedBruce Hill
2024-09-12For single-member structs/enums, don't print the member nameBruce Hill
2024-09-05Update 'use' test to include a '../examples/vectors.tm' import as wellBruce Hill
as an unnamed import
2024-08-22Overhaul of import syntax. Now everything uses `use`: `use foo`, `useBruce Hill
./foo.tm`, `use <foo.h>`, `use libfoo.so`
2024-08-19Add test for importing initialized valuesBruce Hill
2024-06-17Fix 'use' test to use 'import' insteadBruce Hill