https://github.com/expede/ookay
A simple Ook! interpreter
https://github.com/expede/ookay
Last synced: 5 months ago
JSON representation
A simple Ook! interpreter
- Host: GitHub
- URL: https://github.com/expede/ookay
- Owner: expede
- License: mit
- Created: 2015-07-26T02:50:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T03:04:21.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T10:43:22.359Z (over 1 year ago)
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ookay
A simple [`Ook!`](http://esolangs.org/wiki/ook!) interpreter (and library). Mostly a lexer, as it leverages [brainfucker](https://github.com/expede/brainfucker) for the rest.
# Installation
```bash
stack install
```
# Tests
## Run Tests
```bash
stack test
```
## Build Status
| Branch | CircleCI |
|--------|-------------------------|
| Master | [](https://circleci.com/gh/expede/ookay/tree/master) |
## [Tasty](http://documentup.com/feuerbach/tasty)
> Tasty is a modern testing framework for Haskell.
> It lets you combine your unit tests, golden tests, QuickCheck/SmallCheck properties, and any other types of tests into a single test suite.
## [Doctest](https://github.com/sol/doctest)
> `doctest` is a small program, that checks examples in Haddock comments.
> It is similar to the popular Python module with the same name.