Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 314 Bytes

BrainfuckEx

BrainfuckEx is a simple Brainfuck written in Elixir.

Modules:

  • Brainfuck.AST: Transforms Brainfuck code into AST (Abstract Syntax Tree)
  • Brainfuck.Interpreter: Setup a Brainfuck VM and run the given code inside
  • Brainfuck.Interpreter.VM: Manage the memory and execute opcodes