A tiny and fast brainfuck to java bytecode converter written in less than 200 lines (excluding libraries).
java -jar brainclass.jar your-bf-program.b
| Variable | Value |
|---|---|
| Cell size | 16-bit |
| Pointer range | 0-65535 |
This only works with programs that output something. The library that is used to generate bytecode is ASM.