Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 486 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 486 Bytes

bfcrs

Build Status

This is (for the most part) a Rust port of my optimizing Brainfuck compiler, bfcfs.

It can compile Brainfuck into a WebAssembly binary module and while performing a number of optimizations.

It also includes an IR interpreter and an alternative backend which emits C source code.

Licensed under the MIT license.