class Drizzle::AST::Program
Overview
A Program Node is the root of the entire program, and contains an array of statements.
Defined in:
drizzle/ast/program.crConstructors
Instance Method Summary
- #literal : String
-
#statements : Array(Drizzle::AST::Statement)
An array of statements that make up the program
- #to_s : String