예제 #1
0
 public DslToken(TokenMatch match)
 {
     TokenType = match.TokenType;
     Value     = match.Value;
     Match     = match;
 }