From e4faaaf8a022fbe2c8c574d2d49155f74aa18a33 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 6 Sep 2021 16:13:56 +0200 Subject: Update --- src/lib/lexer.mll | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/lexer.mll') 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_ } -- cgit v1.2.3