aboutsummaryrefslogtreecommitdiff
path: root/examples/tomodeps
AgeCommit message (Expand)Author
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
2025-04-06Insert `then` for clarityBruce Hill
2025-04-06Merge branch 'main' into no-colonsBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-04-05Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-03-17Fix path issueBruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
2025-03-12Rename `without_escaping()` -> `from_text()`Bruce Hill
2025-03-01Change `lang.text_content` to `lang.text`Bruce Hill
2025-01-12Fix up examplesBruce Hill
2024-11-30Bring back `table[key]` syntaxBruce Hill
2024-11-09Make the compiler stricter about not promoting local value variables toBruce Hill
2024-10-27Fix up examples to no longer use '&'Bruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-24Rename `from_unsafe_text` to `without_escaping`Bruce Hill
2024-09-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-16Minor cleanupBruce Hill
2024-09-16Fix up tomodepsBruce Hill
2024-09-15Move each example to its own folderBruce Hill