package fmlib

  1. Overview
  2. Docs

Module CP.ParserSource

Sourcetype t
Sourceval needs_more : t -> bool
Sourceval has_ended : t -> bool
Sourceval has_succeeded : t -> bool
Sourceval has_failed_syntax : t -> bool
Sourceval has_failed_semantic : t -> bool
Sourceval position : t -> Position.t
Sourceval line : t -> int
Sourceval column : t -> int
Sourceval state : t -> Unit.t
Sourceval lookaheads : t -> char array * bool
Sourceval final : t -> Char.t
Sourceval failed_expectations : t -> (string * Indent.violation option) list
Sourceval failed_semantic : t -> Unit.t
Sourceval put : char -> t -> t
Sourceval put_end : t -> t
Sourceval run_on_string : string -> t -> t
OCaml

Innovation. Community. Security.