[][src]Trait gll_pg_core::GrammarSymbol

pub trait GrammarSymbol {
    fn is_eps(&self) -> bool;
}

A common trait that all symbols should impl, the symbols and impl are generated. You don't need to impl it in your code.

Required methods

fn is_eps(&self) -> bool

Loading content...

Implementors

Loading content...