Skip to content

a brainfuck compiler written in rust for x86_64

License

Notifications You must be signed in to change notification settings

JadonBelair/bfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfc

a brainfuck compiler written in rust for the x86_64 architecture

about

this compiler writes the assembly directly and then uses fasm to compile it into an executable

how to use

Usage: bfc [OPTIONS] <FILE>

Arguments:
  <FILE>  path to the brainfuck source file

Options:
  -o <OUTPUT>      the name used for the generated assembly file and executable (no extension) [default: output]
  -h, --help       Print help
  -V, --version    Print version

About

a brainfuck compiler written in rust for x86_64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages