package menhirLib

  1. Overview
  2. Docs
Runtime support library for parsers generated by Menhir

Install

Dune Dependency

Authors

Maintainers

Sources

archive.tar.gz
md5=ca1047954bfe8c857425dc67eee46272
sha512=571e7de852a2ea7d1cbb27fb9fd0b716b6ba1f112d4aedf4548d41f907c9a9b74e1b557a26a7515c2a0e5407de6c2614cea17d51a088d845d4c6ceaec85a0ecb

doc/menhirLib/MenhirLib/ErrorReports/index.html

Module MenhirLib.ErrorReportsSource

Sourcetype 'a buffer
Sourceval wrap : (Lexing.lexbuf -> 'token) -> (Lexing.position * Lexing.position) buffer * (Lexing.lexbuf -> 'token)
Sourceval wrap_supplier : (unit -> 'token * Lexing.position * Lexing.position) -> (Lexing.position * Lexing.position) buffer * (unit -> 'token * Lexing.position * Lexing.position)
Sourceval show : ('a -> string) -> 'a buffer -> string
Sourceval last : 'a buffer -> 'a
Sourceval extract : string -> (Lexing.position * Lexing.position) -> string
Sourceval sanitize : string -> string
Sourceval compress : string -> string
Sourceval shorten : int -> string -> string
Sourceval expand : (int -> string) -> string -> string
OCaml

Innovation. Community. Security.