summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index eccb13e..5949a27 100644
--- a/README.md
+++ b/README.md
@@ -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.