Tree @master (Download .tar.gz)
- ..
- abort.robin
- abs.robin
- add.robin
- and.robin
- append.robin
- bind-args.robin
- bind-vals.robin
- bind.robin
- boolean-p.robin
- bound-p.robin
- choose.robin
- delete.robin
- divide.robin
- drop-while.robin
- elem-p.robin
- empty-p.robin
- env-p.robin
- env.robin
- equal-p.robin
- eval.robin
- export.robin
- extend.robin
- fexpr.robin
- filter.robin
- find.robin
- first.robin
- flatten.robin
- fold.robin
- fun.robin
- gt-p.robin
- gte-p.robin
- head.robin
- if.robin
- index.robin
- itoa.robin
- last.robin
- length.robin
- let.robin
- list-p.robin
- list.robin
- literal.robin
- lookup.robin
- lt-p.robin
- lte-p.robin
- map.robin
- multiply.robin
- not.robin
- number-p.robin
- operator-p.robin
- or.robin
- prefix-p.robin
- prepend.robin
- recover.robin
- remainder.robin
- rest.robin
- reverse.robin
- sandbox.robin
- sign.robin
- subtract.robin
- symbol-p.robin
- tail.robin
- take-while.robin
- unbind.robin
- unshadow.robin
- xor.robin
History of
stdlib
@master
git clone https://git.catseye.tc/Robin/
- Re-implement < > <= >= to avoid bugs with large numbers. Chris Pressey 5 years ago
- Add some failing tests for comparing big numbers, h/t wob_jonas Chris Pressey 5 years ago
- `intrinsic` is an ontological status, not a data type. Chris Pressey 5 years ago
- Improve `catch` tests. Chris Pressey 5 years ago
- Intrinsic-defining files now `require` the intrinsic in question. Chris Pressey 5 years ago
- Add `bound?` predicate to env lib in stdlib. Chris Pressey 5 years ago
- Rename appliances (tested this time) Chris Pressey 5 years ago
- Convert many tests for intrinstics to be tests for expressions. Chris Pressey 5 years ago
- Small tests now test evaluating a Robin expression. Chris Pressey 5 years ago
- List tests now test evaluating a Robin expression. Chris Pressey 5 years ago
- Env tests now test evaluating a Robin expression. Chris Pressey 5 years ago
- Arith tests now test evaluating a Robin expression. Chris Pressey 5 years ago
- Boolean tests now test for evaluating a Robin expression. Chris Pressey 5 years ago
- Start of implementing tests for "Evaluate expression" only. Chris Pressey 5 years ago
- Tests "Execute", not "Interpret", a Robin program. Chris Pressey 5 years ago
- Use better sentinels. Chris Pressey 5 years ago
- Add back tests that were removed along with the intrinsics-wrappers. Chris Pressey 5 years ago
- Intrinsics documented in otherwise empty files in stdlib. Chris Pressey 5 years ago
- Move documentation above implementation in every defining file. Chris Pressey 5 years ago
- Merge "fun" package into "small". Chris Pressey 5 years ago
- Remove "intrinsics wrappers". Chris Pressey 5 years ago
- REBOOT LANGUAGE Chris Pressey 10 years ago