aboutsummaryrefslogtreecommitdiff
path: root/repl.c
AgeCommit message (Expand)Author
2024-09-13Rename builtins/ -> stdlib/Bruce Hill
2024-09-11Change *:from_text() methods to return optional values and set up CLIBruce Hill
2024-09-11Rename "Nil"->"Null" for consistencyBruce Hill
2024-09-11Add optional typesBruce Hill
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-05Rename table_t -> Table_tBruce Hill
2024-09-05Rename array_t -> Array_tBruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-08-23Bugfix for parsing intsBruce Hill
2024-08-22Overhaul of import syntax. Now everything uses `use`: `use foo`, `useBruce Hill
2024-08-18Split BigIntType out of IntType and switch to using enums for the sizeBruce Hill
2024-08-14Fix up type conversions with ints and numsBruce Hill
2024-08-13Support more binopsBruce Hill
2024-08-13Improvements to replBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-10For tables, deprecate support for square bracket indexing and .defaultBruce Hill
2024-08-03Change array API to take a padded item size instead of a type info inBruce Hill
2024-07-26Replace heap_str with GC_strdupBruce Hill
2024-07-13Add ReturnType(ret) so we can more accurately track return values forBruce Hill
2024-07-05Cache AST parsings so we don't have to re-parse filesBruce Hill
2024-06-16Support library name as a separate environment field from namespaceBruce Hill
2024-05-18Add syntax for "inline C(...)"Bruce Hill
2024-05-14Fix REPLBruce Hill
2024-04-30Improved syntax for optionalsBruce 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