This commit is contained in:
Stéphane Campinas 2018-12-03 09:20:08 +01:00 committed by Dylan DPC
parent 842fe732ba
commit 39774c0666

View File

@ -155,7 +155,7 @@ fn calculator2b() {
In the previous section, we saw that fixed strings have precedence
over regular expressions. But what if we have two regular expressions
that can match the same input? Which one wins? For example, consider
this various of the grammar above, where we also try to support
this variation of the grammar above, where we also try to support
parenthesized **identifiers** like `((foo22))`:
```