Skip to content

Kode-Kun/bfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple brainfuck interpreter

bfi is a simple brainfuck interpreter, created as an experiment in interpreter and compiler design.

bfi is intended not as a stand-alone application, but as a building block for an eventual compiler. It parses the entire source and creates an Abstract Syntax Tree before interpreting said AST, as a compiler would.

bfi is written as a single file of pure C, and depends only on libc.

About

Simple brainfuck interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published