Set up a second layer to the SGF parser #226
|
@ -407,6 +407,9 @@ impl TryFrom<&parser::Node> for MoveNode {
|
||||||
}
|
}
|
||||||
s.annotation = Some(*annotation)
|
s.annotation = Some(*annotation)
|
||||||
}
|
}
|
||||||
|
parser::Property::Territory(..) => {
|
||||||
|
eprintln!("not processing territory property");
|
||||||
|
}
|
||||||
parser::Property::Unknown(UnknownProperty { ident, value }) => {
|
parser::Property::Unknown(UnknownProperty { ident, value }) => {
|
||||||
s.unknown_props.push((ident.clone(), value.clone()));
|
s.unknown_props.push((ident.clone(), value.clone()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue