package menhirLib

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

archive.tar.gz
md5=b8f83df02226419f99e49f1b637dcb11
sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84

doc/menhirLib/MenhirLib/InspectionTableInterpreter/index.html

Module MenhirLib.InspectionTableInterpreterSource

Sourcemodule Symbols (T : sig ... end) : IncrementalEngine.SYMBOLS with type 'a terminal := 'a T.terminal and type 'a nonterminal := 'a T.nonterminal
Sourcemodule Make (TT : TableFormat.TABLES) (IT : InspectionTableFormat.TABLES with type 'a lr1state = int) (ET : EngineTypes.TABLE with type terminal = int and type nonterminal = int and type semantic_value = Obj.t) (E : sig ... end) : IncrementalEngine.INSPECTION with type 'a terminal := 'a IT.terminal and type 'a nonterminal := 'a IT.nonterminal and type 'a lr1state := 'a IT.lr1state and type production := int and type 'a env := 'a E.env