Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 190 Bytes

File metadata and controls

2 lines (2 loc) · 190 Bytes

Brainfuck Interpreter

This is a small test project. This is a brainfuck language interpreter, that parses tokens into something that resembles a Abstract Syntax Tree, and then executes it.