示例#1
0
 public static GotoTable From(XDocument definition) =>
 new GotoTable(XmlDefinitionUtils.ExtractGoto(definition));
示例#2
0
 public static ReduceTable From(XDocument definition) =>
 new ReduceTable(XmlDefinitionUtils.ExtractReduce(definition));