Skip to content

zapstar/brainf-ck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainf*ck Interpreter

My sunday evening attempt on writing an interpreter for the Brainf*ck language in C. The interpreter is fairly complete with good amount of testing. Bug fixes/pull requests are always welcome.

Language specification

Language details here and this Wikipedia article.

Tests

Some tests to validate the interpreter. Some taken from Daniel B Cristofani's page here, please check their individual writeups.