package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

module Dump : sig ... end
module Print : sig ... end
module Tools : sig ... end
val name : Structure.internal_entry -> string
val parse_tokens_after_filter : Structure.internal_entry -> Structure.token_stream -> 'a
val parse_tokens_before_filter : Structure.internal_entry -> (Structure.Token.t * Structure.Token.Loc.t) Stream.t -> 'a
val parse_string : Structure.internal_entry -> Structure.Loc.t -> string -> 'a
val of_parser : Structure.gram -> string -> ((Structure.Token.t * Structure.token_info) Stream.t -> 'a) -> 'a t
val clear : Structure.internal_entry -> unit
val obj : 'a -> 'a