tomo/test
2024-11-05 15:18:32 -05:00
..
arrays.tm Fix up test to use RNGs 2024-11-03 22:39:46 -05:00
bytes.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
corecursive_func.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
datetime.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
defer.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
enums.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
extern.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
for.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -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 Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
inline_c.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
integers.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
iterators.tm Change reducers to use (OP: ...) syntax and return an optional value 2024-11-02 20:22:19 -04:00
lambdas.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
lang.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
metamethods.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
minmax.tm Change reducers to use (OP: ...) syntax and return an optional value 2024-11-02 20:22:19 -04:00
nums.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
optionals.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
paths.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
ranges.tm Add test for ranges 2024-08-10 14:52:42 -04:00
reductions.tm Support reductions for comparison operators like == and < 2024-11-02 22:34:35 -04:00
rng.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
sets.tm Fix up comprehensions so set comprehensions work and everything is a bit 2024-09-12 14:27:13 -04:00
structs.tm For single-member structs/enums, don't print the member name 2024-09-12 04:09:52 -04:00
tables.tm Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator 2024-09-16 16:06:19 -04:00
text.tm Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
threads.tm Add a repeat keyword 2024-11-03 12:20:53 -05:00
use_import.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00