Skip to content

Commit

Permalink
Minor README formatting improvement [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Jun 17, 2024
1 parent 59cd73b commit c99d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public enum ArithmeticExpressionToken
```

A major benefit of driving parsing from tokens, instead of individual characters, is that errors can be reported in
terms of tokens - _unexpected identifier \`frm\`, expected keyword \`from\`_ - instead of the cryptic _unexpected `m`_.
terms of tokens - _unexpected identifier \`frm\`, expected keyword \`from\`_ - instead of the cryptic _unexpected \`m\`_.

Token-driven parsing takes place in two distinct steps:

Expand Down

0 comments on commit c99d1a2

Please sign in to comment.