Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Hasnep/brainroc


https://github.com/Hasnep/brainroc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# BrainRoc

A BF interpreter written in Roc.

```shell
$ cat hello-world.bf
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
$ brainroc hello-world.bf
Hello World!
```

## Usage

To download and run some example BF programs, install the [Roc compiler](https://roc-lang.org) and [`just`](https://github.com/casey/just), then run:

```shell
just examples
```