Struct reform::structure::Program[][src]

pub struct Program {
    pub expressions: Vec<Expression>,
    pub statements: Vec<Statement>,
    pub procedures: Vec<Procedure>,
    pub var_info: VarInfo,
}

Fields

Methods

impl Program
[src]

Create a new Program from the parser output.

impl Program
[src]

Trait Implementations

impl Debug for Program
[src]

Formats the value using the given formatter. Read more

impl FromStr for Program
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Program

impl Sync for Program