Commit Graph

28 Commits

Author SHA1 Message Date
071a0beb68 Fix docs 2025-04-01 17:42:31 -04:00
6de2d68a70 Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -04:00
7a172be621 Remove threads and mutexed data from the language in favor of a
module-based approach
2025-03-31 02:11:03 -04:00
8cba6c3c24 Deprecate built-in Moment datatype in favor of a time module 2025-03-30 17:27:52 -04:00
2c4324670f Add print() as alias for say() 2025-03-05 11:35:53 -05: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
f330f06c21 Add recursive argument to text:each() and text:map(), plus update docs 2025-03-03 13:45:30 -05:00
5be9559046 Deprecate Range datatype in favor of using iterator methods 2025-02-13 15:03:22 -05:00
1a4a7250bb Add some light docs for mutexed access 2025-01-02 16:29:21 -05:00
be384c0caa Replace threads with generic mutexed datastructures. 2025-01-02 16:24:07 -05:00
4231789b71 Rename datetime -> moment 2024-11-17 14:49:03 -05:00
fc9a6f1416 Add RNGs to the language 2024-11-03 22:37:48 -05: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
4ce3f49357 Reference DateTime in the docs 2024-09-29 20:23:23 -04:00
f03587be8d Document now() 2024-09-29 20:13:00 -04:00
f5aa0d6804 Link to C interop page 2024-09-15 17:35:08 -04:00
3cbc62ee43 Add docs on bytes 2024-09-15 17:00:25 -04:00
835eb7e896 Add optional:or_exit(...) 2024-09-15 16:42:42 -04:00
e422079fcc Add a Byte datatype 2024-09-15 15:33:47 -04:00
fc98d05ef9 Add sleep() 2024-09-12 03:20:17 -04:00
319d4306b5 Add paths docs 2024-09-09 05:00:12 -04:00
6eaf1405d0 Document README 2024-09-07 00:50:54 -04:00
11b484a6a2 Document ask() 2024-09-04 15:03:54 -04:00
d4bde89b5c Document functions 2024-08-19 15:57:06 -04:00
99ae23851c Add docs for lang 2024-08-19 14:41:04 -04:00
67e8f2dea0 Move docs into one folder 2024-08-19 00:23:02 -04:00