Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wololock/groovy-brainfuck

An experimental Brainfuck interpreter written in Groovy
https://github.com/wololock/groovy-brainfuck

brainfuck-interpreter brainfuck-parser groovy

Last synced: 6 days ago
JSON representation

An experimental Brainfuck interpreter written in Groovy

Awesome Lists containing this project

README

        

# Brainfuck Interpreter in Groovy

Wiki: https://en.wikipedia.org/wiki/Brainfuck

Watch the video: https://www.youtube.com/watch?v=vJgcsyLJf0g

### Run "Hello, World!" program:

```
$ ./gradlew --no-daemon run --args="++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++."
```

### Run all unit tests

```
$ ./gradlew --no-daemon test
```

### Clone empty project to implement your own interpreter

```
$ git clone --single-branch --branch clean https://github.com/wololock/groovy-brainfuck
```