diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ lexer = patok { op = '[+*]', num = '%d+', ws = '%s+', -} +}() ``` We could have also made special lexemes for `+` and `*` individually. |
