aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-03Dynamically link against .so file instead of statically linking againstBruce Hill
2024-04-03Publicly export CORD_asprintf symbol for libfileBruce Hill
2024-04-02Seed RNG on each runBruce Hill
2024-04-02Add test for array:sample()Bruce Hill
2024-04-02Add array:sample(n, weights)Bruce Hill
2024-04-02Bugfixes for long strings in docstring testsBruce Hill
2024-04-02Add array:sample()Bruce Hill
2024-04-02Add array:sorted()Bruce Hill
2024-04-02Add comparison operator <> and array method to sort by a customBruce Hill
2024-03-31Implement REPL 'while'Bruce Hill
2024-03-30More errorsBruce Hill
2024-03-30Use generic cord/compare functionsBruce Hill
2024-03-30Tweak repl multi-line parsingBruce Hill
2024-03-30REPL 'if'Bruce Hill
2024-03-30Fix indexing errorsBruce Hill
2024-03-30More functionality for replBruce Hill
2024-03-30More repl functionality/fixesBruce Hill
2024-03-30Bugfix for colorBruce Hill
2024-03-30Adding a REPLBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-26Add array:reversed()Bruce Hill
2024-03-26Improve codegen for table/array iteration by inlining the iterationBruce Hill
2024-03-26Fix xml for StopBruce Hill
2024-03-26Restructure things so autoformat isn't make-or-breakBruce Hill
2024-03-26More XML fixesBruce Hill
2024-03-26Fix XML outputBruce Hill
2024-03-24Print ASTs as XML instead of janky custom syntaxBruce Hill
2024-03-24Bugfix for text replacementBruce Hill
2024-03-24Check .c and .h file for stalenessBruce Hill
2024-03-24Use $CC properly for runningBruce Hill
2024-03-24More flexible handling of command line arguments/environment variablesBruce Hill
2024-03-24Add optimization flagBruce Hill
2024-03-24Ignore generated filesBruce Hill
2024-03-24Tweak compilation behaviorBruce Hill
2024-03-24Implement 'extern' functionalityBruce Hill
2024-03-24Improve COW/etc handling for update assignmentsBruce Hill
2024-03-22Fix/improve assignment to arrays and tablesBruce Hill
2024-03-22Stop if compilation error occursBruce Hill
2024-03-22Handle type namespaces in other modulesBruce Hill
2024-03-21Force remove precompiled files before testBruce Hill
2024-03-21Fix relative import of own header fileBruce Hill
2024-03-21Force retranspile target fileBruce Hill
2024-03-21Pull namespaces from the type bindingBruce Hill
2024-03-21Fix issue with quoted string cordsBruce Hill
2024-03-21Fix file mtime checksBruce Hill
2024-03-21Change what prints whenBruce Hill
2024-03-21Lazy compilationBruce Hill
2024-03-21Break compilation phases into functionsBruce Hill
2024-03-19Improvements to module importsBruce Hill
2024-03-19Corecursive modulesBruce Hill