Yet Another Brainfuck Implementation
Same as everything else related to brainfuck, why not?
- an ASM-like visitor API
- A brainfuck-classfile adapter/compiler (requires ASM5)
- Tree API for optimizations for the visitor api
- Interpreter builds a syntax tree before execution