Commit Graph

129 Commits

Author SHA1 Message Date
2685c4c31f Move HTML into script 2025-04-02 16:19:57 -04:00
639de3e5df Update table syntax 2025-04-02 16:18:06 -04:00
6ec8f20fc5 Syntax change: table types are now: {K=V; default=...} and tables
use `{:K=V, ...; default=...}`
2025-04-02 16:14:20 -04:00
428f035d9e Add http-server example 2025-04-01 21:15:17 -04:00
f32d2a25c1 Rename default RNG to random 2025-04-01 21:03:45 -04:00
6328909e43 Tweak threads code 2025-04-01 20:59:20 -04:00
ceec22e117 Update README 2025-04-01 20:48:14 -04:00
22b65b1c5c Fix some pattern usages 2025-04-01 20:10:17 -04:00
dd4c25e6b7 Update patterns API and docs 2025-04-01 20:08:36 -04:00
57ff9fdfc6 Update pattern docs 2025-04-01 19:36:43 -04:00
6de2d68a70 Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -04:00
a32c374756 Add core library to avoid having to explicitly import a bunch of
common libraries
2025-04-01 15:34:24 -04:00
d888bec409 Clean up and improve patterns 2025-04-01 15:15:28 -04:00
fd5380625e Rename P -> Pat 2025-04-01 14:31:18 -04:00
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
d3655740cc Deprecate do_begin/do_end 2025-03-31 01:58:49 -04:00
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