brain-rs 0.1.0

Embeddable brainfuck interpreter
Documentation
  • Coverage
  • 0%
    0 out of 27 items documented0 out of 12 items with examples
  • Size
  • Source code size: 19.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 999.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • squiidz/brain-rs
    4 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • squiidz

brain

brainfuck interpreter in rust

alt tag

Run Cli

  • cd brain
  • cargo run brainfuck/hello_world.b

Run Webapp

  • cd brain/web_brain
  • cargo run

Run Ruby

  • CONFIGURE_OPTS=--enable-shared rbenv install 2.3.x
  • cd brain
  • cargo build --release
  • cd brain/ruby_brain/ruby
  • ruby test_ruby_brain.rb