package ostap

  1. Overview
  2. Docs
val regexps : (Stdlib.String.t, Re.Str.regexp) Stdlib.Hashtbl.t
val p : int
val coord : Ostap.Msg.Coord.t
val skipper : int -> Ostap.Msg.Coord.t -> [ `Failed of Ostap.Msg.t | `Skipped of int * Ostap.Msg.Coord.t ]
val context : aux
method coord : Ostap.Msg.Coord.t
method line : int
method col : int
method skip : int -> Ostap.Msg.Coord.t -> [ `Failed of Ostap.Msg.t | `Skipped of int * Ostap.Msg.Coord.t ]
method pos : int
method str : Stdlib.String.t
method chrs : char list
method equal : 'a -> bool
method private changeSkip : (int -> Ostap.Msg.Coord.t -> [ `Failed of Ostap.Msg.t | `Skipped of int * Ostap.Msg.Coord.t ]) -> 'a
method private failed : 'b. Stdlib.String.t -> Ostap__Msg.Coord.t -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method private proceed : 'b. (int -> Ostap.Msg.Coord.t -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result) -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method prefix : int -> string
method regexp : 'b. Stdlib.String.t -> Stdlib.String.t -> ((string * Ostap.Msg.Coord.t) -> 'a -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result) -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method get : 'b. Stdlib.String.t -> Re.Str.regexp -> ((string * Ostap.Msg.Coord.t) -> 'a -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result) -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method look : 'b. Stdlib.String.t -> ((string * Ostap.Msg.Coord.t) -> 'a -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result) -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method getEOF : 'b. ((string * Ostap.Msg.Coord.t) -> 'a -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result) -> ('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method loc : Ostap.Msg.Locator.t
OCaml

Innovation. Community. Security.