Struct rgo::parser::Parser [] [src]

pub struct Parser<R: Iterator<Item = TokenAndSpan>> { /* fields omitted */ }

Methods

impl<R: Iterator<Item = TokenAndSpan>> Parser<R>
[src]

Parse the tokens into a SourceFile (AST).