First implementation of compilation from XPath to automata using
[tatoo.git] / src / xpath / ast.mli
index 8040bb1..7cc91e4 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-02-14 15:39:48 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-03-04 16:24:33 CET by Kim Nguyen>
 *)
 
 type path = single_path list
@@ -52,3 +52,4 @@ val print_axis : Format.formatter -> axis -> unit
 val print_test : Format.formatter -> test -> unit
 val print_expr : Format.formatter -> expr -> unit
 
+val invert_axis : axis -> axis