add morphisms to Msb-ContinuationBit Sequences
This commit is contained in:
parent
b88251b9c4
commit
4a5977ec8e
2 changed files with 44 additions and 8 deletions
src
|
@ -358,7 +358,8 @@ fn parser(
|
|||
fn main() {
|
||||
let mut type_dict = Arc::new(RwLock::new(BimapTypeDict::new()));
|
||||
let mut morphism_base = laddertypes::MorphismBase::<LdmcMorphism>::new(vec![
|
||||
type_dict.parse("Seq~<ValueTerminated '\\0'>").expect(""),
|
||||
//type_dict.parse("Seq~MsbCont").expect(""),
|
||||
//type_dict.parse("Seq~<ValueTerminated '\\0'>").expect(""),
|
||||
type_dict.parse("Seq~<LengthPrefix x86.UInt64>").expect("")
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue