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

https://github.com/danikvitek/bf-interpreter

BrainFuck interpreter written in Zig
https://github.com/danikvitek/bf-interpreter

bf brainfuck brainfuck-interpreter zig ziglang

Last synced: 14 days ago
JSON representation

BrainFuck interpreter written in Zig

Awesome Lists containing this project

README

          

# bf-interpreter

To run the interpreter write your BF code in a separate file and provide the path to the file as an argument to the executable

```sh
> bf-interpreter .\examples\hello_world.b
```