Represent list/array of tokens.
You can find more information in comments below.
using Tokens = std::vector<TOKEN*>; // Array of tokens