package menhir

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type state
type token
type terminal
type semantic_value
val token2terminal : token -> terminal
val token2value : token -> semantic_value
val error_terminal : terminal
val error_value : semantic_value
type production
val default_reduction : state -> ('env -> production -> 'answer) -> ('env -> 'answer) -> 'env -> 'answer
val action : state -> terminal -> semantic_value -> ('env -> bool -> terminal -> semantic_value -> state -> 'answer) -> ('env -> production -> 'answer) -> ('env -> 'answer) -> 'env -> 'answer
val goto : state -> production -> state
exception Accept of semantic_value
exception Error
type semantic_action = (state, semantic_value, token) EngineTypes.env -> unit
val semantic_action : production -> semantic_action
val recovery : bool
module Log : sig ... end
OCaml

Innovation. Community. Security.