Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wilfred/bfc
An industrial-grade brainfuck compiler
https://github.com/Wilfred/bfc
brainfuck compiler llvm rust
Last synced: 3 months ago
JSON representation
An industrial-grade brainfuck compiler
- Host: GitHub
- URL: https://github.com/Wilfred/bfc
- Owner: Wilfred
- License: gpl-2.0
- Created: 2015-04-19T19:43:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T23:56:19.000Z (about 1 year ago)
- Last Synced: 2024-04-14T10:16:06.839Z (7 months ago)
- Topics: brainfuck, compiler, llvm, rust
- Language: Rust
- Homepage: https://bfc.wilfred.me.uk
- Size: 19.3 MB
- Stars: 495
- Watchers: 15
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - Wilfred/bfc - An industrial-grade brainfuck compiler (Rust)
README
# An optimising compiler for brainfuck
[![Crate version](https://img.shields.io/crates/v/bfc)](https://crates.io/crates/bfc)
[![codecov](https://codecov.io/gh/Wilfred/bfc/branch/master/graph/badge.svg?token=LXpqhjCjVZ)](https://codecov.io/gh/Wilfred/bfc)bfc is an industrial grade compiler for
[brainfuck](https://en.wikipedia.org/wiki/Brainfuck). It can:* compile (and cross-compile) BF programs to executables
* optimise runtime speed
* optimise runtime memory usage
* optimise executable size
* show syntax errors with highlighting of the offending source code
* show warnings with highlighting of the offending source codeTo learn more: http://bfc.wilfred.me.uk