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

https://github.com/lagerfeuer/brainflex

Brainfuck interpreter using Flex & Bison
https://github.com/lagerfeuer/brainflex

bison-flex brainfuck brainfuck-interpreter interpreter yacc-lex

Last synced: over 1 year ago
JSON representation

Brainfuck interpreter using Flex & Bison

Awesome Lists containing this project

README

          

# brainflex
Brainfuck interpreter using Flex & Bison

## Build
```shell
make
```

```shell
make debug
```

## Run
A directory with example programs is included (see `programs/`).
```
./brainflex -f programs/helloworld.bf
```