Tree @master (Download .tar.gz)
History of
src
/
Language
@master
git clone https://git.catseye.tc/Robin/
- Builtin versions of the comparison operators. Chris Pressey 5 years ago
- Unused (now) function. Chris Pressey 5 years ago
- Syntax. Chris Pressey 5 years ago
- Implement all builtins. Chris Pressey 5 years ago
- Convert most of builtins. Chris Pressey 5 years ago
- All unit tests pass again (without builtins.) Chris Pressey 5 years ago
- Fix bug. Most tests pass. Quickcheck tests are v. slow though. Chris Pressey 5 years ago
- Checkpoint after fixing QuickCheck. Chris Pressey 5 years ago
- Dedicated Env datatype. Checkpoint. Chris Pressey 5 years ago
- Don't leak symbols from `cmp`. Chris Pressey 5 years ago
- Fix built-in remainder, def'n of remainder to not leak symbols. Chris Pressey 5 years ago
- Checkpoint making a built-in for `remainder`. Chris Pressey 5 years ago
- Make multiply, divide builtins; fix definition of multiply. Chris Pressey 5 years ago
- We can have builtins for `arith` package as well as `small` package. Chris Pressey 5 years ago
- Factor out common code to processRobin. Chris Pressey 5 years ago
- Factor common code out into CmdLine module. Chris Pressey 5 years ago
- Get RandomSource facility working under Hugs. Chris Pressey 5 years ago
- define-if-absent top-level form. Chris Pressey 5 years ago
- Allow the reference implementation to run under Hugs. Chris Pressey 5 years ago
- Move concurrency of facilities to dedicated Concurrent module. Chris Pressey 5 years ago
- It works! Chris Pressey 5 years ago
- Have each facility's init function return a Facility structure. Chris Pressey 5 years ago
- Sketch init and produceEvents for LineTerminal facility. Chris Pressey 5 years ago
- Rename and import qualified. Chris Pressey 5 years ago
- Language.Robin.Facilities module, rename type FacilityHandler. Chris Pressey 5 years ago
- Refactor eventLoop. Chris Pressey 5 years ago
- Remove EventLoop's dependency on LineTerminal. Chris Pressey 5 years ago
- Inject facilities from above instead of depending on them directly. Chris Pressey 5 years ago
- Split up Reactors module. Chris Pressey 5 years ago
- Add more type annotations, for doc. `Evaluable`, not `Intrinsic`. Chris Pressey 5 years ago