aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-22Remove _mix_ keywordBruce Hill
2024-04-22Add Num.mix()Bruce Hill
2024-04-21Fix namespace varsBruce Hill
2024-04-21Better imports for typesBruce Hill
2024-04-21Support loading imports as top-level statementsBruce Hill
2024-04-21BugfixBruce Hill
2024-04-20Bugfix for enum num typesBruce Hill
2024-04-20Update docsBruce Hill
2024-04-20Fix no-argument main funcsBruce Hill
2024-04-20Fix USE_COLORBruce Hill
2024-04-20Move arg parsing to inline logic in main() functionBruce Hill
2024-04-20Inline color fileBruce Hill
2024-04-19More heap code cleanupBruce Hill
2024-04-19Add licenseBruce Hill
2024-04-19Heap cleanupBruce Hill
2024-04-19Clean up heap codeBruce Hill
2024-04-19Add heapify(), heap_push(), and heap_pop()Bruce Hill
2024-04-17Updated readmeBruce Hill
2024-04-17Fix arg parsingBruce Hill
2024-04-17Use leading underscore for file-local variables and functions instead ofBruce Hill
2024-04-16Fix globals issueBruce Hill
2024-04-16Exit with 1 on failureBruce Hill
2024-04-16Fix globalsBruce Hill
2024-04-16Invert escaping so user symbols get prepended with "$" and builtinBruce Hill
2024-04-16Remove (void)argc/vBruce Hill
2024-04-15Run tests in random orderBruce Hill
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-04-13Rudimentary stack tracesBruce Hill
2024-04-13Fix issue with empty command line argsBruce Hill
2024-04-13Change table syntax to {key:value} instead of {key=>value}Bruce Hill
2024-04-12Tweak command line arguments (add -e and --help)Bruce Hill
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