public DslToken(TokenMatch match) { TokenType = match.TokenType; Value = match.Value; Match = match; }