Commit Graph

258 Commits

Author SHA1 Message Date
4d59fc2987 Move patterns into a module 2025-04-01 14:05:10 -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
1f9147187d Make docstring tests use an actual expression AST instead of text
matching
2025-03-25 15:40:59 -04:00
31af868b5d Add num:percent() 2025-03-24 14:56:11 -04:00
30f3c6dcab Add instructions 2025-03-21 22:02:48 -04:00
ddc85cda9f Add readme for tests 2025-03-21 22:02:21 -04:00
ac3a02b80b Add version check for GNU MP's prev_prime() 2025-03-21 16:19:59 -04:00
451634ae23 Add text width support and have that work for padding 2025-03-17 23:37:31 -04:00
e80571e36f Remove enum type prefix when printing enum 2025-03-16 17:07:22 -04:00
f51acef40e Overhaul of Path so it uses root and array of components instead of
stringly typed
2025-03-15 14:22:11 -04:00
a3c4e0a82d Rename without_escaping() -> from_text() 2025-03-12 18:12:53 -04:00
9da6c52512 Remove some doctests where not needed 2025-03-11 00:09:17 -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
9b485be020 Fix for text uppercasing in test 2025-03-07 16:55:48 -05:00
7eb1fbf5d2 Add proper language support for case operations on text 2025-03-07 16:19:12 -05:00
1c90901553 Add 'when' test 2025-03-06 18:39:23 -05:00
147e0f0269 Overhaul of constructors, making it more consistent and correct. Also
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct
for unambiguity
2025-03-05 18:20:54 -05:00
37e96dbda5 Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
fab0083129 Support post-hoc definitions of escaping rules for DSLs 2025-03-01 16:04:14 -05:00
058a028aef Switch to langs using constructors 2025-02-19 18:50:50 -05:00
5be9559046 Deprecate Range datatype in favor of using iterator methods 2025-02-13 15:03:22 -05:00
362146e295 Bugfix and minor perf improvements for text concatenation with unstable
clustering
2025-02-07 20:06:00 -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
be384c0caa Replace threads with generic mutexed datastructures. 2025-01-02 16:24:07 -05:00
2fcf1939bb Fix for heap_pop() test in arrays 2024-12-31 16:23:16 -05:00
156d54a73e Add array:pop() 2024-12-31 15:46:53 -05:00
38b3b7b181 Add lang test for indexing 2024-12-26 17:32:10 -05:00
acd3f2d39e Add text indexing 2024-12-26 17:31:33 -05:00
59b31083a6 Change table hashing and comparison logic to be *unordered*, but still
O(N)
2024-12-26 16:52:47 -05:00
695049bef9 Add integer tests 2024-12-24 14:20:55 -05:00
325b367a13 Support logical binary operators on optionals (promote to booleans) 2024-12-21 15:13:26 -05:00
478ddad9aa Add Text:reversed() 2024-12-19 15:32:19 -05:00
c6c7cc7272 Revert "Deprecate "&" for stack references"
This reverts commit 41c0ea851a.
2024-12-18 14:44:37 -05:00
37f3e91f6c Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
40c33987fa Bring back table[key] syntax 2024-11-30 15:50:54 -05:00
f3fc7558bb Deprecate 'array ++= item' syntax 2024-11-30 15:34:35 -05:00
69613e6c03 Tweak serialization syntax 2024-11-29 19:57:50 -05:00
e2fa11b7fe Rename :serialize() -> :serialized() 2024-11-29 19:39:17 -05:00
6d2017d5b8 Add serialization test case 2024-11-29 19:34:31 -05:00
f66f8ad711 Add serialization and deserialization 2024-11-29 18:09:12 -05:00
922b585700 Tweaks to NONE parsing and tests 2024-11-25 15:59:35 -05:00
d4b10514fb Clean up some more null->none renames and fix the documentation. Also
change the literal syntax to `NONE:T` instead of `!T`
2024-11-24 16:36:27 -05:00
1e3fb8a2c0 Rename "NULL" to "NONE" 2024-11-24 16:18:21 -05:00
0e10313d64 Switch NaN to be identical to the null value 2024-11-24 16:13:23 -05:00
f868d02b08 Add NULL as a syntax for null values. 2024-11-21 13:00:53 -05:00
90573ba7a1 Tweak behavior for printing recursive structures 2024-11-19 15:45:33 -05:00
2c904ff173 Go back to stringifying integers/num32s/bytes without the type
constructor.
2024-11-19 13:41:52 -05:00