tomo/test
2025-04-06 21:43:19 -04:00
..
arrays.tm Allow uninitialized variables when there's a sensible empty value 2025-04-06 19:20:07 -04:00
bytes.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
corecursive_func.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
defer.tm Allow uninitialized variables when there's a sensible empty value 2025-04-06 19:20:07 -04:00
enums.tm Merge branch 'main' into no-colons 2025-04-06 16:36:40 -04:00
extern.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
for.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
functions.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
import.tm Allow uninitialized variables when there's a sensible empty value 2025-04-06 19:20:07 -04:00
inline_c.tm Improved inline C code: now uses C_code keyword and supports 2025-04-06 21:43:19 -04:00
integers.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
iterators.tm Allow uninitialized variables when there's a sensible empty value 2025-04-06 19:20:07 -04:00
lambdas.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
lang.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
metamethods.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
minmax.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
nums.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
optionals.tm Insert then for clarity 2025-04-06 16:49:40 -04:00
paths.tm Insert then for clarity 2025-04-06 16:49:40 -04:00
README.md Add instructions 2025-03-21 22:02:48 -04:00
reductions.tm Allow uninitialized variables when there's a sensible empty value 2025-04-06 19:20:07 -04:00
serialization.tm Merge branch 'main' into no-colons 2025-04-06 16:36:40 -04:00
sets.tm Merge branch 'main' into no-colons 2025-04-06 16:36:40 -04:00
structs.tm Merge branch 'main' into no-colons 2025-04-06 16:36:40 -04:00
tables.tm Merge branch 'main' into no-colons 2025-04-06 16:36:40 -04:00
text.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
use_import.tm No more colons for blocks 2025-04-06 16:07:23 -04:00
when.tm Insert then for clarity 2025-04-06 16:49:40 -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.