Lex
module Error : sig ... end
Error is the error module for the lex module
Error
val parse : ?fname:string -> ?code:string -> unit -> Ast.Ast.code
parse will lex and parse the the code and returns the AST
parse