pub const DYCK_LANGUAGE: &str = "(::S= R= S\n)::S= R\n::S";Expand description
The Dyck language or the language of balanced parentheses.
pub const DYCK_LANGUAGE: &str = "(::S= R= S\n)::S= R\n::S";The Dyck language or the language of balanced parentheses.