Function pomelo_parse::parse

source ·
pub fn parse(input: &str) -> SyntaxTree
Expand description

Lex and parse an input string.

Eventually, this can also apply validation passes (currently, passes::apply_passes does nothing).