class Myst::TypeCheck::ProgramExpander

Defined in:

typecheck/visitors/program_expander.cr

Instance Method Summary

Instance methods inherited from class Myst::TypeCheck::SemanticVisitor

env : Environment env, env=(env : Environment) env=, visit(node : Node) visit

Constructor methods inherited from class Myst::TypeCheck::SemanticVisitor

new(env : Environment) new

Instance Method Detail

def loaded_files : Hash(String, Bool) #

A Hash of entries indicating files that have already been loaded. Entries in this Hash should always be absolute paths to avoid ambiguity between relative paths that resolve to the same file.


[View source]
def loaded_files=(loaded_files : Hash(String, Bool)) #

A Hash of entries indicating files that have already been loaded. Entries in this Hash should always be absolute paths to avoid ambiguity between relative paths that resolve to the same file.


[View source]
def visit(node : Require) #

[View source]