aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-18Clean up output text during compilationBruce Hill
2025-03-18Pluralize pthreadsBruce Hill
2025-03-18Expose PathType as a proper enumBruce Hill
2025-03-18Clean up install outputsBruce Hill
2025-03-18Update makefile to build executablesBruce Hill
2025-03-18Rename/rework global env functionsBruce Hill
2025-03-17Update docsBruce Hill
2025-03-17Add text width support and have that work for paddingBruce Hill
2025-03-17Support running a directory directlyBruce Hill
2025-03-17FIx colorfulBruce Hill
2025-03-17Command.from_path()Bruce Hill
2025-03-17Update pthreads exampleBruce Hill
2025-03-17Add pthread exampleBruce Hill
2025-03-17Better error checkingBruce Hill
2025-03-17Don't recompile headers all the timeBruce Hill
2025-03-17Move to using a .build/ folder for generated files instead of foo.tm.cBruce Hill
2025-03-17Remove shell docsBruce Hill
2025-03-17Remove runner.c debug outputBruce Hill
2025-03-17Big overhaul:Bruce Hill
2025-03-17Add Path:expand_home() as a publicly visible API and bugfix itBruce Hill
2025-03-17Fix issue with extern functionsBruce Hill
2025-03-17Fix path issueBruce Hill
2025-03-17Update learnxiny for enums no longer showing the type nameBruce Hill
2025-03-17Fix 'when' expressionsBruce Hill
2025-03-17Codegen improvements and fixesBruce Hill
2025-03-17Have global vars use type string parsingBruce Hill
2025-03-16Remove enum type prefix when printing enumBruce Hill
2025-03-16Fix docsBruce Hill
2025-03-16Fix shell escaping for arrays of pathsBruce Hill
2025-03-16Fix shell escaping of pathsBruce Hill
2025-03-16Update file path API and docsBruce Hill
2025-03-16Bugfix for `if var := value` syntax inside a lambdaBruce Hill
2025-03-16Fix other root->type renameBruce Hill
2025-03-16Rename path `root` to path `type`Bruce Hill
2025-03-16Remove debug printBruce Hill
2025-03-16Begin/end parsingBruce Hill
2025-03-16Bugfix for relative_to()Bruce Hill
2025-03-16Add begin:/end: for do: blocksBruce Hill
2025-03-16Fixes for opaque external structsBruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
2025-03-15Bugfix optional momentsBruce Hill
2025-03-13Remove lineBruce Hill
2025-03-13Fix CRLF patternBruce Hill
2025-03-12Simplify RNG seedingBruce Hill
2025-03-12Rename `without_escaping()` -> `from_text()`Bruce Hill
2025-03-11Update commentsBruce Hill
2025-03-11Fixes for integer truncationBruce Hill
2025-03-11Support external structs with namespaced methods (also C-strings are nowBruce Hill
2025-03-11Add extern structsBruce Hill
2025-03-11Modify compile_type_info() so it no longer needs an env_tBruce Hill