Ejemplo n.º 1
0
 public static GotoTable From(XDocument definition) =>
 new GotoTable(XmlDefinitionUtils.ExtractGoto(definition));
Ejemplo n.º 2
0
 public static ReduceTable From(XDocument definition) =>
 new ReduceTable(XmlDefinitionUtils.ExtractReduce(definition));