Function pomelo_parse::parse
source · pub fn parse(input: &str) -> SyntaxTreeExpand description
Lex and parse an input string.
Eventually, this can also apply validation passes
(currently, passes::apply_passes does nothing).
pub fn parse(input: &str) -> SyntaxTreeLex and parse an input string.
Eventually, this can also apply validation passes
(currently, passes::apply_passes does nothing).