Skip to main content

parse

Function parse 

Source
pub fn parse<'s>(
    token_stream: impl TokenStream<'s>,
) -> (GreenNode, Vec<SyntaxError>)