X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/8c48d01c4b78dba6159c13438b06cb7e07a1f338..e8ece9554da2a7b920ae69961aa6828a90c20fd6:/interpretor/lexer.mll diff --git a/interpretor/lexer.mll b/interpretor/lexer.mll index 1c427a9..3cb9847 100644 --- a/interpretor/lexer.mll +++ b/interpretor/lexer.mll @@ -29,6 +29,8 @@ rule token = parse | "serialize" { IDENT Serialize} | ">" { IDENT Larger} | "<" { IDENT Smaller} +| "max" { IDENT Max} +| "min" { IDENT Min} | "prefix" { IDENT Prefix} | "selecttwo" { IDENT Select2} | "selectthree" { IDENT Select3}