package fmlib

  1. Overview
  2. Docs
type t = Fmlib_parse__Character.Make(Stdlib.Unit)(Final)(Stdlib.Unit).Parser.t
val needs_more : t -> bool
val has_ended : t -> bool
val has_succeeded : t -> bool
val has_failed_syntax : t -> bool
val has_failed_semantic : t -> bool
val position : t -> Position.t
val line : t -> int
val column : t -> int
val state : t -> Stdlib.Unit.t
val lookaheads : t -> char array * bool
val final : t -> Final.t
val failed_expectations : t -> (string * Indent.violation option) list
val failed_semantic : t -> Stdlib.Unit.t
val put : char -> t -> t
val put_end : t -> t
val run_on_string : string -> t -> t
OCaml

Innovation. Community. Security.