isbfc 0.0.1

Brainfuck compiler for x86_64
Documentation
  • Coverage
  • 75%
    12 out of 16 items documented0 out of 0 items with examples
  • Size
  • Source code size: 484.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ids1024/isbfc
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ids1024

isbfc

Description

Isbfc is an optimized brainfuck compiler targeting x86_64 Linux. It is still a work in progress. It should not be used in a production environment, but then if you are using any kind of brainfuck in a production environment...

Building

To build isbfc, you need rustc and cargo. Then, just run cargo build, or cargo build --release for more optimized binaries. The binary will then be in target/debug/isbfc or target/release/isbfc, respectively.

Licencing

Isbfc is released under the MIT license.