Tree @master (Download .tar.gz)
History of
src
/
Language
@master
git clone https://git.catseye.tc/Robin/
- 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
- 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
- Intrinsics are Builtins, but not the other way around. Chris Pressey 4 years ago
- Consider macros to be intensionally equal. Chris Pressey 4 years ago
- Collect secondaryDefs. Need to test each against its primary def now. Chris Pressey 4 years ago
- Refactor so that CmdLine module deals with Worlds. Chris Pressey 4 years ago
- Rename ADT Chris Pressey 4 years ago
- More testing. Chris Pressey 4 years ago
- Form data structure for data collected by TopLevel.collect. Chris Pressey 4 years ago
- Refactor loadEnv into CmdLine module. Chris Pressey 4 years ago
- Change semantics of `define`. Remove `define-if-absent`. Chris Pressey 4 years ago
- This order of arguments to recover makes more sense to me. Chris Pressey 4 years ago
- Rename `catch` to `recover`. Chris Pressey 4 years ago
- Rename `raise` to `abort`. Chris Pressey 4 years ago
- Let's call them "Abort values" in the code, too. Chris Pressey 4 years ago
- Re-introduce Language.Robin.Env module. Chris Pressey 4 years ago
- Explicit Prelude imports in most modules. Chris Pressey 4 years ago