Tree @master (Download .tar.gz)
History of
src
/
Language
@master
git clone https://git.catseye.tc/Robin/
- Finish renaming builtins. Chris Pressey 4 years ago
- Import Prelude qualified, begin to shorten builtin names. Chris Pressey 4 years ago
- Import Prelude qualified, use more brevity in names of intrinsics. Chris Pressey 4 years ago
- Use evalTwoNumbers for `divide` and `remainder`. Chris Pressey 4 years ago
- In the source, `cc` is the standard name for "continuation". Chris Pressey 4 years ago
- An error from evaluating an assertion is treated as an error. Chris Pressey 4 years ago
- Move away from the terms `exception` and `raise`, in documentation. Chris Pressey 4 years ago
- The signature of `catch` has changed. Chris Pressey 4 years ago
- Restore `catch`. Chris Pressey 4 years ago
- Intriguingly, this mostly just works. Chris Pressey 4 years ago
- Replace exception handler with error objects. Untested. Chris Pressey 4 years ago
- evalTwoNumbers is passed a continuation. Chris Pressey 4 years ago
- Failed experiment: exception handlers need to be dynamically bound. Chris Pressey 4 years ago
- Restore test and try to fix it. Chris Pressey 4 years ago
- Refactor to note TODO centrally and avoid `where` more. Chris Pressey 4 years ago
- Fix bug introduced into `catch`, add test case to clarify behaviour. Chris Pressey 4 years ago
- Remove `stop` exception handler, which fixes most tests. Chris Pressey 4 years ago
- Experimentation continues. Chris Pressey 4 years ago
- It builds now, but many tests fail, some spectacularly. Chris Pressey 4 years ago
- The experimental branch continues. Chris Pressey 4 years ago
- This is an experimental branch. It's not done. Chris Pressey 4 years ago
- Clean up imports. Chris Pressey 4 years ago
- Remove exprToEnv completely. Chris Pressey 4 years ago
- Remove dedicated Env ADT. Chris Pressey 4 years ago
- Use `assertExprToEnv` in place of `evalArgsExpr`. Chris Pressey 4 years ago
- Introduce `assertExprToEnv` helper function. Chris Pressey 4 years ago
- Begin simplifying evalArgs. Chris Pressey 4 years ago
- Some very minor issues of style. Chris Pressey 4 years ago
- Apparently no longer true (possibly due to FlexibleContexts now?) Chris Pressey 4 years ago
- Factor out common code. Chris Pressey 5 years ago