This is a toy project that helps me learn Zig programming language. This project implements a Brainfuck interpreter with Just-In-Time (JIT) compilation.
Note
This project is still in a very early development phase.
zig build
The executable file can be found at zig-out/bin/zig-brainfuck
after build.
Note
Currently this project only implements an AST-traversal interpreter.
zig-brainfuck input.bf
input.bf
is the path to the input Brainfuck source code file.
This project is open-sourced under the MIT License.