Parser_standard.Parse
val implementation : Lexing.lexbuf -> Parser_standard.Parsetree.structure
val interface : Lexing.lexbuf -> Parser_standard.Parsetree.signature
val toplevel_phrase :
Lexing.lexbuf ->
Parser_standard.Parsetree.toplevel_phrase
val use_file : Lexing.lexbuf -> Parser_standard.Parsetree.toplevel_phrase list
val core_type : Lexing.lexbuf -> Parser_standard.Parsetree.core_type
val expression : Lexing.lexbuf -> Parser_standard.Parsetree.expression
val pattern : Lexing.lexbuf -> Parser_standard.Parsetree.pattern
val module_type : Lexing.lexbuf -> Parser_standard.Parsetree.module_type
val module_expr : Lexing.lexbuf -> Parser_standard.Parsetree.module_expr
val longident : Lexing.lexbuf -> Ocaml_common.Longident.t
val val_ident : Lexing.lexbuf -> Ocaml_common.Longident.t
val constr_ident : Lexing.lexbuf -> Ocaml_common.Longident.t
val simple_module_path : Lexing.lexbuf -> Ocaml_common.Longident.t
val extended_module_path : Lexing.lexbuf -> Ocaml_common.Longident.t
val type_ident : Lexing.lexbuf -> Ocaml_common.Longident.t