.. |
arrays.tm
|
Moved RNG out of the compiler and into a standalone library
|
2025-04-01 16:55:24 -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
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
defer.tm
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -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
|
Syntax change: table types are now: {K=V; default=...} and tables
|
2025-04-02 16:14:20 -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
|
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
|
Rename "NONE" to "none"
|
2024-12-07 16:04:25 -05: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
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
minmax.tm
|
Overhaul of constructors, making it more consistent and correct. Also
|
2025-03-05 18:20:54 -05:00 |
nums.tm
|
Make docstring tests use an actual expression AST instead of text
|
2025-03-25 15:40:59 -04:00 |
optionals.tm
|
Remove threads and mutexed data from the language in favor of a
|
2025-03-31 02:11:03 -04:00 |
paths.tm
|
Make docstring tests use an actual expression AST instead of text
|
2025-03-25 15:40:59 -04:00 |
README.md
|
Add instructions
|
2025-03-21 22:02:48 -04:00 |
reductions.tm
|
Make docstring tests use an actual expression AST instead of text
|
2025-03-25 15:40:59 -04:00 |
serialization.tm
|
Syntax change: table types are now: {K=V; default=...} and tables
|
2025-04-02 16:14:20 -04:00 |
sets.tm
|
Make the compiler stricter about not promoting local value variables to
|
2024-11-09 17:26:01 -05:00 |
structs.tm
|
Make docstring tests use an actual expression AST instead of text
|
2025-03-25 15:40:59 -04:00 |
tables.tm
|
Syntax change: table types are now: {K=V; default=...} and tables
|
2025-04-02 16:14:20 -04:00 |
text.tm
|
Move patterns into a module
|
2025-04-01 14:05:10 -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
|
Make docstring tests use an actual expression AST instead of text
|
2025-03-25 15:40:59 -04:00 |