Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 300 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 300 Bytes

BrainInter

Brainfuck interpreter/translator to C

Usage

No Arguments

Use without argument for interpreter mode

Arguments

Use with arguments as
Brainfuck_Interpreter File [-c]

-c to spit out C code as File.c

EOF

Eof from stdin translates to 0 in data pointer.