Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Robin/
- Note down an idea. Chris Pressey 4 years ago
- Rename `macro` to `fexpr`. Chris Pressey 4 years ago
- Edits to reactor section of tutorial, and to README. Chris Pressey 4 years ago
- Rewrite adventure to use `bind-vals`. Chris Pressey 4 years ago
- Merge branch 'develop-0.8' into bind-vals Chris Pressey 4 years ago
- Fix definition of `choose`. Chris Pressey 4 years ago
- Add failing test for visibility of bindings in `choose`. Chris Pressey 4 years ago
- Update Deadfish implementation to use `bind-vals`. Chris Pressey 4 years ago
- Update HISTORY. Chris Pressey 4 years ago
- Add handy note that might explain the behaviour you see on this. Chris Pressey 4 years ago
- Rewrite reactor transducers in example programs to use bind-vals. Chris Pressey 4 years ago
- Update reactor tests to use (deep) `bind-vals`. Chris Pressey 4 years ago
- Make `bind-vals` able to handle deep lists. Chris Pressey 4 years ago
- Use `bind-vals` in reactors tests. Chris Pressey 4 years ago
- Add `bind-vals` to misc tier of standard library. Chris Pressey 4 years ago
- 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