Torsten Rüger
8cac5c064d
Since we already have Macros. Macros are nothing more than a list of SlotMachine Instructions. This is what we are aiming to create (which is also what is created in Sol .to_slot) So the idea came to slot the MacroMaker in there after its done
9 lines
123 B
Ruby
9 lines
123 B
Ruby
require_relative "helper"
|
|
|
|
module SlotLanguage
|
|
class TestSlotCompiler < MiniTest::Test
|
|
include SlotHelper
|
|
|
|
end
|
|
end
|