Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 271 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 271 Bytes

Brainfuck Interpreter

Written in C. Nothing really interesting. Only distinct feature is interactive mode

hw.bf and hw_2.bf are hello world code examples in brainfuck.

Build:

make

Interpret file:

./bfuck <file>

Interactive mode:

./bfuck