diff options
Diffstat (limited to 'lib/lexer.mll')
-rw-r--r-- | lib/lexer.mll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lexer.mll b/lib/lexer.mll index 0fb7f7c..ad3be3c 100644 --- a/lib/lexer.mll +++ b/lib/lexer.mll @@ -18,6 +18,7 @@ let many_newline = newline+ rule read = parse | "uuidv4" { UUIDV4 } + | "email" { EMAIL } | "name" { NAME } | "increment" { INCREMENT } | "int" { INTSYMBOL } |