/BrainC

An implementation of the BrainF esoteric language in C, written for fun.

Primary LanguageCMIT LicenseMIT

BrainC

The simple, unsafe BrainF interpreter.

Usage

Usage of BrainC is simple.

Compilation

Compiling is done through the makefile using GCC.

make

Running

BrainC features two main modes. The first is a file evaluation mode which runs a file completely and exists.

./brain <file>

Or a persistent state REPL.

./brain