#include "cpp_token.h"
Classes | |
struct | _token_list |
saves tokens for later use More... | |
Functions | |
_token_list * | Token_List_Append (struct _token_list *tl, struct _token *t) |
append one token to the token list | |
_token_list * | Token_List_Shift (struct _token_list *tl, struct _token *t) |
take the first token from a token list | |
void | Token_List_Destroy (struct _token_list *tl) |
destroy a complete token list |
|
append one token to the token list
|
|
destroy a complete token list
|
|
take the first token from a token list
|