brainfck <source file>
Brainfuck is a esoteric programming language that was designed to create the smallest compiler possible. Unfortunately, my complier takes up 160 kilobytes, but good enough.
- Enable it to generate an executable
- Optimise it better
- ???
Report if you want to. Doesn't matter. It's a hobby project. No one will use this anyways. (:
In project root directory, run
make debug # Debug build
make # Dev build
make prod # Production build
- None
If your compiler is not g++, just replace CC=g++
in the makefile with the compiler of your choice.