aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-21Fix issue with constant initializers for metamethodsBruce Hill
2025-03-21Remove some less-supported code features like static initializers forBruce Hill
2025-03-21Update makefile for compatibilityBruce Hill
2025-03-19Close file descriptorBruce Hill
2025-03-19Fix for cached function argsBruce Hill
2025-03-19Replace "begin"/"end" with "do_begin"/"do_end"Bruce Hill
2025-03-19Add command and shell :by_line()Bruce Hill
2025-03-19Better function callBruce Hill
2025-03-18More verbose text output fixesBruce Hill
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