Module InspectionTableInterpreter.Make
Parameters
TT : TableFormat.TABLESIT : InspectionTableFormat.TABLES with type 'a lr1state = intET : EngineTypes.TABLE with type terminal = int and type nonterminal = int and type semantic_value = Stdlib.Obj.tE : sig ... end
Signature
include IncrementalEngine.SYMBOLS
type 'a lr1statetype productiontype item= production * int
val compare_terminals : _ terminal -> _ terminal -> intval compare_nonterminals : _ nonterminal -> _ nonterminal -> intval compare_symbols : xsymbol -> xsymbol -> intval compare_productions : production -> production -> intval compare_items : item -> item -> intval incoming_symbol : 'a lr1state -> 'a symbolval items : _ lr1state -> item listval lhs : production -> xsymbolval rhs : production -> xsymbol listval nullable : _ nonterminal -> boolval first : _ nonterminal -> _ terminal -> boolval xfirst : xsymbol -> _ terminal -> boolval foreach_terminal : (xsymbol -> 'a -> 'a) -> 'a -> 'aval foreach_terminal_but_error : (xsymbol -> 'a -> 'a) -> 'a -> 'a
val feed : 'a symbol -> IncrementalEngine.position -> 'a -> IncrementalEngine.position -> 'b env -> 'b env