aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-15Better fixBruce Hill
2024-09-15Fix some importsBruce Hill
2024-09-15Add alphanumeric patternBruce Hill
2024-09-15Don't save "" sections in INI readerBruce Hill
2024-09-15Support printing INI file without a keyBruce Hill
2024-09-15Fix optional text CLI argsBruce Hill
2024-09-15Rename fileBruce Hill
2024-09-15Move each example to its own folderBruce Hill
2024-09-15Update READMEBruce Hill
2024-09-15Link to C interop pageBruce Hill
2024-09-15Update Inline C syntax and documentation/testsBruce Hill
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