Commit message (Expand) | Author | Age | |
---|---|---|---|
* | require repl in makefile | Case Duckworth | 2024-04-05 |
* | Fix reading from files ... i'm PRETTY sure | Case Duckworth | 2024-04-05 |
* | Add display and newline | Case Duckworth | 2024-04-05 |
* | Catch read errors | Case Duckworth | 2024-04-03 |
* | Refactor literals reading and implement number literals | Case Duckworth | 2024-04-03 |
* | Change styling some more | Case Duckworth | 2024-04-03 |
* | Style logo | Case Duckworth | 2024-04-03 |
* | Correct logo url | Case Duckworth | 2024-04-03 |
* | Dammit, logo!!! | Case Duckworth | 2024-04-03 |
* | Add isatom() | Case Duckworth | 2024-04-03 |
* | Update tests and readme | Case Duckworth | 2024-04-03 |
* | Uh logo stuff oops | Case Duckworth | 2024-04-03 |
* | Read comments and # literals | Case Duckworth | 2024-04-03 |
* | Add eqv?, eq? | Case Duckworth | 2024-04-03 |
* | Add logos | Case Duckworth | 2024-04-03 |
* | Change pp -> dump | Case Duckworth | 2024-04-03 |
* | Protect evaluation within repl | Case Duckworth | 2024-04-02 |
* | Change arity assertion code | Case Duckworth | 2024-04-02 |
* | Handle dotted lambda-lists and symbols | Case Duckworth | 2024-04-02 |
* | Implement arity checks | Case Duckworth | 2024-04-02 |
* | Implement list length | Case Duckworth | 2024-04-01 |
* | Error on wrong unquote[-splicing] | Case Duckworth | 2024-04-01 |
* | Add rest of quotes to reader | Case Duckworth | 2024-03-31 |
* | Error on unbound variables | Case Duckworth | 2024-03-31 |
* | Add quasiquote | Case Duckworth | 2024-03-31 |
* | Expose `specials' | Case Duckworth | 2024-03-31 |
* | Improve dotted-pair reads | Case Duckworth | 2024-03-31 |
* | Fix dotted list reading | Case Duckworth | 2024-03-30 |
* | Read from ports now | Case Duckworth | 2024-03-30 |
* | Special-case '.', '...', '+', '-' | Case Duckworth | 2024-03-24 |
* | Read negative numbers | Case Duckworth | 2024-03-23 |
* | Improve repl | Case Duckworth | 2024-03-23 |
* | Break special forms out into their own table | Case Duckworth | 2024-03-23 |
* | Add a bunch of base functions | Case Duckworth | 2024-03-23 |
* | Revert "Refactor eval" | Case Duckworth | 2024-03-21 |
* | Refactor eval | Case Duckworth | 2024-03-21 |
* | Implment set! | Case Duckworth | 2024-03-21 |
* | Correct bugs with whitespace and spurious opening parens | Case Duckworth | 2024-03-20 |
* | Support dotted lists in reader | Case Duckworth | 2024-03-20 |
* | Add luarepl target | Case Duckworth | 2024-03-20 |
* | Remove spurious pp.pp | Case Duckworth | 2024-03-20 |
* | Remove need for `lambda` to include an implicit `begin` new-start | Case Duckworth | 2024-03-19 |
* | A new start! | Case Duckworth | 2024-03-19 |
* | Add QUOTE, QUASIQUOTE, UNQUOTE reading and generalize | Case Duckworth | 2024-03-11 |
* | Add IF, clean up definitions | Case Duckworth | 2024-03-11 |
* | uh new start | Case Duckworth | 2024-03-10 |
* | Ugghhhh totally not working first-try | Case Duckworth | 2024-03-04 |
* | Add copying | Case Duckworth | 2024-03-04 |
* | Rename readme and makefile | Case Duckworth | 2024-03-04 |
* | Vendor UTF-8 | Case Duckworth | 2024-03-01 |