aboutsummaryrefslogtreecommitdiff
path: root/test/extern.tm
AgeCommit message (Collapse)Author
2025-08-23Lots of cleanupsBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
matching
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-02Bugfix int parsingBruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-24Implement 'extern' functionalityBruce Hill