aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-24Add MANPAGE metadata for overriding whole fileBruce Hill
2025-11-23Added Metadata section for files instead of _HELP and _USAGEBruce Hill
2025-11-23Add `at_cleanup()` functionBruce Hill
2025-11-23use exit() instead of _exit()Bruce Hill
2025-11-23Better error messages and bugfix for compile_to_type logicBruce Hill
2025-11-23Accessing enum fields now gives an optional value instead of a booleanBruce Hill
2025-11-23Fix up some type comparisonsBruce Hill
2025-11-23Bugfix with ID having a trailing newlineBruce Hill
2025-11-23Bugfix for stack memory not getting properly detected in placesBruce Hill
2025-11-23Added Text.find(text, target, start=1)Bruce Hill
2025-11-22Change error messageBruce Hill
2025-11-22Fix command line aliasesBruce Hill
2025-11-22Fixes for conditional expressions for optional typesBruce Hill
2025-11-22CLI arg parsing fixes for optional typesBruce Hill
2025-11-22Bugfix for infinite loop in text.replace("", ...) with empty stringBruce Hill
2025-11-22Fix hex/octal leading zeroes for zeroBruce Hill
2025-11-21Bugfix for empty file linesBruce Hill
2025-11-21Bugfix for optional path CLI argsBruce Hill
2025-11-21Fix optional path none checksBruce Hill
2025-11-15Bugfix for CLI arg parsingBruce Hill
2025-11-15Add Path.lines()Bruce Hill
2025-11-15Fix for potential issue with codepoint namesBruce Hill
2025-11-15Bugfix for int parsingBruce Hill
2025-11-15Make EMPTY_TEXT into a macroBruce Hill
2025-11-09Update makefileBruce Hill
2025-11-09Cut out a level of pointer indirection for integers by using underlyingBruce Hill
2025-11-01Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`Bruce Hill
2025-10-25Compatibility fixesBruce Hill
2025-10-20Document help and manpagesBruce Hill
2025-10-20Fix some Num issues caused by refactorBruce Hill
2025-10-20Clean up macro codeBruce Hill
2025-10-20Deduplicate Num code using the same templating technique as integersBruce Hill
2025-10-20Make sure integer object files recompile when shared template fileBruce Hill
2025-10-19Remove some unused imports and add missing commentsBruce Hill
2025-10-19Add makefile config option for LTOBruce Hill
2025-10-19Fix signed comparison issuesBruce Hill
2025-10-19Space out imports so they order correctlyBruce Hill
2025-10-19Move integer implementation details into separate header/C files, backedBruce Hill
2025-10-18Better help and placeholders for various typesBruce Hill
2025-10-18Better help and usage and manpagesBruce Hill
2025-10-18Pass through comments on args and use them for help and manpagesBruce Hill
2025-10-18Import fixBruce Hill
2025-10-18Don't skip backslash for args with `\-` after the `--`Bruce Hill
2025-10-18Allow passing arguments with leading '-' using a backslashBruce Hill
2025-10-18Improved CLI parsing and add CString.join()Bruce Hill
2025-10-18Better error messages, especially for wrong enum tagsBruce Hill
2025-10-18Support passing pointers to CLI argsBruce Hill
2025-10-18Update docsBruce Hill
2025-10-18Support parsing enums and cstrings and structsBruce Hill
2025-10-18Added automatic manpages.Bruce Hill