aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b923887..a34c046 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ lexer = patok {
op = '[+*]',
num = '%d+',
ws = '%s+',
-}
+}()
```
We could have also made special lexemes for `+` and `*` individually.