Tree @ba61f2a (Download .tar.gz)
Commit History
@ba61f2a8ed3caf1defe4dc55b09118f57be3e663
git clone https://git.catseye.tc/Robin/
- Flesh out section on reactors in tutorial. Chris Pressey 4 years ago
- Fix links in tutorial. Chris Pressey 4 years ago
- `recover` is not needed in the definition of `fun` and `bind-args`. Chris Pressey 4 years ago
- Replace the assert* helpers with evalTo* helpers. Chris Pressey 4 years ago
- Use evalToBoolean, evalToNumber. Chris Pressey 4 years ago
- Write much in TODO. Chris Pressey 4 years ago
- Update HISTORY. Chris Pressey 4 years ago
- Deal with reactors that return abort values, more gracefully. Chris Pressey 4 years ago
- Implement the `let` builtin correctly w.r.t detecting abort values. Chris Pressey 4 years ago
- Re-enable some tests. Chris Pressey 4 years ago
- No abort values in quickcheck tests quite yet. Chris Pressey 4 years ago
- Use evalB in the implementations of builtins (incl evalArgs) too. Chris Pressey 4 years ago
- Handle abort values internal to evaluation. no-builtins tests pass. Chris Pressey 4 years ago
- Fix evalAll in face of abort values, but there must be a better way. Chris Pressey 4 years ago
- Checkpoint reforming the CPS interpreter. Chris Pressey 4 years ago
- 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