#context #brainfuck #std #no-std #broken

no-std bin+lib rusty_brainfck

A Small, Slightly Broken BrainFuck Interpreter, Available in both no-std contexts & std contexts

4 releases

0.1.3 May 30, 2021
0.1.2 May 30, 2021
0.1.1 May 30, 2021
0.1.0 May 30, 2021

#438 in Memory management

MIT/Apache

10KB
212 lines

Rust BrainFuck

Changelog

---- V0.1.3a ---- [rbf = "0.1.3"]

  • == Additions ==
  • None
  • == Removals ==
  • None
  • == Breaking ==
  • None

---- V0.1.2a ---- [rbf = "0.1.2"]

  • == Additions ==
  • Added get_ref() to BFI impl
  • == Removals ==
  • None
  • == Breaking ==
  • None

---- V0.1.1a ---- [rbf = "0.1.1"]

  • == Additions ==
  • Added BrainFuckInterpreter Struct
  • == Removals ==
  • None (First Version)
  • == Breaking ==
  • None (First Verion)

No runtime deps

Features