Module TableInterpreter.MakeEngineTable
Parameters
Signature
val number : state -> int
type semantic_value = Obj.t
val foreach_terminal : (terminal -> 'a -> 'a) -> 'a -> 'a
val default_reduction :
state ->
('env -> production -> 'answer) ->
('env -> 'answer) ->
'env ->
'answer