#include <stdlib.h>
#include <string.h>
#include "cpp_token.h"
#include "cc_token_list.h"
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
|