Skip to content

mucinoab/BrainFCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainFCompiler

A Brainfuck toy compiler that very poorly generates, assembles and links x86 instructions.

Requirements

Usage

You just clone the repo and run, cargo run --release _sourcefile.bf_

Related

My other brainfuck compiler. mucinoab/BrainFCompiler-LLVM