aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-24Fix docsBruce Hill
2025-03-24Possible fix for making .build/ directoryBruce Hill
2025-03-24Tweak .build/ dir settingsBruce Hill
2025-03-24Safely return if we're removing a nonexistent file and don't careBruce Hill
2025-03-24Bugfix for assigning to array with an Int indexBruce Hill
2025-03-24Bugfix for parsing escapesBruce Hill
2025-03-24Recursively remove directoriesBruce Hill
2025-03-24Failure messagesBruce Hill
2025-03-24Add some exit type methodsBruce Hill
2025-03-24Change commands interface so it can either run or get resultBruce Hill
2025-03-24Add num:percent()Bruce Hill
2025-03-24Doctest inspections should go to stdout, not stderrBruce Hill
2025-03-22Put exe build file in .build instead of a temp fileBruce Hill
2025-03-22Add some logic to check for a GCC version high enoughBruce Hill
2025-03-21remove -L.Bruce Hill
2025-03-21By default, install to ~/.local/bin and warn if PREFIX is not on user'sBruce Hill
2025-03-21Support installing in ~/.localBruce Hill
2025-03-21Added autoinstaller for depsBruce Hill
2025-03-21Update readmeBruce Hill
2025-03-21Make examples quieterBruce Hill
2025-03-21Update rule for making tagsBruce Hill
2025-03-21Move test results to test/results/*.tm.testresultBruce Hill
2025-03-21Add instructionsBruce Hill
2025-03-21Add readme for testsBruce Hill
2025-03-21WordingBruce Hill
2025-03-21Update readme linksBruce Hill
2025-03-21Add src/README.mdBruce Hill
2025-03-21Add /build to gitignoreBruce Hill
2025-03-21Move pandoc stuff into docs/Bruce Hill
2025-03-21Update READMEBruce Hill
2025-03-21Move manpage into docsBruce Hill
2025-03-21Move stdlib into src/Bruce Hill
2025-03-21Fix for getting age of compilerBruce Hill
2025-03-21Move files into src/ and build into build/Bruce Hill
2025-03-21Recompile files older than the compiler's executableBruce Hill
2025-03-21Change doctest '=' to yellow boldBruce Hill
2025-03-21Overhaul the code for checking staleness of files and recompilingBruce Hill
2025-03-21Close temp filesBruce Hill
2025-03-21Clean up executable after running itBruce Hill
2025-03-21Fix colorfulBruce Hill
2025-03-21Fixes for ask() being optional and command success statusBruce Hill
2025-03-21Fix allocationsBruce Hill
2025-03-21Update threads allocation codeBruce Hill
2025-03-21Update readme dependenciesBruce Hill
2025-03-21Add version check for uc_is_property_prepended_concatenation_mark(),Bruce Hill
2025-03-21Add version check for GNU MP's prev_prime()Bruce Hill
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