summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-03-21 18:49:31 -0400
committerjakob <jakob@memeware.net>2017-03-21 18:49:31 -0400
commitfab56e85955ccb3a2533aad00671cff04516aa70 (patch)
tree862b00d7f6ef78194b1b6f1a9cd7e331abc75769 /README.md
parent7f63c3b82d229b3353df4abb7612917aed01f937 (diff)
Implemented testing.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index e08c1d1..eccb13e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Skullfuck
=========
-Skullfuck is a dead simple optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting x86_64 and i686 Linux.
+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`.
@@ -12,6 +12,5 @@ Skullfuck is free software, licensed under the [GNU General Public License.](htt
TODO
----
* *BSD targeted binaries.
-* Automate test compilation/running.
* Static analysis to warn when undefined behavior has been detected.
* Optimize mutally cancelling operations.