17#ifndef FRONTENDS_COMMON_CONSTANTPARSING_H_ 
   18#define FRONTENDS_COMMON_CONSTANTPARSING_H_ 
   20#include "lib/cstring.h" 
   70std::ostream &operator<<(std::ostream &out, 
const UnparsedConstant &constant);
 
Definition source_file.h:123
 
Definition constantParsing.h:63
 
bool hasWidth
The base in which the constant is expressed.
Definition constantParsing.h:67
 
unsigned base
An ignored prefix of the numeric constant (e.g. '0x').
Definition constantParsing.h:66
 
unsigned skip
Raw P4 text which was recognized as a numeric constant.
Definition constantParsing.h:65