#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | CHLLCode |
Outputs C code. More... | |
Enumerations | |
enum | PREC { PREC_NONE = 0, PREC_COMMA, PREC_ASSIGN, PREC_COND, PREC_LOG_OR, PREC_LOG_AND, PREC_BIT_IOR, PREC_BIT_XOR, PREC_BIT_AND, PREC_EQUAL, PREC_REL, PREC_BIT_SHIFT, PREC_ADD, PREC_MULT, PREC_PTR_MEM, PREC_UNARY, PREC_PRIM, PREC_SCOPE } |
Operator precedence. More... |
|
Operator precedence.
Definition at line 60 of file chllcode.h. |