aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-11Fix threads and integersoptionalsBruce Hill
2024-09-11Document iteratorsBruce Hill
2024-09-11Use optionals for iteratorsBruce Hill
2024-09-11Fix recursive structs with optionalsBruce Hill
2024-09-11Placeholder docs for optionalsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Update learnxinyBruce Hill
2024-09-11Bugfix big int literalsBruce Hill
2024-09-11Remove old codeBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Change *:from_text() methods to return optional values and set up CLIBruce Hill
parsing to use that approach
2024-09-11Fix optional boolsBruce Hill
2024-09-11Rename channel_t -> Channel_t for consistencyBruce Hill
2024-09-11Rename closure_t -> Closure_t for consistencyBruce Hill
2024-09-11Rename "Nil"->"Null" for consistencyBruce Hill
2024-09-11Fix const issueBruce Hill
2024-09-11More testsBruce Hill
2024-09-11Optionals for threadsBruce Hill
2024-09-11Optional channels (plus fixed some channel bugs)Bruce Hill
2024-09-11Optional C StringsBruce Hill
2024-09-11Optional enums (deprecated custom tag values)Bruce Hill
2024-09-11Optional structsBruce Hill
2024-09-11Optional fixed-size intsBruce Hill
2024-09-11Support conditionals for tables/arrays/setsBruce Hill
2024-09-11Support `if x := blah: ...`Bruce Hill
2024-09-11Use optional ints in the array find()/first() APIBruce Hill
2024-09-11Add optional typesBruce Hill
2024-09-09Document :by_line()pathsBruce Hill
2024-09-09Add (/path):by_line()Bruce Hill
2024-09-09Improve toolBruce Hill
2024-09-09Fix up tomodeps exampleBruce Hill
2024-09-09Fix up some stuff with path escapingBruce Hill
2024-09-09Add Path.from_unsafe_text() etcBruce Hill
2024-09-09remove debug codeBruce Hill
2024-09-09Add shims for hashing/equality of langsBruce Hill
2024-09-09Improve wrap example and fix it to no longer use files moduleBruce Hill
2024-09-09Fix issues with path reading from pipes (don't UTF8 validate chunks,Bruce Hill
because they can be fragments) and some misc buffering issues.
2024-09-09Test nesting parens and escapesBruce Hill
2024-09-09Fix up ini exampleBruce Hill
2024-09-09Clean up CLI path arraysBruce Hill
2024-09-09Correctly clean up CLI args that are pathsBruce Hill
2024-09-09Remove example module for filesBruce Hill
2024-09-09Restore path interpolationBruce Hill
2024-09-09Ensure more rigoroous cleanup and validation of pathsBruce Hill
2024-09-09Add Text.starts_with() and Text.ends_with()Bruce Hill
2024-09-09Add paths docsBruce Hill
2024-09-09Fix up some path logicBruce Hill
2024-09-09Add Text$compare_values()Bruce Hill
2024-09-09Bugfix for $/{..}/ matching zero-width at the end of textBruce Hill