Up

module ReferenceInterpreter

: sig
#
val interpret : bool -> Grammar.Nonterminal.t -> (Lexing.lexbuf -> Grammar.Terminal.t) -> Lexing.lexbuf -> Cst.cst option
end