Skip to content

mattialancellotti/BrainFuck-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainFuck Interpreter

An esoteric programming language without real application. Use it only for fun.

To compile the interpreter:

make -B

To clean objects:

make clean

To have debug flags enabled:

make -B DEBUG=yes

About

BrainFuck interepreter written in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published