Also make risc compilers a linked lists

also via util::compiler_ist
leave collection as much in place as possible
(though collections and seperate block_compilers are about to go)
This commit is contained in:
2019-09-28 15:07:20 +03:00
parent 2eb9364283
commit 9f81d78767
10 changed files with 49 additions and 29 deletions

View File

@ -9,7 +9,7 @@ module Util
end
end
class TestComplierListOne < Minitest::Test
class TestCompilerListOne < Minitest::Test
def setup
@compiler = MethodCompiler.new(:one)
@ -27,7 +27,7 @@ module Util
assert_equal :one , @compiler.find_compiler{|c| c.name == :one}.name
end
end
class TestComplierListTwo < Minitest::Test
class TestCompilerListTwo < Minitest::Test
def setup
@compiler = MethodCompiler.new(:one)