aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bools.c
AgeCommit message (Collapse)Author
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
parameter
2025-04-26Bugfix for boolean parsingBruce Hill
2025-04-15Make some compatibility fixes to make sure the compiler can fully buildBruce Hill
using TinyCC
2025-03-28Inline metamethodsBruce Hill
2025-03-21Move stdlib into src/Bruce Hill