a135262cd8eed85df769a7dbace73a886af7d6df
Provides: + Transpilation from brainfuck code into intel style assembly + functions to assemble and link code
______________________________
OREO'S BRAINFUCK INTERPRETER
Aryadev Chavali
______________________________
Here is a simple brainfuck compiler written in C. Most of the code was
written in 2023.
Goals
=====
+ [X] Complete reference interpreter for brainfuck
+ [ ] Native compiler
Description
Languages
C
96%
Makefile
4%