Skip to content
Snippets Groups Projects
Commit cabec983 authored by Per Lindgren's avatar Per Lindgren
Browse files

requirements clarifications, indenting

parent 1ef9d9aa
No related branches found
No related tags found
No related merge requests found
......@@ -127,10 +127,11 @@ You will each be scheduled 30 minutes to present Your home exam to us, based on
## Your parser
- Your parser should accept the input language according to your grammar (EBNF).
- 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 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...)
- (+ for higher grades)
- 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 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment