Functor Grammar.GMake


module GMake: 
functor (L : GLexerType) -> S with type te = L.te
Parameters:
L : GLexerType

type te 
type parsable 
val parsable : char Stream.t -> parsable
val tokens : string -> (string * int) list
val glexer : te Plexing.lexer
val set_algorithm : Grammar.parse_algorithm -> unit
module Entry: sig .. end
module Unsafe: sig .. end
val extend : 'a Entry.e ->
Gramext.position option ->
(string option * Gramext.g_assoc option *
(te Gramext.g_symbol list * Gramext.g_action) list)
list -> unit
val delete_rule : 'a Entry.e -> te Gramext.g_symbol list -> unit