New version of the Grammar data-structure
[SXSI/xpathcomp.git] / src / grammar2.mli
diff --git a/src/grammar2.mli b/src/grammar2.mli
new file mode 100644 (file)
index 0000000..8d84e4e
--- /dev/null
@@ -0,0 +1,4 @@
+type t
+val parse : string -> t
+val save : t -> string -> unit
+val load : string -> t