brain_rust 0.1.3

A BF transpiler to rust written as a rust declarative macro.
Documentation
  • Coverage
  • 0%
    0 out of 7 items documented0 out of 4 items with examples
  • Size
  • Source code size: 7.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • PROMETHIA-27/brain_rust
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • PROMETHIA-27

brain_rust

A BF transpiler to rust written as a rust declarative macro

To use, invoke the brain_rust! macro and input a brainfuck program's source. Tokens other than: + - < > , . [ ] are not allowed, so you may need to strip those out.