Decaf Compiler
Public Attributes | List of all members
TokenQueue Struct Reference

Linked list of tokens. More...

#include <token.h>

Public Attributes

Tokenhead
 Front of list (or NULL if list is empty)
 
Tokentail
 Back of list (or NULL if list is empty)
 

Detailed Description

Linked list of tokens.

Allocate with TokenQueue_new and de-allocate with TokenQueue_free.

Methods:


The documentation for this struct was generated from the following file: