From d7b911003fb6e2392c88d58d1a360a1ff2bdb2cb Mon Sep 17 00:00:00 2001 From: rsoeldner Date: Mon, 8 Jan 2018 08:13:42 +0100 Subject: [PATCH] Add closing parantheses --- Lab004.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab004.md b/Lab004.md index 680b8db..eb8eeef 100644 --- a/Lab004.md +++ b/Lab004.md @@ -6,7 +6,7 @@ We will cover: 1. Parser combinators Write "Reverse Polish notation calculator". Program runs forever where it: -1. promts user for the input expression (written in [Reverse Polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation) +1. promts user for the input expression (written in [Reverse Polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation)) 2. reads user input 3. evaluates user input: a) if it is a valid expression, it will evaluate its value