Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 502 Bytes

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