herdtools7.asllib
Parser.Make
module Config : ParserConfig.CONFIG
type token = Tokens.token
exception Error
val stmts : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> AST.stmt
val spec : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> AST.t
val opn : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> AST.t