X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fruntime.mli;h=0ce04efaa3a7327cf69e42de49f83ac3b579ace2;hb=8a31bd5c0847ca9c45627cb808a57d9c07c7b0dc;hp=a30db0da6edb0212b68aa349edc23cee30944e06;hpb=4b52da1a20a4fe031930bb96d2ca46bec06dc529;p=SXSI%2Fxpathcomp.git diff --git a/src/runtime.mli b/src/runtime.mli index a30db0d..0ce04ef 100644 --- a/src/runtime.mli +++ b/src/runtime.mli @@ -2,6 +2,7 @@ module type S = sig type result_set val top_down_run : Ata.t -> Tree.t -> Tree.node -> result_set val bottom_up_run : Ata.t -> Tree.t -> Compile.text_query * string -> result_set + val grammar_run : Ata.t -> Grammar2.t -> unit -> result_set end module Make (U : ResJIT.S) : S with type result_set = U.NS.t