diff options
| author | jakob <jakob@memeware.net> | 2017-03-18 19:53:34 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-03-18 19:53:34 -0400 |
| commit | 1909111fe2ac7ef531c8bed6b0bd601a4990262a (patch) | |
| tree | f881f1bc3983ec18fcdfde7384af3f97e34adfd3 /README.md | |
| parent | d45dbeb48a9da2ccfc1dd3fc0f3baea4c365e086 (diff) | |
"Non-optimizing" is kind of a lie at this point.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ Skullfuck ========= -Skullfuck is a dead simple, non-optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting x86_64 and i686 Linux. +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`. -A good explanation of the history and design behind the language can be found in [the Wikipedia article.](https://en.wikipedia.org/wiki/Brainfuck) +An explanation of the history and design behind the language is available at [the Esolang wiki.](https://esolangs.org/wiki/Brainfuck) TODO |