History of
src
@master
git clone https://git.catseye.tc/Robin/
- Arrange licensing info in repo following REUSE 3.0 convention. Chris Pressey 7 months ago
- Rename `macro` to `fexpr`. 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
- 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
- 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
- Replace `--no-builtins` with `--enable-builtins`. Chris Pressey 4 years ago
- Update language involving `macros` and `operators` in specification. Chris Pressey 4 years ago
- Rename Builtin -> Operator. Chris Pressey 4 years ago
- Remove `Macro` type internally, replace `macro?` with `operator?` 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
- Almost allow the QuickCheck tests to run under Hugs. Chris Pressey 4 years ago
- Get sources to run under Hugs once again. Chris Pressey 4 years ago
- Note that abort values now have a defined representation. Chris Pressey 4 years ago
- No need for Either in World results. Chris Pressey 4 years ago
- Unwind more in TopLevel. Chris Pressey 4 years ago
- Begin unwinding error messages in TopLevel. Chris Pressey 4 years ago
- Canonical representation of abort values. Chris Pressey 4 years ago
- Remove `error` from Language.Robin.CmdLine as well. Chris Pressey 4 years ago
- Do not call `error` in Robin.Language.TopLevel. Chris Pressey 4 years ago
- Remove two more `error`s from Language.Robin.TopLevel. Chris Pressey 4 years ago
- Begin removing `error`s from Robin.TopLevel. Chris Pressey 4 years ago
- Fix arbitrary instances. Successfully check multiple definitions! Chris Pressey 4 years ago
- Mostly write down some notes. Chris Pressey 4 years ago