Skullfuck ========= Skullfuck is a dead simple compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting x86_64 and i686 Linux. It depends on GNU Binutils, or any compatible implementation of `as` and `ld`. An explanation of the history and design behind the language is available at [the Esolang wiki.](https://esolangs.org/wiki/Brainfuck) TODO ---- * *BSD targeted binaries. * Automate test compilation/running. * Static analysis to warn when undefined behavior has been detected.