Skip to content

metix/brc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck "Compiler"

this is a old fun project which I started in 2015. found it on a backup.

It converts a brainfuck program to assembly and compiles a executable.

requires

  • make
  • gcc
# compile the compiler
make

# compile a brainfuck program (with optimizer)
./brc -O examples/mandelbrot.b

# run the program
./a.out

About

a brainfuck "compiler"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published