ARB
Classes | Enumerations
aisc_parser.h File Reference
#include "aisc_token.h"
#include "aisc_location.h"
#include "aisc_inline.h"
#include <attributes.h>
Include dependency graph for aisc_parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Code
 
class  Parser
 

Enumerations

enum  CommandType {
  NO_COMMAND, CT_IF = 1, CT_ENDIF, CT_ELSE,
  CT_FOR, CT_NEXT, CT_ENDFOR, CT_ELSEIF,
  CT_FUNCTION, CT_LABEL, CT_OTHER_CMD
}
 

Enumeration Type Documentation

Enumerator
NO_COMMAND 
CT_IF 
CT_ENDIF 
CT_ELSE 
CT_FOR 
CT_NEXT 
CT_ENDFOR 
CT_ELSEIF 
CT_FUNCTION 
CT_LABEL 
CT_OTHER_CMD 

Definition at line 21 of file aisc_parser.h.