Module Gramlib.Grammar

exception Error of string

Raised by parsers when the first component of a stream pattern is accepted, but one of the following components is rejected.

Functorial interface
type norec
type mayrec
module type S = sig ... end
module type ExtS = sig ... end
module GMake : functor (L : Plexing.S) -> ExtS with type keyword_state := L.keyword_state and type te := L.te and type 'c pattern := 'c L.pattern