This commit is contained in:
2019-12-01 12:09:24 +02:00
parent 308670b90c
commit 61b6496029
4 changed files with 9 additions and 18 deletions

View File

@ -1,10 +1,10 @@
module SlotMachine
# The Compiler/Collection for the SlotMachine level is a collection of SlotMachine level Method
# compilers These will transform to Risc MethodCompilers on the way down.
# The Compiler/Collection for the SlotMachine level is a collection of SlotMachine level
# Method compilers These will transform to Risc MethodCompilers on the way down.
#
# As RubyCompiler pools source at the sol level, when several classes are compiled
# from sol to slot, several SlotMachineCompilers get instantiated. They must be merged before
# proceeding with translate. Thus we have a append method.
# from sol to slot, several SlotMachineCompilers get instantiated. They must be merged
# before proceeding with translate. Thus we have a append method.
#
class SlotCollection
attr_reader :method_compilers