class Lit::Environment

Defined in:

lit/environment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(enclosing : Environment | Nil = nil) #

[View source]

Instance Method Detail

def assign(name, value) : Nil #

[View source]
def define(name, value) #

[View source]
def get(name : Token) #

[View source]
def values : Hash(String, Bool | Float64 | String | Nil) #

[View source]