Skip to content
/ brainzag Public

An interpreter and JIT compiler for the Brainfuck programming language, written in Zig

Notifications You must be signed in to change notification settings

vtan/brainzag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainzag

An interpreter and JIT compiler for the Brainfuck programming language, written in Zig. JIT compilation is implemented for the x86-64, ARM64 and 64-bit RISC-V CPU architectures.

$ zig build run -- -o test/hello.bf     # interpret with optimizations
$ zig build run -- -jo test/hello.bf    # compile with optimizations

About

An interpreter and JIT compiler for the Brainfuck programming language, written in Zig

Topics

Resources

Stars

Watchers

Forks