aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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