brain 0.1.2

Compiler for the brain programming language. Compiles brain into optimized brainfuck code. Also includes a brainfuck interpreter.
Documentation
1
2
3
4
5
6
7
8
/**
 * Welcome to brain!
 */

// This beginner program is traditionally used to demonstrate
// basic functionality by showing a simple message on the screen

out "Hello, world!\n";