From fab56e85955ccb3a2533aad00671cff04516aa70 Mon Sep 17 00:00:00 2001 From: jakob Date: Tue, 21 Mar 2017 18:49:31 -0400 Subject: Implemented testing. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.3