class Phlex::Compiler

def call

def call
	Visitors::File.new(self).visit(tree)
end