RealistikDash / BrainC

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 98.7%Language:Makefile 1.3%