Skip to content

faireborn/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck

Run the interpreter

You can run the interpreter this way,

zig build run -- example.b

or according to this.

zig build --release=fast
./zig-out/bin/brainfuck example.b

Example

$ zig build run -- example/hello.b

Hello, World!

About

Brainfuck interpreter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors