]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/bin/xhtbl/textLexer.mll
update in basic_2
[helm.git] / helm / www / lambdadelta / bin / xhtbl / textLexer.mll
index aa8f42fe4f14ef757fb3603caa425209e30afa6e..4b06e4c402f61044f1f17a99c2713e41fa1e45c2 100644 (file)
@@ -22,6 +22,7 @@ rule token = parse
    | "["      { out "["; TP.OB                  }
    | "]"      { out "]"; TP.CB                  }   
    | "*"      { out "*"; TP.SR                  }
+   | "^"      { out "^"; TP.CF                  }
    | "+"      { out "+"; TP.PS                  }
    | "("      { out "("; TP.OP                  }
    | ")"      { out ")"; TP.CP                  }