extracting processor comonality before adding a third

This commit is contained in:
Torsten Ruger
2016-12-21 10:51:33 +02:00
parent cfa0c23373
commit 8b05951883
4 changed files with 16 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
require_relative "compiler/total_processor"
require_relative "compiler/type_collector"
require_relative "compiler/method_collector"
require_relative "compiler/ruby_method"