Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/armaank/BF-Compiler

A compiler/interpreter for the BrainF*ck programming language
https://github.com/armaank/BF-Compiler

Last synced: 2 months ago
JSON representation

A compiler/interpreter for the BrainF*ck programming language

Awesome Lists containing this project

README

        

# BF-Compiler
So, when I first learned about compilers, I was pretty blown away by how they work. I should preface this by saying that I'm actually not too interested in programming, nevertheless, I'm interested enough in compilers to actually try to make one.
I decided to make a compiler for BrainFuck because it has a very limited instruction set, so I figure it might be a simple starting point, with the eventual goal for making a compiler for a subset of C, or C++.