Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/armaank/BF-Compiler
- Owner: armaank
- Created: 2018-04-01T01:03:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T17:14:13.000Z (over 6 years ago)
- Last Synced: 2024-04-24T16:15:11.116Z (9 months ago)
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - BF-Compiler
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++.