Struct static_analyser::parse::Parser [] [src]

pub struct Parser { /* fields omitted */ }

A parser for turning a stream of tokens into a Abstract Syntax Tree.

Methods

impl Parser
[src]

Create a new parser.

Trait Implementations

impl Debug for Parser
[src]

Formats the value using the given formatter.