Up
module
TableInterpreter
:
sig
#
exception
Accept
of
Obj
.
t
#
module
Make :
functor
(T : TableFormat.TABLES)
->
EngineTypes.ENGINE
with
type
state = int
and
type
token =
T
.token
and
type
semantic_value =
Obj
.
t
end