Commit Graph

17 Commits

Author SHA1 Message Date
486f2153e8 Misc fixes 2025-04-05 02:13:24 -04:00
0b8074154e First working compile of refactor to add explicit typing to declarations
and support untyped empty collections and `none`s
2025-04-04 17:06:09 -04:00
d888bec409 Clean up and improve patterns 2025-04-01 15:15:28 -04:00
74f6aaa97c Fix path issue 2025-03-17 18:36:39 -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
37e96dbda5 Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
c60ea2079f Fix up examples 2025-01-12 16:54:37 -05:00
40c33987fa Bring back table[key] syntax 2024-11-30 15:50:54 -05:00
145a078387 Make the compiler stricter about not promoting local value variables to
pointers
2024-11-09 17:26:01 -05:00
efb7be5bc4 Fix up examples to no longer use '&' 2024-10-27 20:49:03 -04:00
074cf22ad4 Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
800e386105 Rename from_unsafe_text to without_escaping 2024-09-24 13:26:49 -04:00
de49bc5bb3 Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator 2024-09-16 16:06:19 -04:00
5f685cbbe5 Minor cleanup 2024-09-16 14:05:32 -04:00
c5396d65a8 Fix up tomodeps 2024-09-16 13:54:47 -04:00
8b512adbbc Move each example to its own folder 2024-09-15 17:50:43 -04:00