Skip to content

fgaz/yabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yabi

Yet Another Brainfuck Interpreter

Build Status

The code is simple and doesn't use any advanced features or libraries. Just plain recursion. It also doesn't use optimizations or intermediate representations of Brainfuck code.