aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-12Update readmeBruce Hill
2024-04-12Update readmeBruce Hill
2024-04-12Support Text arrays as main function argumentsBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-10Add Bool.from_text()Bruce Hill
2024-04-10Add from_text() method for ints/numsBruce Hill
2024-04-10Fix empty string checkBruce Hill
2024-04-10Add corecursive func testBruce Hill
2024-04-10Fix corecursive functions and global variablesBruce Hill
2024-04-03Hook things up so the compiler can run better without installingBruce Hill
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