Initial implementation of instruction set
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Automata\Machine;
|
||||
use Automata\NC;
|
||||
use Program\ProgramParser;
|
||||
|
||||
class ProgramLoader
|
||||
{
|
||||
public function loadPrograms(Machine $machine): void
|
||||
public function loadPrograms(NC $machine): void
|
||||
{
|
||||
$parser = new ProgramParser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user