class Ast::Program

Defined in:

ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Constructor Detail

def self.new(statements : Array(Statement)) #

[View source]

Instance Method Detail

def statements : Array(Ast::Statement) #

[View source]
def to_s(io) #

[View source]
def token_literal : String #

[View source]