CompilerThe compiler
val lexical_error : 'a -> Zlocation.location -> 'bval syntax_error : Zlocation.location -> 'aval parse : ('a -> Lexing.lexbuf -> 'b) -> 'a -> string -> 'bval parse_implementation_file : string -> Zparsetree.implementation listval parse_interface_file : string -> Zparsetree.interface listval parse_scalar_interface_file : string -> Zparsetree.interface listval compile_interface :
(string -> Zparsetree.interface_desc Zparsetree.localized list) ->
string ->
string ->
string ->
unitval apply_with_close_out : (out_channel -> 'a) -> out_channel -> unit