DYCK_LANGUAGE

Constant DYCK_LANGUAGE 

Source
pub const DYCK_LANGUAGE: &str = "(::S= R= S\n)::S= R\n::S";
Expand description

The Dyck language or the language of balanced parentheses.