Module INTERNAL.Grammar

type token
exception Error
val standalone_condition : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> (bool * Cobol_ptree__.Terms.expr Cobol_common.Srcloc.with_loc * Cobol_ptree__.Terms.abbrev_relation_operand Cobol_common.Srcloc.with_loc) Cobol_ptree__.Terms.cond Cobol_ptree.with_loc
val compilation_group : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cobol_ptree.compilation_group
module MenhirInterpreter : sig ... end
module Incremental : sig ... end