Commit Graph

175 Commits

Author SHA1 Message Date
6ec8f20fc5 Syntax change: table types are now: {K=V; default=...} and tables
use `{:K=V, ...; default=...}`
2025-04-02 16:14:20 -04:00
ecaf34247e Remove patterns from text docs 2025-04-02 16:11:24 -04:00
071a0beb68 Fix docs 2025-04-01 17:42:31 -04:00
e91dceb212 Update array random docs and fix array random methods to check ranges 2025-04-01 17:12:53 -04:00
6de2d68a70 Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -04:00
4d59fc2987 Move patterns into a module 2025-04-01 14:05:10 -04:00
911a398839 Update docs 2025-03-31 02:34:44 -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
38d6189d43 Further support for .dylib files on mac by changing syntax for library
imports to `use -lfoo` instead of `use foo.so`
2025-03-30 15:41:37 -04:00
be221b9065 Fix docs 2025-03-24 22:54:06 -04:00
31af868b5d Add num:percent() 2025-03-24 14:56:11 -04:00
c92e5eb164 Move pandoc stuff into docs/ 2025-03-21 21:52:12 -04:00
6167b988b6 Move manpage into docs 2025-03-21 21:50:03 -04:00
f6ae78b2cc Update docs 2025-03-17 23:42:00 -04:00
4c2d3c68df Remove shell docs 2025-03-17 19:33:54 -04:00
94993c5f11 Add Path:expand_home() as a publicly visible API and bugfix it 2025-03-17 18:59:03 -04:00
e80571e36f Remove enum type prefix when printing enum 2025-03-16 17:07:22 -04:00
f4f5fd4fdd Fix docs 2025-03-16 17:04:10 -04:00
b0b2504a94 Update file path API and docs 2025-03-16 16:11:43 -04:00
a3c4e0a82d Rename without_escaping() -> from_text() 2025-03-12 18:12:53 -04:00
294b712e6d Don't use '$' prefix for field names 2025-03-11 13:18:30 -04:00
39dd1ca27d Add convert keyword for defining conversions 2025-03-10 12:42:45 -04:00
2ebe7893fe Add text padding functions: :left_pad(), :right_pad(), :middle_pad() 2025-03-07 16:56:23 -05:00
7eb1fbf5d2 Add proper language support for case operations on text 2025-03-07 16:19:12 -05: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
dba2d62d15 Fix links 2025-03-05 00:22:40 -05:00
0a3ad8ba91 Alphabetize and index functions 2025-03-05 00:21:30 -05:00
665050940f Standardize API doc heading levels 2025-03-05 00:11:18 -05:00
f330f06c21 Add recursive argument to text:each() and text:map(), plus update docs 2025-03-03 13:45:30 -05:00
4be1840907 Fix docs for recursive replace_all 2025-03-01 23:27:08 -05:00
37e96dbda5 Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
9a62f8d6a6 Add $Shell.execute() 2025-02-25 00:59:31 -05:00
058a028aef Switch to langs using constructors 2025-02-19 18:50:50 -05:00
c4479e4bd6 Add Int:onward() iterator 2025-02-13 15:21:00 -05:00
5be9559046 Deprecate Range datatype in favor of using iterator methods 2025-02-13 15:03:22 -05:00
50edc4097a Add {word} as an alias for {id} 2025-02-04 13:44:38 -05:00
f93dde1449 Overhaul of Text implementation to be more like Cords and have much
better performance for long sequences of repeated concatenation.
2025-01-23 15:33:56 -05:00
645d66e0de Change table syntax to {key=value} and {:K,V}/{K,V} 2025-01-12 16:49:58 -05:00
b025cf269d Use holding blocks for mutexed data instead of lambdas 2025-01-02 20:29:55 -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
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
9e0017e86e Add Int:factorial() and n:choose(k) 2024-12-24 14:20:16 -05:00
46b61d3ed2 Add text:by_line()/:by_split()/:by_match() 2024-12-21 16:32:22 -05:00
478ddad9aa Add Text:reversed() 2024-12-19 15:32:19 -05:00
b0faa5adc2 Add Text:from()/to() and Array:slice() for symmetry 2024-12-19 13:50:35 -05:00