tomo/test
2025-04-06 15:09:44 -04:00
..
arrays.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
bytes.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
corecursive_func.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
defer.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
enums.tm Re-implement multiple patterns for when blocks 2025-04-06 15:09:44 -04:00
extern.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
for.tm First working compile of refactor to add explicit typing to declarations 2025-04-04 17:06:09 -04:00
functions.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
import.tm First working compile of refactor to add explicit typing to declarations 2025-04-04 17:06:09 -04:00
inline_c.tm Make docstring tests use an actual expression AST instead of text 2025-03-25 15:40:59 -04:00
integers.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
iterators.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
lambdas.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
lang.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
metamethods.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
minmax.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
nums.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
optionals.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
paths.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
README.md Add instructions 2025-03-21 22:02:48 -04:00
reductions.tm Expand reducers so they support stuff like (+.abs(): nums) and 2025-04-06 14:52:59 -04:00
serialization.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
sets.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
structs.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
tables.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
text.tm Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -04:00
use_import.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
when.tm Re-implement multiple patterns for when blocks 2025-04-06 15:09:44 -04:00

Tests

This directory contains a suite of tests that showcase and test various language features.

Run make test to run all the tests.