Example #1
0
 public LexToken(string str, LexKind kind, LexList list) : this(str, kind, list.CopyList(), list.Index)
 {
 }