diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-06 16:13:56 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-06 16:13:56 +0200 |
commit | e4faaaf8a022fbe2c8c574d2d49155f74aa18a33 (patch) | |
tree | bbc5cbe1e3ab4ae31bfca8a3b1837478d155380f /src/lib/lexer.mll | |
parent | a4ec992ad24a5f62e8795f608b3d7943db0d8c1a (diff) |
Update
Diffstat (limited to 'src/lib/lexer.mll')
-rw-r--r-- | src/lib/lexer.mll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/lexer.mll b/src/lib/lexer.mll index 50c25a7..592b6ed 100644 --- a/src/lib/lexer.mll +++ b/src/lib/lexer.mll @@ -50,6 +50,7 @@ rule letter = parse | "erf" ending { ERF_ } | "el" ending { EL_ } | "ent" ending { ENT_ } +| "ie" ending { IE_ } | "ient" ending { IENT_ } | "x" ending { X_ } |