tomo/test
2025-04-05 01:43:20 -04:00
..
arrays.tm Misc fixes 2025-04-04 18:29:09 -04:00
bytes.tm Make docstring tests use an actual expression AST instead of text 2025-03-25 15:40:59 -04:00
corecursive_func.tm
defer.tm First working compile of refactor to add explicit typing to declarations 2025-04-04 17:06:09 -04:00
enums.tm Make docstring tests use an actual expression AST instead of text 2025-03-25 15:40:59 -04:00
extern.tm Make docstring tests use an actual expression AST instead of text 2025-03-25 15:40:59 -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
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 Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -04:00
iterators.tm Misc fixes 2025-04-04 18:29:09 -04:00
lambdas.tm Fix for text uppercasing in test 2025-03-07 16:55:48 -05:00
lang.tm Move patterns into a module 2025-04-01 14:05:10 -04:00
metamethods.tm
minmax.tm Overhaul of constructors, making it more consistent and correct. Also 2025-03-05 18:20:54 -05:00
nums.tm Fix up more things 2025-04-05 01:07:09 -04:00
optionals.tm Misc fixes 2025-04-04 18:29:09 -04:00
paths.tm Fix up tests 2025-04-05 01:08:12 -04:00
README.md Add instructions 2025-03-21 22:02:48 -04:00
reductions.tm Fix up tests 2025-04-05 01:08:12 -04:00
serialization.tm Misc fixes 2025-04-04 18:29:09 -04:00
sets.tm
structs.tm Misc fixes 2025-04-04 18:29:09 -04:00
tables.tm Fix up some tests and type_or_type 2025-04-05 01:43:20 -04:00
text.tm Fix up some tests and type_or_type 2025-04-05 01:43:20 -04:00
use_import.tm
when.tm Make docstring tests use an actual expression AST instead of text 2025-03-25 15:40:59 -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.