Ianleeclark / BrainInterpreter

A Brainf* interpreter implemented in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple BF interpreter using linked lists as a POC. At the moment, the most pressing concerns for this project would be:

1.) better handle nested loops 
2.) support file interpretation 
3.) support command-line input

About

A Brainf* interpreter implemented in C

License:MIT License


Languages

Language:C 99.0%Language:Makefile 1.0%