preparations for module data storage, remove broken tests (dyn trait can't implement PartialEq because ???)

This commit is contained in:
2020-09-26 20:13:41 +02:00
parent 44e7cd3a8f
commit ba0e3d0fd2
8 changed files with 41 additions and 352 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
use crsn::asm::data::{Rd, Wr};
use crsn::asm::error::{AsmError, Error};
use crsn::asm::instr::op::{AsmModule, OpTrait, ParseOpResult};
use crsn::asm::parse::parse_data::{parse_rd, parse_wr};
use crsn::sexp::Sexp;
use crsn::asm::error::{Error};
use crsn::asm::instr::op::{AsmModule, ParseOpResult};
use crate::defs::ArithOp;
use crsn::asm::parse::arg_parser::ArgParser;