20 21 22 23
# File 'lib/micro_cisc.rb', line 20 def self.load(file_name) text = File.read(file_name) MicroCisc::Compile::Compiler.new(text) end