Commit Graph

112 Commits

Author SHA1 Message Date
982d67437f Add RW-lock 2025-03-30 21:08:11 -04:00
f3f57abbcf Add readme stuff about times 2025-03-30 17:43:12 -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
3c52a75633 Deprecate custom printf specifiers in favor of print() function that
uses _Generic() to generically convert any value to a string or print as
a string.
2025-03-27 17:26:51 -04:00
1f9147187d Make docstring tests use an actual expression AST instead of text
matching
2025-03-25 15:40:59 -04:00
17a10a6887 Failure messages 2025-03-24 15:23:29 -04:00
b289b09bde Add some exit type methods 2025-03-24 15:20:19 -04:00
454cb1ce1d Change commands interface so it can either run or get result 2025-03-24 15:16:56 -04:00
e717f9f6aa Update readme 2025-03-21 22:15:59 -04:00
c951ee5915 Fix colorful 2025-03-21 20:04:39 -04:00
c153e05258 Fixes for ask() being optional and command success status 2025-03-21 18:07:17 -04:00
b468ee67f2 Fix allocations 2025-03-21 17:11:23 -04:00
22b9548b98 Update threads allocation code 2025-03-21 17:07:44 -04:00
e0a386fa8f Replace "begin"/"end" with "do_begin"/"do_end" 2025-03-19 16:22:29 -04:00
f3b8529e01 Add command and shell :by_line() 2025-03-19 16:17:44 -04:00
45cbcbce3b Pluralize pthreads 2025-03-18 17:31:17 -04:00
908373f619 FIx colorful 2025-03-17 22:58:36 -04:00
80ca0f0b1b Command.from_path() 2025-03-17 21:22:10 -04:00
3873e806b0 Update pthreads example 2025-03-17 21:11:03 -04:00
ae81254f99 Add pthread example 2025-03-17 20:42:05 -04:00
0bba319126 Big overhaul:
- Clean up environment code using type strings instead of manually
  defining types
- Add Commands module
- Move Shell lang into an example module that uses Commands module
- Fix some bugs with chained library dependencies
2025-03-17 19:29:28 -04:00
74f6aaa97c Fix path issue 2025-03-17 18:36:39 -04:00
09ca0a8aca Update learnxiny for enums no longer showing the type name 2025-03-17 18:35:58 -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
904917a2bd Update comments 2025-03-11 18:30:42 -04:00
de0e565d00 Fixes for integer truncation 2025-03-11 18:02:13 -04:00
1f6e586b2a Support external structs with namespaced methods (also C-strings are now
`const char*` instead of `char*`)
2025-03-11 17:49:04 -04:00
294b712e6d Don't use '$' prefix for field names 2025-03-11 13:18:30 -04:00
e095c7fb64 Add a few colorful escapes 2025-03-11 00:45:52 -04:00
038a9f548e Add some vector methods 2025-03-10 16:02:16 -04:00
a6d48e46c1 Fixes for examples 2025-03-10 13:42:57 -04:00
7f75a34bce Fix/update colorful 2025-03-10 13:33:53 -04: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
80475ad02d Update CLI API 2025-03-03 12:53:15 -05:00
d2cf499a1f Add colorful DSL 2025-03-02 00:07:54 -05:00
37e96dbda5 Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
c9aa9dcdcc Fix learnxiny 2025-02-21 14:56:48 -05:00
3b00aef3e4 Use defer in http module 2025-02-04 15:32:01 -05:00
32da3a3226 Add a _ prefix on variables so it's easier to debug in GDB 2025-02-04 14:16:06 -05:00
c60ea2079f Fix up examples 2025-01-12 16:54: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
abe36dcee1 Tweak docs 2024-11-26 14:01:03 -05:00
4d11f83f70 Add some examples to the repo 2024-11-26 13:57:00 -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
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
4720ca7a5f Rename Text.utf8_bytes back to Text.bytes 2024-11-19 13:30:45 -05:00