Module INTERNAL.Grammar

type token
exception Error
val standalone_condition : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> [ Cobol_ptree__.Terms.simple_ | Cobol_ptree__.Terms.complex_ ] Cobol_ptree__.Terms.cond
val compilation_group : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cobol_ptree.compilation_group
module MenhirInterpreter : sig ... end
module Incremental : sig ... end