]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/lexer.mll
Parameterize the licenceplate algorithm in architecture/morpho.lib.
[Faustine.git] / interpretor / lexer.mll
index 1c427a95de2f1ef37d03df3bc021f74570036b6f..3cb9847b4dc7ddaef34793552e2a62efe77a07bb 100644 (file)
@@ -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}