diff options
| author | 2021-12-23 17:42:57 -0500 | |
|---|---|---|
| committer | 2021-12-23 17:42:57 -0500 | |
| commit | 79e26b5e91299898e70c6e4c91253fcde7e13909 (patch) | |
| tree | 70914e2349a6de35f7689d996a23692c13047924 /README.md | |
| parent | add math.lua example (diff) | |
patch readme example grammar lexer initialization
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. |
