Commit Graph

  • 3aa99d0045 Meta: Add make targets for running self-hosted tests master Riyyi 2023-08-20 19:58:38 +0200
  • a099e955cf Eval: Fix bug with try* catch*, was set as TCO in main loop Riyyi 2023-08-20 19:16:07 +0200
  • 63a19170ef Eval: Change stack-based TCO to loop-based TCO Riyyi 2023-08-20 18:00:02 +0200
  • cf8e5dfc66 Everywhere: Remove HashMap::add() and remove(), as its not mutable Riyyi 2023-08-17 22:59:40 +0200
  • 733d84c124 Main: Fix *ARGV* with 0 arguments Riyyi 2023-08-17 22:02:10 +0200
  • ce0443a20e Everywhere: Remove Collection::add(), they are not mutable Riyyi 2023-07-10 18:03:31 +0200
  • 6e6479bd14 Everywhere: Make the project compile again Riyyi 2023-07-09 23:33:09 +0200
  • 453ca1f796 Lexer+Reader: Don't tokenize comments Riyyi 2023-05-06 15:42:09 +0200
  • 534d80c35d Reader: Prevent infinite loop during List and Vector creation Riyyi 2023-05-06 14:04:58 +0200
  • 099cda8b86 Main+Meta: Allow compilation of each step without source changes Riyyi 2023-05-05 23:39:54 +0200
  • 4fff2b9aa2 Everywhere: Rename ValueList -> ValueVector Riyyi 2023-05-01 18:25:48 +0200
  • 63c31d7ccf Everywhere: Convert List and Vector back to std::vector, ~+20% speed Riyyi 2023-05-01 18:22:11 +0200
  • 12d6b8ec88 Everywhere: Change macro into a separate type Riyyi 2023-05-01 10:24:38 +0200
  • f796f9c685 AST+Env: Implement stepA Riyyi 2023-04-30 22:55:34 +0200
  • 86e1a630b8 AST+Eval: Prevent list copy during core function 'rest' Riyyi 2023-04-23 15:23:14 +0200
  • d34ab1efab AST+Eval: Prevent copying lists where unneeded Riyyi 2023-04-23 14:21:11 +0200
  • 24eab1034e Eval: Speed up isMacroCall a bit Riyyi 2023-04-23 11:31:59 +0200
  • 6e0fe3a2f5 Main+Readline+Env: Add readline core function Riyyi 2023-04-17 22:18:03 +0200
  • 7d91ef9198 Meta: Update README.org Riyyi 2023-04-17 16:17:58 +0200
  • 76eb4204be Meta: Update README.org Riyyi 2023-04-17 16:02:04 +0200
  • fc76da4ced Meta: Add README.org Riyyi 2023-04-17 15:52:03 +0200
  • 88d9253219 Main: Fix compilation of older steps Riyyi 2023-04-17 15:45:56 +0200
  • fa79f1296a Main: Fix extra newline on empty input in readline Riyyi 2023-04-17 14:56:58 +0200
  • bb4ccc5822 Everywhere: Implement step9 try/catch Riyyi 2023-04-17 14:44:46 +0200
  • 8aa540c4e5 Env: Core function (get) should work on nil value Riyyi 2023-04-17 14:14:55 +0200
  • e09f168d4f AST: HashMap inserts should overwrite existing keys Riyyi 2023-04-17 14:13:35 +0200
  • 6980d28b36 Main: Add step9 file Riyyi 2023-04-15 20:19:49 +0200
  • 2a16f5ddf5 AST+Env: Add more core functions Riyyi 2023-04-15 20:19:24 +0200
  • f89e73d44a AST+Env: Add default constructor to Constant Riyyi 2023-04-15 15:04:23 +0200
  • c8b1e6dc81 AST+Lexer: Move Keyword prefix character to the constructor Riyyi 2023-04-12 23:03:43 +0200
  • c279f9111e Eval: Only need to cast AST once Riyyi 2023-04-10 22:05:22 +0200
  • 2b260d7b43 Everywhere: Implement step8 Riyyi 2023-04-10 21:14:00 +0200
  • 27d6e24243 Eval+Env: Make use of macros for duplicate logic Riyyi 2023-04-10 12:33:29 +0200
  • b4742ef380 Reader: Improve HashMap logic Riyyi 2023-04-10 11:34:56 +0200
  • 082a029957 AST+Eval: Provide convenient constructor for Collection Riyyi 2023-04-09 21:41:52 +0200
  • 80e0437a5c Main+Eval+AST: Implement step7 Riyyi 2023-04-09 11:48:51 +0200
  • ba7281b6f1 Main: Add ability to run script from the command line, add *ARGV* Riyyi 2023-04-08 00:29:03 +0200
  • b9feb8e8b6 Everywhere: Rename Value -> Constant, ASTNode -> Value Riyyi 2023-04-07 23:29:08 +0200
  • e39862fe9f Meta: Add symlink to pass more tests Riyyi 2023-04-07 23:20:00 +0200
  • 93af6151fa Env: Add more core functions Riyyi 2023-04-07 23:19:44 +0200
  • 9b14ea974a AST: Make parent type for Function and Lambda Riyyi 2023-04-07 23:19:06 +0200
  • 25d6f45329 AST: Do not try to store nullptr in a Collection or HashMap Riyyi 2023-04-06 23:32:30 +0200
  • 835669c4eb AST: Add Atom data type Riyyi 2023-04-05 20:37:18 +0200
  • 22920cb810 Main+Env: Add more native functions Riyyi 2023-04-05 20:36:52 +0200
  • 3d5a2e3fbe AST: Make fastIf functions private Riyyi 2023-04-05 20:32:56 +0200
  • 088c5f0248 Lexer: Support newline characters in strings Riyyi 2023-04-05 19:59:20 +0200
  • 03918b036d AST: Rename function addElement -> add Riyyi 2023-04-04 22:49:21 +0200
  • 5f49f08eea AST: Make more const Riyyi 2023-04-04 22:43:59 +0200
  • ed9fa1698e Main: Add step6 .cpp file Riyyi 2023-04-04 22:40:54 +0200
  • f35fea9fa4 Env: Fix function argument size error message Riyyi 2023-04-04 19:34:43 +0200
  • 6e1557ff8c Printer: Fix HashMap printing Riyyi 2023-04-07 23:38:05 +0200
  • 21f0d8fbd8 Eval: Move logic from defines back into functions Riyyi 2023-04-03 23:17:24 +0200
  • 4d3c2a4ca2 Eval: Implement tail call optimization (TCO) via stack iteration Riyyi 2023-04-03 23:02:04 +0200
  • 7c62d65d72 Main+Eval: Implement tail call optimization (TCO) Riyyi 2023-04-03 13:54:32 +0200
  • f0f4ba45b0 Eval: Improve logic sharing between List and Vector Riyyi 2023-04-03 21:41:02 +0200
  • 826af24561 Main+Env+Printer: Remove the GlobalEnvironment subclass Riyyi 2023-04-02 21:06:32 +0200
  • c53c0af5a2 Everywhere: Rename addNode and addError functions -> add Riyyi 2023-04-02 15:30:26 +0200
  • 14367fa5a7 Eval+Env: Add support for variadic lambda parameters Riyyi 2023-04-02 15:27:18 +0200
  • e47b338984 Eval: Forward declare List Riyyi 2023-04-02 11:55:08 +0200
  • 30b120befc Eval+Env: Improve logic sharing between List and Vector Riyyi 2023-04-02 11:29:18 +0200
  • 90d6ff7d18 Printer: Pass along readably flag during recursion Riyyi 2023-04-02 11:05:01 +0200
  • a60859acc4 Eval+Env: Add support for lambdas Riyyi 2023-04-01 23:37:45 +0200
  • 1e76d4599a Meta+Env: Fix count on nil value Riyyi 2023-03-28 22:51:28 +0200
  • bbced6f487 Eval: Add special form "if" Riyyi 2023-03-28 22:50:57 +0200
  • 38d8daa9d0 Eval: Add special form "do" Riyyi 2023-03-28 22:22:03 +0200
  • 35a32678d0 Everywhere: Convert List and Vector to an std::list<> datatype Riyyi 2023-03-28 21:13:58 +0200
  • de2a207fcb AST: Reorder classes Riyyi 2023-03-28 20:17:03 +0200
  • 9c1c5114a9 Env: Add equal function Riyyi 2023-03-28 20:15:38 +0200
  • c1e4b6c6d1 Lexer+Printer: Support string print readably Riyyi 2023-03-27 21:18:26 +0200
  • 6573ac0b22 Env: Add more native functions Riyyi 2023-03-26 23:20:53 +0200
  • 424bbcc834 Everywhere: Add support for nil, true, false data types Riyyi 2023-03-26 22:38:53 +0200
  • f132397e15 Eval: Improve correctness and error handling Riyyi 2023-03-26 20:14:13 +0200
  • 58584f5bba Everywhere: Initial implementation of step3 Riyyi 2023-03-26 14:57:56 +0200
  • f4e388716d Meta: Improve formatting Riyyi 2023-03-26 14:56:25 +0200
  • aba70beeb3 Main+Readline: Do not leak history path std::string_view Riyyi 2023-03-25 22:26:16 +0100
  • 9bbf238c34 Everywhere: Put ASTNodes into a smart pointer Riyyi 2023-03-25 21:35:17 +0100
  • 441fdc0564 Main: Fix history path option Riyyi 2023-03-25 20:07:20 +0100
  • d772495f1a Printer: Return string instead of printing directly Riyyi 2023-03-25 19:56:27 +0100
  • cc735a7a11 Eval: Fix mal test Riyyi 2023-03-25 17:49:54 +0100
  • a92eede277 Main: Use GNU Readline library as the line editor Riyyi 2023-03-25 14:56:22 +0100
  • 9fa6314378 Reader: Improve error reporting Riyyi 2023-03-25 10:51:50 +0100
  • 9271b9fe01 Meta: Add to-dos Riyyi 2023-03-24 23:40:02 +0100
  • 6c12b199e8 Eval: Add error message for invalid function calls Riyyi 2023-03-24 23:30:22 +0100
  • 17fddc1cf4 Printer: Fix HashMap printing spacing Riyyi 2023-03-24 23:24:18 +0100
  • c6ea42bc5d Everywhere: Pass step2 tests by supporting hash-maps Riyyi 2023-03-24 22:28:31 +0100
  • 5c5a766b7e Reader+Printer: Reorder tokens Riyyi 2023-03-24 21:49:08 +0100
  • da0b0a91a6 Everywhere: Start implementation of step2 Riyyi 2023-03-24 21:38:29 +0100
  • b51a3bf15b AST: Add ruc::Formatter for ASTNodes Riyyi 2023-03-24 21:36:09 +0100
  • 27e584ea84 Everywhere: Add Keyword parsing Riyyi 2023-03-24 21:33:24 +0100
  • 0fea075953 Meta: Enable pretty printing by default on run target Riyyi 2023-03-24 21:38:58 +0100
  • f6f8207e1a Meta: Add license file Riyyi 2023-03-23 20:33:50 +0100
  • eedfe53b96 Main: Add CLI arguments to enable pretty printing / dumping Riyyi 2023-03-20 21:23:56 +0100
  • 94dcd4c50e Everywhere: Pass step1 tests by supporting more Tokens in the Reader Riyyi 2023-03-20 17:57:47 +0100
  • 68303dfe7b Reader: Add support for more Tokens Riyyi 2023-03-19 16:13:47 +0100
  • 9816bb3de2 Everywhere: Add Error class for generic error reporting Riyyi 2023-03-19 15:06:27 +0100
  • a8f990ed98 Main: Support pretty printing Riyyi 2023-03-19 12:14:36 +0100
  • 21914c6b6a Lexer+Reader+Printer: Store strings with quotes, improve error handling Riyyi 2023-03-19 12:06:04 +0100
  • 58523551c8 Lexer: Fix token types Riyyi 2023-03-19 12:05:05 +0100
  • b604d7ddb5 AST: Add error node Riyyi 2023-03-19 12:04:48 +0100
  • 46e037e39e Lisp: Add source Riyyi 2023-03-18 23:31:59 +0100