From ce4ee9b28fa1e3af3d69c27ef1ca696e441657a5 Mon Sep 17 00:00:00 2001 From: Igor Moreno Date: Wed, 5 Dec 2018 15:04:15 +0100 Subject: [PATCH] Feedback --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7456a3..e2c027e 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ Run the file `gui.rkt` using *DrRacket* or the `racket` CLI tool. - `,` function not implemented (will crash the program if encountered); - No validation or user-friendly error handling. + +## Feedback + +Add documentation about the language for someone that doesn't know it. How does it work? What are the instructions? What do they do? Example programs? +In your "running" section explain how to run the interpreter without the GUI.