Trait bobascript_parser::Parser[][src]

pub trait Parser<T> {
    fn parse_ast(input: &str) -> Result<T, SyntaxError>;
}

Required methods

Implementors