X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/be99c013631abbe612f5340be680ba4913343f7e..d9896de362de062c9beb8276f7f2c4a37a1fc03e:/README.md diff --git a/README.md b/README.md index a1e2d3e..d3bbed3 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Welcome to VVhitespace! 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/wumpus` and execute `make run`. +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 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: