pub fn parse_command(
tokens: &mut PeekableTokenStream<impl TokenStream>,
terminator: Option<Symbol>,
) -> Result<Invoke, ParseError>Expand description
Parses the stream of tokens into a command-expression.
pub fn parse_command(
tokens: &mut PeekableTokenStream<impl TokenStream>,
terminator: Option<Symbol>,
) -> Result<Invoke, ParseError>Parses the stream of tokens into a command-expression.