Skip to content

andmcadams/Brainf-ck-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainf*ck Compiler

This is a compiler for the toy language Brainf*ck. This compiler uses base code from a compiler course I took at UT where I built a Pascal compiler. Since Brainf*ck is a much smaller, simpler language, this project was fairly simple comparitively.

Brainf*ck uses a tape to store its data so operations can happen on either the tape head or the contents of a tape cell.

An overview of the grammar can be found in the grammar.txt file.

About

A C implementation of a Brainf*ck compiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages