Commit Graph

13 Commits

Author SHA1 Message Date
3406515a44 Make string escapes more normal: "\n" for newline, etc. Backticks can be
used to put in literal code without escape sequences.
2025-04-06 22:26:12 -04:00
1d2e55f53d Allow uninitialized variables when there's a sensible empty value
(defaults to empty/zero value)
2025-04-06 19:20:07 -04:00
e87e6dabfb Insert then for clarity 2025-04-06 16:49:40 -04:00
6782cc5570 No more colons for blocks 2025-04-06 16:07:23 -04:00
2bb2ff871f Change method calls to use foo.baz() instead of foo:baz() 2025-04-06 14:20:18 -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
f51acef40e Overhaul of Path so it uses root and array of components instead of
stringly typed
2025-03-15 14:22:11 -04:00
37e96dbda5 Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
145a078387 Make the compiler stricter about not promoting local value variables to
pointers
2024-11-09 17:26:01 -05:00
b238f1df41 Fix up old-style reducers 2024-11-05 15:20:47 -05:00
074cf22ad4 Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
de49bc5bb3 Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator 2024-09-16 16:06:19 -04:00
8b512adbbc Move each example to its own folder 2024-09-15 17:50:43 -04:00