aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-12Make sure global types don't get library's prefixBruce Hill
2024-09-12Use CString literals as constant valuesBruce Hill
2024-09-12Change unicode escape to \{name} and add escape for ANSI CSI sequences:Bruce Hill
2024-09-12Automatically interpolate ints for pattern/shell/pathBruce Hill
2024-09-12Improve output for multi-line doctests by putting ".. " in front ofBruce Hill
2024-09-12Allow trailing whitespace in parens expressionsBruce Hill
2024-09-12Table:get() now uses optional values instead of default or failure modesBruce Hill
2024-09-12Add postfix `!` operator for optionalsBruce Hill
2024-09-11Change check_optional -> check_nullBruce Hill
2024-09-11Add optional:or_else(fallback) and optional:or_fail(message)Bruce Hill
2024-09-11Fix optional integer promotionBruce Hill
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
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
2024-09-09Test nesting parens and escapesBruce Hill