Struct badger::grammar::Program [] [src]

pub struct Program {
    pub body: Vec<Statement>,
    // some fields omitted
}

Fields

Methods

impl Program
[src]

Trait Implementations

impl Debug for Program
[src]

Formats the value using the given formatter.

impl PartialEq for Program
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.