package morbig

  1. Overview
  2. Docs
module type Lexer = sig ... end
val recognize_word_if_relevant : 'a Parser.MenhirInterpreter.checkpoint -> (Parser.MenhirInterpreter.token * MenhirLib.IncrementalEngine.position * MenhirLib.IncrementalEngine.position) -> bool
module Lexer (U : sig ... end) : Lexer
val parse : bool -> PrelexerState.prelexer_state -> Stdlib.Lexing.lexbuf -> CST.program CST.located
val close_knot : unit
OCaml

Innovation. Community. Security.