aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-15Add docs on bytesBruce Hill
2024-09-15Update examplesBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-15Fix up `if var := ...:` in ternary expressions and optional checkingBruce Hill
2024-09-15Fix up file testBruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-15Fix optional bytesBruce Hill
2024-09-15Update docsBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-15Make sure that escape sequences don't accidentally trigger the nextBruce Hill
2024-09-15Slightly improve text quoting so it outputs "a$\r\nb" instead ofBruce Hill
2024-09-15Improve automatic text quoting so it minimizes escape sequences whenBruce Hill
2024-09-14Clean up pattern code to make better use of TextIter_t and fix upBruce Hill
2024-09-14Fix Path:by_line() iteratorBruce Hill
2024-09-13Update pointer docs on optionalsBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill
2024-09-13Deleting unused fileBruce Hill
2024-09-13Clean up macro codeBruce Hill
2024-09-13Rename c_string.{c,h} -> c_strings.{c,h}Bruce Hill
2024-09-13Add missing includeBruce Hill
2024-09-13Rename builtins to use plurals when appropriateBruce Hill
2024-09-13Code cleanupBruce Hill
2024-09-13Remove dead codeBruce Hill
2024-09-13Compiled programs don't need to be linked against -lcord anymoreBruce Hill
2024-09-13Add missing importBruce Hill
2024-09-13Move cord helper functions into their own fileBruce Hill
2024-09-13Update docs a bitBruce Hill
2024-09-13Minor cleanupBruce Hill
2024-09-13Remove a few unused imports and clean things up a bitBruce Hill
2024-09-13Split pattern code into its own fileBruce Hill
2024-09-13Minor cleanupBruce Hill
2024-09-13Update help/defaultsBruce Hill
2024-09-13Fix bug in logic for detecting constant stringsBruce Hill
2024-09-13Move learnxiny to examplesBruce Hill
2024-09-13Update learnxinyBruce Hill
2024-09-12Make functions print with `func name(...)->... [file:line]` infoBruce Hill
2024-09-12Fix up comprehensions so set comprehensions work and everything is a bitBruce Hill
2024-09-12Implement optional hashing/equality/comparisonsBruce Hill
2024-09-12Add enum scoping to arrya/set/table literalsBruce Hill
2024-09-12Automatic promotion to single-argument enum tags with a unique typeBruce Hill
2024-09-12For single-member structs/enums, don't print the member nameBruce Hill
2024-09-12Fix up CString:as_text()Bruce Hill
2024-09-12Add http exampleBruce Hill
2024-09-12Add sleep()Bruce Hill
2024-09-12Added logging utilityBruce Hill
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