More rename cleanp

This commit is contained in:
2019-10-03 21:07:55 +03:00
parent c43436f35a
commit aa9fc8bc81
57 changed files with 130 additions and 140 deletions

View File

@ -5,8 +5,8 @@ module Risc
class MethodCompiler < CallableCompiler
# Methods starts with a Label, both in risc and mom.
# Pass in the callable(method) and the mom label that the method starts with
# Methods starts with a Label, both in risc and slot.
# Pass in the callable(method) and the slot label that the method starts with
def initialize( method , slot_label)
super(method , slot_label)
end