infrabuck

windows/x86 brainfuck compiler
git clone https://git.mitxela.com/infrabuck.git
Log | Files | Refs | README

Branches

Name Last commit date Author
master2017-05-11 01:47:26 +0100mitxela

File Tree (HEAD)

Name Size
README.md325B
bf.exe33.03K
infrabuck.exe39.03K
sources/bf.c10.18K
sources/ide.c11.72K
sources/ide.h605B
sources/ide.rc1.051K
sources/mx.ico1.123K

History

* 2937fb8 (HEAD -> master) | mitxela 2017-05-11 01:47 | Create README.md | * 7b6b2a4 mitxela 2017-05-11 01:29 First commit

Contents of README.md:

infrabuck

A simple windows/x86 brainfuck compiler. Performs only the most basic optimization, condensing runs of sequential increment/decrement operations into single instructions.

bf.exe is the command-line compiler, infrabuck.exe is the GUI that invokes it.

Lots more info here: http://mitxela.com/projects/infrabuck