|
6ec8f20fc5
|
Syntax change: table types are now: {K=V; default=...} and tables
use `{:K=V, ...; default=...}`
|
2025-04-02 16:14:20 -04:00 |
|
|
e91dceb212
|
Update array random docs and fix array random methods to check ranges
|
2025-04-01 17:12:53 -04:00 |
|
|
899e2cd3f1
|
Further shorten docs
|
2025-03-05 00:40:52 -05:00 |
|
|
9a3162633d
|
Shorten API docs
|
2025-03-05 00:40:00 -05:00 |
|
|
dba2d62d15
|
Fix links
|
2025-03-05 00:22:40 -05:00 |
|
|
0a3ad8ba91
|
Alphabetize and index functions
|
2025-03-05 00:21:30 -05:00 |
|
|
645d66e0de
|
Change table syntax to {key=value} and {:K,V} /{K,V}
|
2025-01-12 16:49:58 -05:00 |
|
|
8df0cc41c9
|
Array:heap_pop() now returns an optional value
|
2024-12-31 15:57:13 -05:00 |
|
|
156d54a73e
|
Add array:pop()
|
2024-12-31 15:46:53 -05:00 |
|
|
b0faa5adc2
|
Add Text:from()/to() and Array:slice() for symmetry
|
2024-12-19 13:50:35 -05:00 |
|
|
6c5c759619
|
Update docs
|
2024-12-11 13:24:54 -05:00 |
|
|
37f3e91f6c
|
Rename "NONE" to "none"
|
2024-12-07 16:04:25 -05:00 |
|
|
1e3fb8a2c0
|
Rename "NULL" to "NONE"
|
2024-11-24 16:18:21 -05:00 |
|
|
f868d02b08
|
Add NULL as a syntax for null values.
|
2024-11-21 13:00:53 -05:00 |
|
|
fc9a6f1416
|
Add RNGs to the language
|
2024-11-03 22:37:48 -05:00 |
|
|
ce2aebe910
|
Update docs to reflect deprecation of "&" stack references
|
2024-10-27 21:14:27 -04:00 |
|
|
5a80ff0db3
|
Update docs to standardize function signature formatting
|
2024-10-09 13:48:45 -04:00 |
|
|
074cf22ad4
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
|
|
54e336e30f
|
Update array:sample() to use optional weights and do more error checking
|
2024-10-02 14:42:51 -04:00 |
|
|
91f1d53a4e
|
Update docs
|
2024-09-11 15:07:37 -04:00 |
|
|
c45afdabd5
|
Update docs
|
2024-09-11 14:59:42 -04:00 |
|
|
5b945d8fc6
|
Remove unused parameter and add some docs on arrays
|
2024-08-20 16:00:58 -04:00 |
|
|
67e8f2dea0
|
Move docs into one folder
|
2024-08-19 00:23:02 -04:00 |
|