31 #include "main/token.h" 34 #pragma GCC diagnostic ignored "-Wshadow" Token(Token *last, Symbol symbol, int pos)
Tokens are created by the Lexical Analyzer and provides an intermediate state for input consumed by t...
Token * GetLastToken() const
unsigned int AllocAndCopy(char **destination, const char *source)
Allocate memory and copy a string into the array.
Token(Token *last, Symbol symbol, const char *text, int pos)