Skip to content

lakaniemi/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck-interpreter

A simple brainfuck interpreter made with C. I had made many brainfuck interpreters in multiple languages in the past when I didn't know about data structures like stack, and because of that they mostly didn't work very well :D So I decided to make this, and it seems to work quite well.

Usage

Compile the source code, and then call brainfuck <file>.

Known bugs

I forgot to make the memory size dynamic in brainfuck.c, and now I'm too lazy to fix it. Maybe someday!

About

Brainfuck interpreter made with C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published