From 139a797749920aa91fc3708d9728caaa243d464d Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 1 Apr 2020 15:16:03 -0700 Subject: [PATCH] Added some explanation for the project to the README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c31a1be..28090b8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ along with some restrictions to ease implementation. VVhitespace code is represented with the *whitespace characters* `[Tab]`, `[VTab]`, `[Space]`, and `[Newline]`. All other characters are considered commentary. +VVhitespace makes a number of small changes to Whitespace with the intention of +*taming* it by providing the tools necessary in order to make non-trivial +whitespace-only applications. As proof of concept, I wrote an implementation of +Hunt the Wumpus in VVhitespace. + This repository includes several distinct parts: - A compiler, `vvc`, accepts human-readable VVhitespace source code and -- 2.20.1