Module GMake.GState

type t = {
estate : EState.t;
kwstate : L.keyword_state;
recover : bool;
has_non_assoc : bool;
}