Struct whitespacers::Program [] [src]

pub struct Program { /* fields omitted */ }

This struct contains the internal representation of a whitespace program.

Methods

impl Program
[src]

Remove source location information from the program.

impl Program
[src]

Parse a program written in whitespace to a format suitable for execution.

Serialize the internal representation back into a whitespace program.

impl Program
[src]

Disassemble a program into a human-readable whitespace assembly.

Parse a program written in whitespace assembly into a program.

Trait Implementations

impl Debug for Program
[src]

Formats the value using the given formatter.

impl Clone for Program
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more