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
- Host: GitHub
- URL: https://github.com/lagerfeuer/brainflex
- Owner: lagerfeuer
- License: unlicense
- Created: 2023-01-19T03:30:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T02:19:52.000Z (about 3 years ago)
- Last Synced: 2025-01-18T06:50:57.244Z (over 1 year ago)
- Topics: bison-flex, brainfuck, brainfuck-interpreter, interpreter, yacc-lex
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```