Alien-SmokeQt
view release on metacpan or search on metacpan
generator/parser/tokens.cpp view on Meta::CPAN
"default",
"delete",
"do",
"double",
"dynamic_cast",
"ellipsis",
"else",
"emit",
"enum",
"eq",
"explicit",
"export",
"extern",
"false",
"float",
"for",
"friend",
"geq",
"goto",
"identifier",
"if",
"incr",
"inline",
"int",
"k_dcop",
"k_dcop_signals",
"leq",
"long",
"mutable",
"namespace",
"new",
"not",
"not_eq",
"number_literal",
"operator",
"or",
"or_eq",
"preproc",
"private",
"protected",
"ptrmem",
"public",
"register",
"reinterpret_cast",
"return",
"scope",
"shift",
"short",
"signals",
"signed",
"sizeof",
"size_t",
"slots",
"static",
"static_cast",
"string_literal",
"struct",
"switch",
"template",
"this",
"throw",
"true",
"try",
"typedef",
"typeid",
"typename",
"union",
"unsigned",
"using",
"virtual",
"void",
"volatile",
"wchar_t",
"while",
"whitespaces",
"xor",
"xor_eq"
};
static char const * const _S_token_texts[] = {
"K_DCOP",
"Q_OBJECT",
"__attribute__",
"__typeof",
"&&",
"&=",
">",
"asm",
"==",
"auto",
"&",
"|",
"bool",
"break",
"case",
"catch",
"char",
"char_literal",
"class",
"comment",
"~",
"concat",
"const",
"const_cast",
"continue",
"--",
"default",
"delete",
"do",
"double",
"dynamic_cast",
"...",
"else",
"emit",
"enum",
"==",
"explicit",
"export",
"extern",
"false",
"float",
"for",
"friend",
">=",
"goto",
"identifier",
"if",
"++",
"inline",
"int",
"k_dcop",
"k_dcop_signals",
"<=",
"long",
"mutable",
"namespace",
"new",
"!",
"!=",
"number_literal",
"operator",
"||",
"|=",
"preproc",
"private",
"protected",
"ptrmem",
"public",
"register",
"reinterpret_cast",
"return",
"::",
"shift",
"short",
"signals",
"signed",
"sizeof",
"size_t",
"slots",
"static",
"static_cast",
"string_literal",
"struct",
"switch",
"template",
"this",
"throw",
"true",
"try",
"typedef",
"typeid",
"typename",
"union",
"unsigned",
"using",
"virtual",
"void",
"volatile",
"wchar_t",
"while",
"whitespaces",
"^",
"^="
};
static char _S_printable[][2] = {
{ char(32), '\0' },
{ char(33), '\0' },
{ char(34), '\0' },
{ char(35), '\0' },
{ char(36), '\0' },
{ char(37), '\0' },
{ char(38), '\0' },
{ char(39), '\0' },
{ char(40), '\0' },
{ char(41), '\0' },
{ char(42), '\0' },
{ char(43), '\0' },
{ char(44), '\0' },
{ char(45), '\0' },
{ char(46), '\0' },
{ char(47), '\0' },
{ char(48), '\0' },
{ char(49), '\0' },
{ char(50), '\0' },
{ char(51), '\0' },
{ char(52), '\0' },
{ char(53), '\0' },
{ char(54), '\0' },
{ char(55), '\0' },
{ char(56), '\0' },
{ char(57), '\0' },
{ char(58), '\0' },
{ char(59), '\0' },
{ char(60), '\0' },
{ char(61), '\0' },
{ char(62), '\0' },
{ char(63), '\0' },
{ char(64), '\0' },
{ char(65), '\0' },
{ char(66), '\0' },
{ char(67), '\0' },
{ char(68), '\0' },
{ char(69), '\0' },
{ char(70), '\0' },
{ char(71), '\0' },
{ char(72), '\0' },
( run in 1.252 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )