/BF_interpreter

A simple brainfuck interpreter in C

Primary LanguageCMIT LicenseMIT

Tests

BF interpreter

This is BF interpreter. It's written in C. It's not very fast, but it's very simple. It's also very small. It's only 200 lines of code.

Compile code

To compile code, you need to run make command. For example:

$ make

Run application

To run code, you need to pass file with BF code as argument. For example:

$ ./bf <file>

Based on work by:

  • @maxcountryman
  • @himehowareu
  • @D0tty