Aryadev Chavali 9fcd22a03b Simplify build system
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
2024-12-03 03:17:44 +00:00
2023-09-02 15:21:56 +01:00
2024-12-03 00:11:44 +00:00
2024-12-03 03:17:44 +00:00
2024-12-03 03:17:44 +00:00
2024-12-03 00:05:06 +00:00

                     ______________________________

                      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
No description provided
Readme 63 KiB
Languages
C 96%
Makefile 4%