Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
as per alex-xia-xia's raised issue.
  • Loading branch information
DoctorWkt authored Aug 21, 2020
1 parent 531afba commit ea1ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_Comparisons/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ By now you would have worked out that:
The implication is that I'm writing a compiler for enough of a subset of
C (just as SubC) so that it will compile itself. Therefore, I should use
the normal
[C operator precedence order](https://en.cppreference.com/w/c/language/operator_precedence). This means that the comparison operators have higher precedence
[C operator precedence order](https://en.cppreference.com/w/c/language/operator_precedence). This means that the comparison operators have lower precedence
than multiply and divide.
I also realised that the switch statement I was using to map tokens to AST
Expand Down

0 comments on commit ea1ecea

Please sign in to comment.