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
- Host: GitHub
- URL: https://github.com/danikvitek/bf-interpreter
- Owner: DanikVitek
- Created: 2023-11-26T12:36:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T22:09:55.000Z (over 2 years ago)
- Last Synced: 2025-11-21T04:05:06.555Z (7 months ago)
- Topics: bf, brainfuck, brainfuck-interpreter, zig, ziglang
- Language: Zig
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```