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
- Host: GitHub
- URL: https://github.com/aduros/brainrock
- Owner: aduros
- Created: 2021-01-03T21:03:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T21:05:05.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T08:11:17.345Z (6 months ago)
- Language: Brainfuck
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`