/braineff_ide

An IDE for the esoteric coding language Brainf**k written in Rust. Interpreter also written in Rust.

Primary LanguageRust

#BrainEffer

The goal of this project was to better understand interpreters and IDEs.

ide_current_state output_current_state

##TODO

  • Add debug feature
  • Add syntax highlighting
  • Make the UI nicer-looking
  • Improve performance on interpreter

##Known Bugs

  • Interpreter does not complete the mandelbrot test (problem with overflow)