From 1ef9d9aa885f9bc881eb7c8c61fa076af1b2090f Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Thu, 22 Oct 2020 12:00:51 +0200 Subject: [PATCH] requirements clarifications, typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6af69..7a3b54c 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ You will each be scheduled 30 minutes to present Your home exam to us, based on - You are NOT required to account for operator precedence in expressions, however you MUST support parenthesized sub expressions. (+ for precedence towards higher grades) - You are NOT required to account for location information (spans), but your error messages will be better if you do. (+ for spans, towards higher grades) - Error recovery is NOT required (+ for recovery towards higher grades) -- You or NOT required to account for comments (neither single nor multiline). (+ for supporting comments, note that regexp based comment filtering is not enough to do detect proper nesting of comments, try figure out why...) +- You are NOT required to account for comments (neither single nor multiline). (+ for supporting comments, note that regexp based comment filtering is not enough to do detect proper nesting of comments, try figure out why...) ## Your type checker -- GitLab