With -f, we can read the XPath query in a file.
[tatoo.git] / src / xPath.mli
index 44935c3..afb4c39 100644 (file)
@@ -46,4 +46,5 @@ sig
 end
 
 
-val parse : string -> Ast.path
+val parse_string : string -> Ast.path
+val parse_file : in_channel -> Ast.path