- Visit Brainfuck(BF) and Brainloller(BL) for reference.
- PIL
- Numpy
- Matplotlib
- A simple Hello World! in BF:
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
- BF interpreter in C
- BF2BL and BL2BF code converters
- Usage:
./bfint Tests/helloworld.bf
- Pass BF file as first argument.
- Usage: Refer the code.