feat(interface-types) Split the interpreter into multiple modules/files.

This commit is contained in:
Ivan Enderlin
2019-09-26 14:14:46 +02:00
parent e509f97c2d
commit c042050497
18 changed files with 1222 additions and 1128 deletions

View File

@ -1,4 +1,4 @@
use crate::instructions::Instruction;
use crate::interpreter::Instruction;
use std::str;
#[derive(PartialEq, Debug)]