summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-03-15 20:16:20 -0400
committerjakob <jakob@memeware.net>2017-03-15 20:22:03 -0400
commit27574819b5886dd44231a25e4add9471fa9efcb0 (patch)
treea547c80823ebf33fd2a58d36db68d4bf1b878075
parent4e2b1c27f0dc61d613d3495834e354ccbd5f66b6 (diff)
Update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b05d077..c09b1c6 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
Skullfuck
=========
-## A compiler programmed and maintained by Jakob.
+Skullfuck is a dead simple, non-optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting amd64 Linux.
-Skullfuck is dead simple, non-optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting amd64 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)
TODO
-====
+----
* Target 32-bit x86 and *BSD.
* Automate test compilation/running.