Skip to content

Commit

Permalink
Merge pull request #11 from YanB25/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
DoctorWkt authored Jan 21, 2020
2 parents f84b17c + 8e1b0e6 commit ba9c5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08_If_Statements/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ I'll try to cover the changes as well as the additions along the way.
## New Tokens and the Dangling Else

We are going to need a bunch of new tokens in our language. I also (for now) want to
avoid the [dangling else problem](https:en.wikipedia.org/wiki/Dangling_else). To that
avoid the [dangling else problem](https://en.wikipedia.org/wiki/Dangling_else). To that
end, I've changed the grammar so that all groups of statements are wrapped around
'{' ... '}' curly brackets; I called such a grouping a "compound statement".
We also need '(' ... ')' parentheses to hold the IF expression, plus keywords 'if' and
Expand Down

0 comments on commit ba9c5ba

Please sign in to comment.