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

https://github.com/aduros/brainrock

Brainfuck interpreter and compiler written in Rockstar
https://github.com/aduros/brainrock

Last synced: 3 months ago
JSON representation

Brainfuck interpreter and compiler written in Rockstar

Awesome Lists containing this project

README

          

# Brainrock

Brainrock is an interpreter for [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck)
written in [Rockstar](https://codewithrockstar.com/).

It also contains an unfinished compiler that compiles a Brainfuck program into a Rockstar program.

## Usage

1. `git clone https://github.com/RockstarLang/rockstar`
2. `./rockstar.js interpreter.rock < tests/hello_world.bf`