|
My Project
|
Consts used in the non semantic, raw parsing of the eclipse file. More...
Classes | |
| struct | is_quote |
| struct | is_separator |
Variables | |
| const char | slash = '/' |
| const char | quote = '\'' |
| const std::string | include = "INCLUDE" |
| const std::string | end = "END" |
| const std::string | endinclude = "ENDINC" |
| const std::string | paths = "PATHS" |
| const std::string | pyinput = "PYINPUT" |
| const unsigned int | maxKeywordLength = 8 |
| constexpr bool | sep_table [128] |
| constexpr bool | q_table [128] |
Consts used in the non semantic, raw parsing of the eclipse file.
|
constexpr |
|
constexpr |