9fcd22a03b9fe3aa5659d4b544fc3ccc59730031
RELEASE and DEBUG builds have differing build flags, triggered by setting RELEASE variable. No longer doing object based compilation because: + gcc is fast enough without it + stale code compilation bugs are annoying + having one output binary to clean-up is just easier when switching build-types
______________________________
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%