.. |
arrays.tm
|
Add array:first(predicate:func(x:&T)->Bool)->@%T?
|
2024-08-18 22:28:04 -04:00 |
corecursive_func.tm
|
Improved syntax for dollar-string literals
|
2024-08-18 14:44:15 -04:00 |
defer.tm
|
Improved syntax for dollar-string literals
|
2024-08-18 14:44:15 -04:00 |
enums.tm
|
Add enum.tag as a way to do a boolean test for whether a value has a
|
2024-08-18 20:58:36 -04:00 |
extern.tm
|
Syntax tweak: use ':' for blocks
|
2024-04-28 14:58:55 -04:00 |
for.tm
|
Improved syntax for dollar-string literals
|
2024-08-18 14:44:15 -04:00 |
functions.tm
|
Syntax tweak: use ':' for blocks
|
2024-04-28 14:58:55 -04:00 |
import.tm
|
Add test for importing initialized values
|
2024-08-19 00:53:28 -04:00 |
integers.tm
|
Add primality testing and next_prime()/prev_prime()
|
2024-08-18 15:22:51 -04:00 |
iterators.tm
|
Deprecate # operator in favor of .length and fix up some issues
|
2024-08-18 20:39:57 -04:00 |
lambdas.tm
|
Improved syntax for dollar-string literals
|
2024-08-18 14:44:15 -04:00 |
lang.tm
|
Improved syntax for dollar-string literals
|
2024-08-18 14:44:15 -04:00 |
metamethods.tm
|
Remove test
|
2024-08-13 02:46:56 -04:00 |
minmax.tm
|
Syntax tweak: use ':' for blocks
|
2024-04-28 14:58:55 -04:00 |
nums.tm
|
Update test to reflect new numeric precision
|
2024-08-19 12:40:29 -04:00 |
optionals.tm
|
Add test for optionals
|
2024-07-01 12:30:22 -04:00 |
ranges.tm
|
Add test for ranges
|
2024-08-10 14:52:42 -04:00 |
reductions.tm
|
Syntax tweak: use ':' for blocks
|
2024-04-28 14:58:55 -04:00 |
sets.tm
|
Add Sets to the language
|
2024-08-10 15:15:38 -04:00 |
structs.tm
|
For tables, deprecate support for square bracket indexing and .default
|
2024-08-10 16:03:41 -04:00 |
tables.tm
|
Deprecate # operator in favor of .length and fix up some issues
|
2024-08-18 20:39:57 -04:00 |
text.tm
|
Deprecate # operator in favor of .length and fix up some issues
|
2024-08-18 20:39:57 -04:00 |
threads.tm
|
Update channel API to take a Where parameter
|
2024-08-18 23:59:13 -04:00 |
use_import.tm
|
Add test for importing initialized values
|
2024-08-19 00:53:28 -04:00 |