bf-compile

Crates.iobf-compile
lib.rsbf-compile
version0.1.1
sourcesrc
created_at2021-05-12 09:59:07.084058
updated_at2021-05-23 03:52:51.970351
descriptionA compiler for BrainFuck
homepage
repository
max_upload_size
id396469
size13,320
Connor Hare (LaSpruca)

documentation

README

BFC

A BrainFuck compiler. Compiles to rust first, then invokes rustc to compile the intermeiate. This application requires the rust toolchain and rustc installed to compile the source code.

The program can take multiple source code files and will combine them into one output

Usage

bfc <file> [...files] [-k] file - The main file to be compiled files - The subsistent files you want compiled -k - Keep the intermediate source code

Commit count: 0

cargo fmt