From 1909111fe2ac7ef531c8bed6b0bd601a4990262a Mon Sep 17 00:00:00 2001 From: jakob Date: Sat, 18 Mar 2017 19:53:34 -0400 Subject: "Non-optimizing" is kind of a lie at this point. --- README.md | 4 ++-- skullfuck.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad30ca6..53a800a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ Skullfuck ========= -Skullfuck is a dead simple, non-optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting x86_64 and i686 Linux. +Skullfuck is a dead simple 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`. -A good explanation of the history and design behind the language can be found in [the Wikipedia article.](https://en.wikipedia.org/wiki/Brainfuck) +An explanation of the history and design behind the language is available at [the Esolang wiki.](https://esolangs.org/wiki/Brainfuck) TODO diff --git a/skullfuck.c b/skullfuck.c index b40e903..47cb772 100644 --- a/skullfuck.c +++ b/skullfuck.c @@ -1,4 +1,4 @@ -/* Skullfuck -- A dead simple, non-optimizing Brainfuck compiler. +/* Skullfuck -- A dead simple compiler for Brainfuck. Copyright (C) 2017 Jakob Kreuze, All Rights Reserved. -- cgit v1.3