Commit message (Collapse) | 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 |
| | | | | that is, #b, #o, #d, #x | ||
* | Change styling some more | Case Duckworth | 2024-04-03 |
| | | | | I actually don't know how to do this outside of comitting and pushing and shit | ||
* | 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 |
| | | | | Keep them 4 letter file name boiiii | ||
* | 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 |
| | | | | This lays groundwork for arity checks. | ||
* | 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 |
| | | | | I still need to catch errors! | ||
* | Add quasiquote | Case Duckworth | 2024-03-31 |
| | |||
* | Expose `specials' | Case Duckworth | 2024-03-31 |
| | |||
* | Improve dotted-pair reads | Case Duckworth | 2024-03-31 |
| | | | | Instead of getting the next token twice, read the next thing. | ||
* | 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 |
| | | | | This reverts commit 1d5041ff7bf92458d6d07ac6a03f2747dce9b9b1. | ||
* | Refactor eval | Case Duckworth | 2024-03-21 |
| | | | | Localize stuff and also break out specials | ||
* | 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 |
| | | | | This way i can write begin in terms of lambda | ||
* | 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 |
| | | | | https://github.com/meepen/Lua-5.1-UTF-8 |