Tree @master (Download .tar.gz)
History of
src
/
Language
@master
git clone https://git.catseye.tc/Robin/
- Add some type annotations, rename some functions. Chris Pressey 5 years ago
- Convert the random-u16 facility to be unsigned 16-bit numbers. Chris Pressey 5 years ago
- Add random-source facility. Chris Pressey 5 years ago
- Add `write` command, `require` forms to example programs. Chris Pressey 5 years ago
- Add `require` top-level form. Chris Pressey 5 years ago
- Allow spaces before an expression. Chris Pressey 5 years ago
- Start of implementing tests for "Evaluate expression" only. Chris Pressey 5 years ago
- Make it less less-than-fantastic. Chris Pressey 5 years ago
- Catch exceptions, propogate them. This is less than fantastic. Chris Pressey 5 years ago
- Slightly-experimental `assert` TLF. Needs tests and documentation. Chris Pressey 5 years ago
- Un-lhs-ify the remaining modules. Chris Pressey 5 years ago
- Un-lhs-ify the Parser module. Chris Pressey 5 years ago
- Un-lhs-ify the Intrinsics module. Chris Pressey 5 years ago
- Un-lhs-ify and clean up Builtins module. Chris Pressey 5 years ago
- If a reactor raises an error, it keeps reacting. Chris Pressey 5 years ago
- Reactors can stop themselves (and only themselves). Chris Pressey 5 years ago
- Make tests pass. Chris Pressey 5 years ago
- An event is conventionally composed of type and payload. Chris Pressey 5 years ago
- Rewrite Reactor module. Tests fail. Chris Pressey 5 years ago
- Pattern-match on record, slightly nicer. Chris Pressey 5 years ago
- Define Reactor as a record, for better readability. Chris Pressey 5 years ago
- Un-literate-ize the Reactor module. Chris Pressey 5 years ago
- Rewrite TopLevel.collect to be non-monadic. Chris Pressey 5 years ago
- Put it back the way it was. Chris Pressey 5 years ago
- Update Reactor docs Chris Pressey 5 years ago
- The `do`'s are no longer necessary; remove them too. Chris Pressey 5 years ago
- Remove IO monad from Intrinsic type. Chris Pressey 5 years ago
- Remove "intrinsics wrappers". Chris Pressey 5 years ago
- Move Robin namespace to Language.Robin. Chris Pressey 5 years ago