package ocaml-base-compiler

  1. Overview
  2. Docs
type token
val token2terminal : token -> int
val error_terminal : int
val token2value : token -> Obj.t
val default_reduction : PackedIntArray.t
val error : int * string
val start : int
val semantic_action : ((int, Obj.t, token) EngineTypes.env -> (int, Obj.t) EngineTypes.stack) array
exception Error
val trace : (string array * string array) option