From f7b2d4b8491f9ed1653e87671954efdce5cc1caf Mon Sep 17 00:00:00 2001 From: David Tamar Date: Fri, 19 Apr 2019 02:18:06 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 197a863..055fb61 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ This interpreter uses an abstract data tree structure when tokenizing the Clause 1. The CLI requires my [ANSITerm](https://github.com/david-tamar/ansi-term) library[1](#WhyANSITerm), you may download it from Nuget `Tamar.ANSITerm`. 2. The interpreter requires **.NET Core 2.0**. -1: I created my own ANSI-Compliant System.Console implementation because .NET's default System.Console could not display 24-bit colors properly on Linux terminals which support ANSI escape codes. - ## I/O results **A prettyprint of an interpreted clausewitz file:** @@ -19,3 +17,6 @@ Input: **[input.txt](Clausewitz%20CLI%2FTest%2Finput.txt)** Output: **[output.txt](Clausewitz%20CLI%2FTest%2Foutput.txt)** ![Screenshot of a prettyprint output of a typical Clausewitz file](images/prettyprint.png) + +## Notes: +1: I created my own ANSI-Compliant System.Console implementation because .NET's default System.Console could not display 24-bit colors properly on Linux terminals which support ANSI escape codes.