Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

eddieantonio/brainmuk

Open more actions menu

Repository files navigation

Brainmuk

Build Status

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!
Morty Proxy This is a proxified and sanitized view of the page, visit original site.