Module Gobba.Parsedriver

module I = Parser.MenhirInterpreter
val parse : Stdlib.Lexing.lexbuf -> Types.command list I.checkpoint -> Types.command list
val read_file : string -> Types.command list

Parse the contents from a file, using a given parser.

val read_one : string -> Types.command list