diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2019-01-10 10:41:31 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2019-01-10 10:41:31 -0500 |
| commit | 4be768491df8f4f4250f13f82c003927df4507c4 (patch) | |
| tree | cc03a6c5fb3187f9cbc48ce35b0166d7810cdf94 /README.md | |
| parent | fab56e85955ccb3a2533aad00671cff04516aa70 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -1,16 +1,18 @@ -Skullfuck -========= -Skullfuck is an optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting x86_64 and i686 Linux. +# Skullfuck + +Skullfuck is an optimizing 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) +An explanation of the history and design behind the language is available at +[the Esolang wiki.](https://esolangs.org/wiki/Brainfuck) -Skullfuck is free software, licensed under the [GNU General Public License.](http://gnu.org/licenses/gpl.html) +Skullfuck is free software, licensed under the [GNU General Public +License.](http://gnu.org/licenses/gpl.html) +## TODO -TODO ----- -* *BSD targeted binaries. -* Static analysis to warn when undefined behavior has been detected. -* Optimize mutally cancelling operations. +- *BSD targeted binaries. +- Optimize mutally cancelling operations. +- Static analysis to warn when undefined behavior has been detected. |