package menhirLib

  1. Overview
  2. Docs

Module type TableFormat.TABLESSource

Sourcetype token
Sourceval token2terminal : token -> int
Sourceval error_terminal : int
Sourceval token2value : token -> Obj.t
Sourceval default_reduction : PackedIntArray.t
Sourceval error : int * string
Sourceval start : int
Sourceval semantic_action : ((int, Obj.t, token) EngineTypes.env -> (int, Obj.t) EngineTypes.stack) array
Sourceexception Error
Sourceval trace : (string array * string array) option