Beispiel #1
0
 /// <summary>
 /// Extract all of the information from a Prefix non-terminal
 /// </summary>
 public static PrefixInfo GetPrefixInfo(this ParseTreeNode prefix) => PrefixInfo.From(prefix);