Module Parser_util


module Parser_util: sig .. end
Routines to parse a file
Author(s): Tony BenBrahim < tony.benbrahim at gmail.com >

val parse : Pervasives.in_channel -> string -> Ast.statement
Parse a channel
Returns the parse AST
name : the name to use in error reporting
val parse_filename : string -> Ast.statement
Parse a filename
Returns the parse AST
filename : to parse