Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Robin/
- Add failing test. Chris Pressey 4 years ago
- Fix formatting of reference links. Chris Pressey 4 years ago
- Link to definitions of things in the tutorial and cover `recover`. Chris Pressey 4 years ago
- Add section on abort values to the tutorial. Chris Pressey 4 years ago
- Add section on referential transparency. Chris Pressey 4 years ago
- Flesh out section in tutorial on macros. Chris Pressey 4 years ago
- Write a little bit more in the tutorial. Chris Pressey 4 years ago
- Replace `--no-builtins` with `--enable-builtins`. Chris Pressey 4 years ago
- Small edits to tutorial. Chris Pressey 4 years ago
- Update language involving `macros` and `operators` in specification. Chris Pressey 4 years ago
- Improve documentation for `lookup`, `delete`, and `extend`. Chris Pressey 4 years ago
- Rename Builtin -> Operator. Chris Pressey 4 years ago
- Restore tests in `env`. Chris Pressey 4 years ago
- Remove `Macro` type internally, replace `macro?` with `operator?` Chris Pressey 4 years ago
- Update HISTORY. Chris Pressey 4 years ago
- Fix `divide` and `remainder`. All tests pass once again. Chris Pressey 4 years ago
- Add example of a recursive macro to the example programs. Chris Pressey 4 years ago
- Fix `choose`. All `small` package tests pass without builtins. Chris Pressey 4 years ago
- `bind` expects a symbol as the name to bind the value to. Chris Pressey 4 years ago
- Rewrite `let` as a recursive macro. Chris Pressey 4 years ago
- Remove test configuration, reform `recover` tests. Chris Pressey 4 years ago
- Fix definition of `list`. Chris Pressey 4 years ago
- Minimize dependencies of, and fix, `macro` tests. Chris Pressey 4 years ago
- Minimize dependencies of `bind` tests. Write a recursive macro. Chris Pressey 4 years ago
- Checkpoint attempting to fix `list`. Chris Pressey 4 years ago
- Repair a few places. `let` also needs to be fixed. Chris Pressey 4 years ago
- Checkpoint removing `self`. list, choose, remainder need rewriting. Chris Pressey 4 years ago
- Better not to pretend that stock Hugs can handle the QuickCheck. Chris Pressey 4 years ago
- Add example code that traverses a Robin expression. Chris Pressey 4 years ago
- Almost allow the QuickCheck tests to run under Hugs. Chris Pressey 4 years ago