summaryrefslogtreecommitdiff
path: root/src/lib/lexer.mll
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-03 11:44:55 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-03 11:44:55 +0200
commitad45e1b397ba995dc0222057a8dc1d0c38970c4f (patch)
tree311e8b38215503ae05a78573c8a92500d7ca01f4 /src/lib/lexer.mll
parent6af889039d232381b13f1f07a694abcfaff2535e (diff)
Update model
Diffstat (limited to 'src/lib/lexer.mll')
-rw-r--r--src/lib/lexer.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/lexer.mll b/src/lib/lexer.mll
index 27533cd..0e9cebf 100644
--- a/src/lib/lexer.mll
+++ b/src/lib/lexer.mll
@@ -46,6 +46,7 @@ rule letter = parse
| 'z' { Z }
| ' ' { Space }
| ending { EOL }
+| "erf" ending { ERF_ }
| "el" ending { EL_ }
| "ent" ending { ENT_ }
| "ient" ending { IENT_ }