Exemple #1
0
 //Adds a number token to the token list
 public void AddNumberToken()
 {
     tokens.Add(NumberToken.Create(currentNumber));
 }