@@ -9,28 +9,25 @@ string generateFixedLengthCases()
99
1010 string[] fixedLengthTokens = [
1111 "abstract", "alias", "align", "asm", "assert", "auto", "body", "bool",
12- "break", "byte", "case", "cast", "catch", "cdouble", "cent", "cfloat",
13- "char", "class", "const", "continue", "creal", "dchar", "debug",
14- "default", "delegate", "delete", "deprecated", "do", "double", "else",
15- "enum", "export", "extern", "false", "final", "finally", "float",
16- "for", "foreach", "foreach_reverse", "function", "goto", "idouble",
17- "if", "ifloat", "immutable", "import", "in", "inout", "int",
18- "interface", "invariant", "ireal", "is", "lazy", "long", "macro",
19- "mixin", "module", "new", "nothrow", "null", "out", "override",
20- "package", "pragma", "private", "protected", "public", "pure", "real",
21- "ref", "return", "scope", "shared", "short", "static", "struct",
22- "super", "switch", "synchronized", "template", "this", "throw", "true",
23- "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint",
24- "ulong", "union", "unittest", "ushort", "version", "void", "volatile",
25- "wchar", "while", "with", "__DATE__", "__EOF__", "__FILE__",
12+ "break", "byte", "case", "cast", "catch", "cdouble", "cent", "cfloat", "char", "class",
13+ "const", "continue", "creal", "dchar", "debug", "default", "delegate", "delete", "deprecated",
14+ "do", "double", "else", "enum", "export", "extern", "false", "final", "finally", "float",
15+ "for", "foreach", "foreach_reverse", "function", "goto", "idouble", "if", "ifloat", "immutable",
16+ "import", "in", "inout", "int", "interface", "invariant", "ireal", "is",
17+ "lazy", "long", "macro", "mixin", "module", "new", "nothrow", "null", "out", "override",
18+ "package", "pragma", "private", "protected", "public", "pure", "real", "ref", "return", "scope",
19+ "shared", "short", "static", "struct", "super", "switch", "synchronized", "template", "this",
20+ "throw", "true", "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint", "ulong",
21+ "union", "unittest", "ushort", "version", "void", "volatile", "wchar",
22+ "while", "with", "__DATE__", "__EOF__", "__FILE__",
2623 "__FUNCTION__", "__gshared", "__LINE__", "__MODULE__", "__parameters",
27- "__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__", "__traits",
28- "__vector", "__VENDOR__", "__VERSION__", ",", ".", "..", "...", "/ ",
29- "/ =", "!", "!<", "!<=", "!<>", "!<>=", "!=", "!>", "!>=", "$", "% ",
30- "% =", "&", "&&", "&=", "(", ")", "*", "*=", "+", "++", "+=", "- ",
31- "-- ", "-=", ":", ";", "<", "<<", "<<=", "<=", "<>", "<>=", "=", "= =",
32- "=>", ">", ">=", ">>", ">>=", ">>>", ">>>=", "?", "@", "[", "]", "^ ",
33- "^=", "^^", "^^=", "{", "|", "|=", "||", "}", "~", "~="
24+ "__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__",
25+ "__traits", " __vector", "__VENDOR__", "__VERSION__", ",", ".", "..",
26+ "...", "/", "/ =", "!", "!<", "!<=", "!<>", "!<>=", "!=", "!>", "!>=",
27+ "$", "%", "% =", "&", "&&", "&=", "(", ")", "*", "*=", "+", "++",
28+ "+=", "-", "-- ", "-=", ":", ";", "<", "<<", "<<=", "<=", "<>", "<>=",
29+ "=", "==", "= >", ">", ">=", ">>", ">>=", ">>>", ">>>=", "?", "@", "[",
30+ "]", "^", " ^=", "^^", "^^=", "{", "|", "|=", "||", "}", "~", "~="
3431 ];
3532
3633}
0 commit comments