Skip to content

A compiler for BrainF*ck implemented with AWIB and bfcore

License

Notifications You must be signed in to change notification settings

adam-mcdaniel/bfcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfcomp

A compiler for BrainF*ck implemented with AWIB and bfcore

Installation

Install Rust

curl https://sh.rustup.rs -sSf | sh

Install bfcomp

cargo install -f bfcomp

All done!

Usage

$ bfcomp --help

bfcomp x.x.x
Adam McDaniel <adam.mcdanie17@gmail.com>
Compiles brainfuck by interpreting the AWIB brainfuck compiler with BFCORE

USAGE:
    bfcomp [OPTIONS] <INPUT_FILE> --target <TARGET>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o, --out <OUTPUT_FILE>    Path of output file
    -t, --target <TARGET>      The target language to output source code for (c, ruby, go, tcl, java) [possible values:
                               C, Ruby, Go, Tcl, Java]

ARGS:
    <INPUT_FILE>    Path to brainfuck file to compile

About

A compiler for BrainF*ck implemented with AWIB and bfcore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages