pub const DISABLE_GRAMMAR_ENV: &str = "GGLIB_DISABLE_GRAMMAR";Expand description
Environment kill switch. Truthy values (case-insensitive 1, true,
yes, on) disable grammar origination entirely — the same contract as
GGLIB_DISABLE_MTP and GGLIB_DISABLE_CACHE_REUSE.