package links

  1. Overview
  2. Docs

Parameters

module Lex : LexerSig

Signature

val read : context:Lex.lexer_context -> ?nlhook:(unit -> unit) -> parse:'result Lex.grammar -> infun:(bytes -> int -> int) -> name:string -> unit -> 'result * position_context
val normalize_context : Lex.lexer_context option -> Lex.lexer_context