aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-06-17Fix issue with bitfieldsBruce Hill
2024-06-17Tweak test outputBruce Hill
2024-06-11Add manpageBruce Hill
2024-06-09Remove linker flags that aren't needed anymoreBruce Hill
2024-06-09Change build process to use static objects instead of dynamic linkingBruce Hill
2024-06-06Change the rules for tests so they recompile and save their outputBruce Hill
2024-05-20Hook up Text.has(), Text.trimmed(), Text.without()Bruce Hill
2024-05-18Add C string typeBruce Hill
2024-05-12Deprecate interfaces (RIP)Bruce Hill
2024-05-12WIP, but functional interfacesBruce Hill
2024-05-01Fix up some path issues during compilation/running/installationBruce Hill
2024-04-20Inline color fileBruce Hill
2024-04-16Exit with 1 on failureBruce Hill
2024-04-16Invert escaping so user symbols get prepended with "$" and builtinBruce Hill
2024-04-15Run tests in random orderBruce Hill
2024-04-03Dynamically link against .so file instead of statically linking againstBruce Hill
2024-03-30Adding a REPLBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-21Force remove precompiled files before testBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Removing some dead codeBruce Hill
2024-03-09Remove references to libgccjitBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Fix table literalsBruce Hill
2024-03-03Make load method be "use$name"Bruce Hill
2024-03-03Replace -ftrapv with -fsanitize=signed-integer-overflowBruce Hill
2024-02-25Fix lto warningBruce Hill
2024-02-24Rename 'nextlang'->'tomo'Bruce Hill
2024-02-24Rename folderBruce Hill
2024-02-24Make CC an environment variable that's read fromBruce Hill
2024-02-24Improve enums with metamethodsBruce Hill
2024-02-24Fixing up structsBruce Hill
2024-02-24Split struct code into a separate fileBruce Hill
2024-02-23Add first testBruce Hill
2024-02-23Fix up some ++ stuff for arraysBruce Hill
2024-02-22Implement 'when' statement for matching on enumsBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Clean up builtinsBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Fix up some builtinsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-17Remove make rule for deleted fileBruce Hill
2024-02-17Getting back to old typeinfo stuff from SSSBruce Hill
2024-02-15Progress towards environmentsBruce Hill
2024-02-14Use dollar identifiersBruce Hill
2024-02-12Hacky kwarg implementationBruce Hill
2024-02-12Deprecate Char typeBruce Hill
2024-02-12Initial working version of generic cord funcBruce Hill
2024-02-08More features and progressBruce Hill