Skip to content

a-rustacean/bfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFC: BrainFuck Compiler (not really a compiler)

A brainfuck parser and runtime (vm/interpreter).

To run your brainfuck program:

cargo run --release -- program.bf

There are some examples in the examples/ directory which you can run by running:

cargo run --release -- exammples/[file_name]

all the examples are taken from https://brainfuck.org/

About

Brainfuck source -> IR -> VM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages