.. |
arrays.tm
|
Deprecate readonly pointers for now
|
2024-10-04 13:21:56 -04:00 |
bytes.tm
|
Add a Byte datatype
|
2024-09-15 15:33:47 -04: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
|
Add datetime literal and tests
|
2024-09-30 13:55:55 -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
|
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
|
Update Inline C syntax and documentation/tests
|
2024-09-15 17:34:34 -04:00 |
integers.tm
|
Support Int(yes/no)
|
2024-09-24 12:40:56 -04:00 |
iterators.tm
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -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
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -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
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
nums.tm
|
Update test to reflect new numeric precision
|
2024-08-19 12:40:29 -04:00 |
optionals.tm
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
paths.tm
|
Have Text:matches() return an optional array of matches
|
2024-09-16 15:12:54 -04:00 |
ranges.tm
|
Add test for ranges
|
2024-08-10 14:52:42 -04:00 |
reductions.tm
|
For big or arbitrarily big integers not known to be constant, do full
|
2024-09-05 12:41:13 -04: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
|
Have Text:matches() return an optional array of matches
|
2024-09-16 15:12:54 -04:00 |
threads.tm
|
For single-member structs/enums, don't print the member name
|
2024-09-12 04:09:52 -04:00 |
use_import.tm
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |