Skip to content

Minnowo/bf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Brainfuck Interpreter.

This has the standard memory size of 30,000 bytes. Using 1 byte registers.

Build

Install zig and use the makefile

# using the makefile
make build

# using zig directly
zig build -Doptimize=ReleaseFast

# run the exe
./zig-out/bin/brainfuck ./bf-examples/hanoi.bf

About

A Brainfuck interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages