From d9896de362de062c9beb8276f7f2c4a37a1fc03e Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 1 Apr 2020 15:35:32 -0700 Subject: [PATCH] Another update to the description/justification in the main project README. --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 28090b8..d3bbed3 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,10 @@ If you are impatient to get started, simply execute `make` in the top-level directory to build the compiler and interpreter, then move to one of the example directories like `examples/hunt-the-wumpus` and execute `make run`. -VVhitespace is descended from Whitespace, adding a vertical tab to the language -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. +VVhitespace is descended from Whitespace, making a number of small changes with +the intention of *taming* the language, providing the tools necessary to write +non-trivial, whitespace-only applications. As a proof of concept, I have +implemented Hunt the Wumpus in VVhitespace. This repository includes several distinct parts: -- 2.20.1