package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val level_number : Structure.internal_entry -> string -> int
val strict_parsing : bool ref
val strict_parsing_warning : bool ref
val parser_of_tree : Structure.internal_entry -> int -> int -> Structure.tree -> Structure.efun
val parser_of_symbol : Structure.internal_entry -> int -> Structure.symbol -> Structure.efun
val start_parser_of_levels : Structure.internal_entry -> int -> Structure.level list -> int -> Structure.efun
val start_parser_of_entry : Structure.internal_entry -> int -> Structure.efun
val continue_parser_of_levels : Structure.internal_entry -> int -> Structure.level list -> int -> Structure.Loc.t -> 'a -> Structure.efun
val continue_parser_of_entry : Structure.internal_entry -> int -> Structure.Loc.t -> Structure.Action.t -> Structure.efun