brainmuk

brainfuck x86 compiler and interpreter

MIT License

Stars
10

Brainmuk

brainfuck x86 compiler and interpreter

brainmuk interprets brainfuck code by compiling directly into x86 machine code.

Usage

$ brainmuk file.bf

Scripts

You can write scripts as such:

$ cat hello.bf
#!/usr/bin/env brainmuk
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
$ chmod +x hello.bf
$ ./hello.bf
Hello, World!
Badges
Extracted from project README
Build Status