PUMA Library Reference Manual
|
#include <Puma/TokenProvider.h>
Provides information about a token as it is needed by the parser.
Especially the instantiation parser needs not only the token pointer but also the pointer to the syntax tree, in which the token is located.
Public Attributes | |
Token * | _token |
void * | _context |
void* Puma::TokenInfo::_context |
Token* Puma::TokenInfo::_token |