Module INTERNAL.Dummy

Parser with dummy source locations, that can be fed directly with a list of tokens

module Tags : sig ... end
val parse_as : (('a -> Cobol_parser__.Grammar_tokens.token) -> Stdlib.Lexing.lexbuf -> 'b) -> Cobol_parser__.Grammar_tokens.token Stdlib.Seq.t -> 'b
val parse_list_as : (('a -> Cobol_parser__.Grammar_tokens.token) -> Stdlib.Lexing.lexbuf -> 'b) -> Cobol_parser__.Grammar_tokens.token list -> 'b