summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-03-15 20:14:00 -0400
committerjakob <jakob@memeware.net>2017-03-15 20:14:00 -0400
commit4e2b1c27f0dc61d613d3495834e354ccbd5f66b6 (patch)
treecafce38cc21befcd9123e7c21acabc04f594416a /README.md
Initial commit.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b05d077
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+Skullfuck
+=========
+## A compiler programmed and maintained by Jakob.
+
+Skullfuck is dead simple, non-optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting amd64 Linux.
+
+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.