From 6eaeb932d36d8d9a9242d38ba264fa0dcb9f8922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9F=D0=BE=D0=B3=D0=BE=D1=80=D0=B5=D0=BB=D0=BE=D0=B2?= Date: Wed, 13 Mar 2019 10:54:24 +0300 Subject: [PATCH] Matching const deconstructor parameter. --- .../PascalABCParserNewSaushkin/ABCPascal.cs | 2016 +++---- .../PascalABCParserNewSaushkin/ABCPascal.lex | 1 + .../PascalABCParserNewSaushkin/ABCPascal.y | 41 +- .../ABCPascalYacc.cs | 4797 +++++++++-------- SyntaxTree/tree/AbstractVisitor.cs | 10 + SyntaxTree/tree/HierarchyVisitor.cs | 31 + SyntaxTree/tree/SyntaxTreeStreamReader.cs | 27 + SyntaxTree/tree/SyntaxTreeStreamWriter.cs | 33 + SyntaxTree/tree/Tree.cs | 241 + SyntaxTree/tree/Visitor.cs | 12 + SyntaxTree/tree/tree.xml | 36 +- .../PatternsDesugaringVisitor.cs | 70 +- 12 files changed, 3922 insertions(+), 3393 deletions(-) diff --git a/Parsers/PascalABCParserNewSaushkin/ABCPascal.cs b/Parsers/PascalABCParserNewSaushkin/ABCPascal.cs index 1634d48bf..5ab04e296 100644 --- a/Parsers/PascalABCParserNewSaushkin/ABCPascal.cs +++ b/Parsers/PascalABCParserNewSaushkin/ABCPascal.cs @@ -2,7 +2,7 @@ // This CSharp output file generated by Gardens Point LEX // Version: 1.1.3.301 // Machine: DESKTOP-IF20NRO -// DateTime: 1/27/2019 3:56:43 PM +// DateTime: 3/13/2019 10:42:00 AM // UserName: FatCow // GPLEX input file // GPLEX frame file @@ -124,8 +124,8 @@ namespace GPPGParserScanner enum Result {accept, noMatch, contextFound}; - const int maxAccept = 66; - const int initial = 67; + const int maxAccept = 67; + const int initial = 68; const int eofNum = 0; const int goStart = -1; const int INITIAL = 0; @@ -177,814 +177,814 @@ public PT parsertools; } }; - static int[] startState = new int[] {67, 102, 103, 104, 104, 105, + static int[] startState = new int[] {68, 103, 104, 105, 105, 106, 0}; #region TwoLevelCharacterMap // - // There are 48 equivalence classes + // There are 49 equivalence classes // There are 256 character sequence regions // There are 47 tables, 12032 entries // static sbyte[] mLo0 = new sbyte[256] { -/* '\0' */ 47, 40, 47, 47, 47, 47, 47, 47, 47, 5, 0, 47, 47, 6, 47, 47, -/* '\x10' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\x20' */ 5, 25, 47, 46, 4, 47, 10, 45, 7, 9, 8, 20, 11, 21, 13, 1, -/* '0' */ 42, 42, 27, 42, 42, 42, 42, 42, 42, 26, 12, 14, 23, 19, 22, 17, -/* '@' */ 18, 43, 43, 43, 43, 44, 43, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* 'P' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 15, 47, 16, 24, 41, -/* '`' */ 47, 37, 43, 43, 43, 28, 43, 41, 41, 33, 41, 41, 41, 38, 35, 34, -/* 'p' */ 30, 41, 31, 32, 36, 41, 41, 41, 29, 39, 41, 3, 47, 2, 47, 47, -/* '\x80' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\x90' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\xA0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 47, 47, 47, 47, 47, -/* '\xB0' */ 47, 47, 47, 47, 47, 41, 47, 47, 47, 47, 41, 47, 47, 47, 47, 47, -/* '\xC0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\xD0' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\xE0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\xF0' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\0' */ 48, 41, 48, 48, 48, 48, 48, 48, 48, 5, 0, 48, 48, 6, 48, 48, +/* '\x10' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\x20' */ 5, 26, 48, 47, 4, 48, 10, 46, 7, 9, 8, 21, 11, 22, 13, 1, +/* '0' */ 43, 43, 28, 43, 43, 43, 43, 43, 43, 27, 12, 14, 24, 20, 23, 17, +/* '@' */ 19, 44, 44, 44, 44, 45, 44, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* 'P' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 15, 48, 16, 25, 18, +/* '`' */ 48, 38, 44, 44, 44, 29, 44, 42, 42, 34, 42, 42, 42, 39, 36, 35, +/* 'p' */ 31, 42, 32, 33, 37, 42, 42, 42, 30, 40, 42, 3, 48, 2, 48, 48, +/* '\x80' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\x90' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\xA0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 48, 48, 48, 48, 48, +/* '\xB0' */ 48, 48, 48, 48, 48, 42, 48, 48, 48, 48, 42, 48, 48, 48, 48, 48, +/* '\xC0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\xD0' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\xE0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\xF0' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo1 = new sbyte[256] { -/* '\u0100' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0110' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0120' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0130' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0140' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0150' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0160' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0170' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0180' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0190' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u01A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u01B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u01C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u01D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u01E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u01F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\u0100' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0110' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0120' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0130' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0140' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0150' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0160' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0170' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0180' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0190' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u01A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u01B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u01C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u01D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u01E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u01F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo2 = new sbyte[256] { -/* '\u0200' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0210' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0220' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0230' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0240' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0250' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0260' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0270' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0280' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0290' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u02A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u02B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u02C0' */ 41, 41, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u02D0' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u02E0' */ 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 47, -/* '\u02F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0200' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0210' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0220' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0230' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0240' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0250' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0260' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0270' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0280' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0290' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u02A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u02B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u02C0' */ 42, 42, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u02D0' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u02E0' */ 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 48, +/* '\u02F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo3 = new sbyte[256] { -/* '\u0300' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0310' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0320' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0330' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0340' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0350' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0360' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0370' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 47, 47, -/* '\u0380' */ 47, 47, 47, 47, 47, 47, 41, 47, 41, 41, 41, 47, 41, 47, 41, 41, -/* '\u0390' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u03A0' */ 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u03B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u03C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u03D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u03E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u03F0' */ 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\u0300' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0310' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0320' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0330' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0340' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0350' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0360' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0370' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 48, 48, +/* '\u0380' */ 48, 48, 48, 48, 48, 48, 42, 48, 42, 42, 42, 48, 42, 48, 42, 42, +/* '\u0390' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u03A0' */ 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u03B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u03C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u03D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u03E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u03F0' */ 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo4 = new sbyte[256] { -/* '\u0400' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0410' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0420' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0430' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0440' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0450' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0460' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0470' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0480' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, -/* '\u0490' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u04A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u04B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u04C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u04D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u04E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u04F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\u0400' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0410' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0420' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0430' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0440' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0450' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0460' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0470' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0480' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, +/* '\u0490' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u04A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u04B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u04C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u04D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u04E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u04F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo5 = new sbyte[256] { -/* '\u0500' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0510' */ 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0520' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0530' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0540' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0550' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 41, 47, 47, 47, 47, 47, 47, -/* '\u0560' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0570' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0580' */ 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0590' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u05A0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u05B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u05C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u05D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u05E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u05F0' */ 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0500' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0510' */ 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0520' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0530' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0540' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0550' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 42, 48, 48, 48, 48, 48, 48, +/* '\u0560' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0570' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0580' */ 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0590' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u05A0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u05B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u05C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u05D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u05E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u05F0' */ 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo6 = new sbyte[256] { -/* '\u0600' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0610' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0620' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0630' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u0640' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u0650' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0660' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, -/* '\u0670' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0680' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0690' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u06A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u06B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u06C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u06D0' */ 41, 41, 41, 41, 47, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u06E0' */ 47, 47, 47, 47, 47, 41, 41, 47, 47, 47, 47, 47, 47, 47, 41, 41, -/* '\u06F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 47, 47, 41 }; +/* '\u0600' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0610' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0620' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0630' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u0640' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u0650' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0660' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, +/* '\u0670' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0680' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0690' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u06A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u06B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u06C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u06D0' */ 42, 42, 42, 42, 48, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u06E0' */ 48, 48, 48, 48, 48, 42, 42, 48, 48, 48, 48, 48, 48, 48, 42, 42, +/* '\u06F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 48, 48, 42 }; static sbyte[] mLo7 = new sbyte[256] { -/* '\u0700' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0710' */ 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0720' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0730' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0740' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, -/* '\u0750' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0760' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\u0770' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0780' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0790' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u07A0' */ 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u07B0' */ 47, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u07C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, -/* '\u07D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u07E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u07F0' */ 47, 47, 47, 47, 41, 41, 47, 47, 47, 47, 41, 47, 47, 47, 47, 47 }; +/* '\u0700' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0710' */ 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0720' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0730' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0740' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, +/* '\u0750' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0760' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\u0770' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0780' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0790' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u07A0' */ 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u07B0' */ 48, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u07C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, +/* '\u07D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u07E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u07F0' */ 48, 48, 48, 48, 42, 42, 48, 48, 48, 48, 42, 48, 48, 48, 48, 48 }; static sbyte[] mLo8 = new sbyte[256] { -/* '\u0800' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0810' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0820' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0830' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0840' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0850' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0860' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0870' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0880' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0890' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u08A0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u08B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u08C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u08D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u08E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u08F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0800' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0810' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0820' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0830' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0840' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0850' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0860' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0870' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0880' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0890' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u08A0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u08B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u08C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u08D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u08E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u08F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo9 = new sbyte[256] { -/* '\u0900' */ 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0910' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0920' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0930' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 41, 47, 47, -/* '\u0940' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0950' */ 41, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0960' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0970' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, -/* '\u0980' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 41, -/* '\u0990' */ 41, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u09A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\u09B0' */ 41, 47, 41, 47, 47, 47, 41, 41, 41, 41, 47, 47, 47, 41, 47, 47, -/* '\u09C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 47, -/* '\u09D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 47, 41, -/* '\u09E0' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u09F0' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0900' */ 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0910' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0920' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0930' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 42, 48, 48, +/* '\u0940' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0950' */ 42, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0960' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0970' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, +/* '\u0980' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 42, +/* '\u0990' */ 42, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u09A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\u09B0' */ 42, 48, 42, 48, 48, 48, 42, 42, 42, 42, 48, 48, 48, 42, 48, 48, +/* '\u09C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 48, +/* '\u09D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 48, 42, +/* '\u09E0' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u09F0' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo10 = new sbyte[256] { -/* '\u0A00' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 41, -/* '\u0A10' */ 41, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0A20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\u0A30' */ 41, 47, 41, 41, 47, 41, 41, 47, 41, 41, 47, 47, 47, 47, 47, 47, -/* '\u0A40' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0A50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 47, 41, 47, -/* '\u0A60' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0A70' */ 47, 47, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0A80' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, -/* '\u0A90' */ 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0AA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\u0AB0' */ 41, 47, 41, 41, 47, 41, 41, 41, 41, 41, 47, 47, 47, 41, 47, 47, -/* '\u0AC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0AD0' */ 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0AE0' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0AF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0A00' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 42, +/* '\u0A10' */ 42, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0A20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\u0A30' */ 42, 48, 42, 42, 48, 42, 42, 48, 42, 42, 48, 48, 48, 48, 48, 48, +/* '\u0A40' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0A50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 48, 42, 48, +/* '\u0A60' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0A70' */ 48, 48, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0A80' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, +/* '\u0A90' */ 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0AA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\u0AB0' */ 42, 48, 42, 42, 48, 42, 42, 42, 42, 42, 48, 48, 48, 42, 48, 48, +/* '\u0AC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0AD0' */ 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0AE0' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0AF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo11 = new sbyte[256] { -/* '\u0B00' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 41, -/* '\u0B10' */ 41, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0B20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\u0B30' */ 41, 47, 41, 41, 47, 41, 41, 41, 41, 41, 47, 47, 47, 41, 47, 47, -/* '\u0B40' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0B50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 47, 41, -/* '\u0B60' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0B70' */ 47, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0B80' */ 47, 47, 47, 41, 47, 41, 41, 41, 41, 41, 41, 47, 47, 47, 41, 41, -/* '\u0B90' */ 41, 47, 41, 41, 41, 41, 47, 47, 47, 41, 41, 47, 41, 47, 41, 41, -/* '\u0BA0' */ 47, 47, 47, 41, 41, 47, 47, 47, 41, 41, 41, 47, 47, 47, 41, 41, -/* '\u0BB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, -/* '\u0BC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0BD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0BE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0BF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0B00' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 42, +/* '\u0B10' */ 42, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0B20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\u0B30' */ 42, 48, 42, 42, 48, 42, 42, 42, 42, 42, 48, 48, 48, 42, 48, 48, +/* '\u0B40' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0B50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 48, 42, +/* '\u0B60' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0B70' */ 48, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0B80' */ 48, 48, 48, 42, 48, 42, 42, 42, 42, 42, 42, 48, 48, 48, 42, 42, +/* '\u0B90' */ 42, 48, 42, 42, 42, 42, 48, 48, 48, 42, 42, 48, 42, 48, 42, 42, +/* '\u0BA0' */ 48, 48, 48, 42, 42, 48, 48, 48, 42, 42, 42, 48, 48, 48, 42, 42, +/* '\u0BB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, +/* '\u0BC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0BD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0BE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0BF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo12 = new sbyte[256] { -/* '\u0C00' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\u0C10' */ 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0C20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\u0C30' */ 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, -/* '\u0C40' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0C50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0C60' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0C70' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0C80' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\u0C90' */ 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0CA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\u0CB0' */ 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 47, 47, 47, 41, 47, 47, -/* '\u0CC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0CD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 47, -/* '\u0CE0' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0CF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0C00' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\u0C10' */ 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0C20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\u0C30' */ 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, +/* '\u0C40' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0C50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0C60' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0C70' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0C80' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\u0C90' */ 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0CA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\u0CB0' */ 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 48, 48, 48, 42, 48, 48, +/* '\u0CC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0CD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 48, +/* '\u0CE0' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0CF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo13 = new sbyte[256] { -/* '\u0D00' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\u0D10' */ 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0D20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\u0D30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, -/* '\u0D40' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0D50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0D60' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0D70' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0D80' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0D90' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 41, 41, 41, 41, 41, 41, -/* '\u0DA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0DB0' */ 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 47, 47, -/* '\u0DC0' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0DD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0DE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0DF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0D00' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\u0D10' */ 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0D20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\u0D30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, +/* '\u0D40' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0D50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0D60' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0D70' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0D80' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0D90' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 42, 42, 42, 42, 42, 42, +/* '\u0DA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0DB0' */ 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 48, 48, +/* '\u0DC0' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0DD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0DE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0DF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo14 = new sbyte[256] { -/* '\u0E00' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0E10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0E20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0E30' */ 41, 47, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0E40' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0E50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0E60' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0E70' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0E80' */ 47, 41, 41, 47, 41, 47, 47, 41, 41, 47, 41, 47, 47, 41, 47, 47, -/* '\u0E90' */ 47, 47, 47, 47, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, -/* '\u0EA0' */ 47, 41, 41, 41, 47, 41, 47, 41, 47, 47, 41, 41, 47, 41, 41, 41, -/* '\u0EB0' */ 41, 47, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 47, 47, -/* '\u0EC0' */ 41, 41, 41, 41, 41, 47, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0ED0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 47, 47, -/* '\u0EE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0EF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0E00' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0E10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0E20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0E30' */ 42, 48, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0E40' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0E50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0E60' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0E70' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0E80' */ 48, 42, 42, 48, 42, 48, 48, 42, 42, 48, 42, 48, 48, 42, 48, 48, +/* '\u0E90' */ 48, 48, 48, 48, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, +/* '\u0EA0' */ 48, 42, 42, 42, 48, 42, 48, 42, 48, 48, 42, 42, 48, 42, 42, 42, +/* '\u0EB0' */ 42, 48, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 48, 48, +/* '\u0EC0' */ 42, 42, 42, 42, 42, 48, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0ED0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 48, 48, +/* '\u0EE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0EF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo15 = new sbyte[256] { -/* '\u0F00' */ 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0F10' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0F20' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0F30' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0F40' */ 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, -/* '\u0F50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u0F60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u0F70' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0F80' */ 47, 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 47, 47, 47, 47, -/* '\u0F90' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0FA0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0FB0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0FC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0FD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0FE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u0FF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u0F00' */ 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0F10' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0F20' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0F30' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0F40' */ 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, +/* '\u0F50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u0F60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u0F70' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0F80' */ 48, 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 48, 48, 48, 48, +/* '\u0F90' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0FA0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0FB0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0FC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0FD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0FE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u0FF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo16 = new sbyte[256] { -/* '\u1000' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1010' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1020' */ 41, 41, 47, 41, 41, 41, 41, 41, 47, 41, 41, 47, 47, 47, 47, 47, -/* '\u1030' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1040' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1050' */ 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1060' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1070' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1080' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1090' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u10A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u10B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u10C0' */ 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u10D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u10E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u10F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 47, 47, 47 }; +/* '\u1000' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1010' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1020' */ 42, 42, 48, 42, 42, 42, 42, 42, 48, 42, 42, 48, 48, 48, 48, 48, +/* '\u1030' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1040' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1050' */ 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1060' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1070' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1080' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1090' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u10A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u10B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u10C0' */ 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u10D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u10E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u10F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 48, 48, 48 }; static sbyte[] mLo17 = new sbyte[256] { -/* '\u1100' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1110' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1120' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1130' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1140' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1150' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 41, -/* '\u1160' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1170' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1180' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1190' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u11A0' */ 41, 41, 41, 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u11B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u11C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u11D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u11E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u11F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47 }; +/* '\u1100' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1110' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1120' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1130' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1140' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1150' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 42, +/* '\u1160' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1170' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1180' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1190' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u11A0' */ 42, 42, 42, 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u11B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u11C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u11D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u11E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u11F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo18 = new sbyte[256] { -/* '\u1200' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1210' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1220' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1230' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1240' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 47, 47, -/* '\u1250' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 47, 41, 41, 41, 41, 47, 47, -/* '\u1260' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1270' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1280' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 47, 47, -/* '\u1290' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u12A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u12B0' */ 41, 47, 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u12C0' */ 41, 47, 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u12D0' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u12E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u12F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\u1200' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1210' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1220' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1230' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1240' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 48, 48, +/* '\u1250' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 48, 42, 42, 42, 42, 48, 48, +/* '\u1260' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1270' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1280' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 48, 48, +/* '\u1290' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u12A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u12B0' */ 42, 48, 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u12C0' */ 42, 48, 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u12D0' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u12E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u12F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo19 = new sbyte[256] { -/* '\u1300' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1310' */ 41, 47, 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1320' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1330' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1340' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1350' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u1360' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1370' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1380' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1390' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u13A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u13B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u13C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u13D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u13E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u13F0' */ 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1300' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1310' */ 42, 48, 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1320' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1330' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1340' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1350' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u1360' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1370' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1380' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1390' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u13A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u13B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u13C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u13D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u13E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u13F0' */ 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo20 = new sbyte[256] { -/* '\u1400' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1410' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1420' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1430' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1440' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1450' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1460' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1470' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1480' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1490' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u14A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u14B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u14C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u14D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u14E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u14F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\u1400' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1410' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1420' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1430' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1440' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1450' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1460' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1470' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1480' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1490' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u14A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u14B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u14C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u14D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u14E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u14F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo22 = new sbyte[256] { -/* '\u1600' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1610' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1620' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1630' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1640' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1650' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1660' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 41, -/* '\u1670' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1680' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1690' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u16A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u16B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u16C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u16D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u16E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\u16F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1600' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1610' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1620' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1630' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1640' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1650' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1660' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 42, +/* '\u1670' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1680' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1690' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u16A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u16B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u16C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u16D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u16E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\u16F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo23 = new sbyte[256] { -/* '\u1700' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\u1710' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1720' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1730' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1740' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1750' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1760' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\u1770' */ 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1780' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1790' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u17A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u17B0' */ 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u17C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u17D0' */ 47, 47, 47, 47, 47, 47, 47, 41, 47, 47, 47, 47, 41, 47, 47, 47, -/* '\u17E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u17F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1700' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\u1710' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1720' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1730' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1740' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1750' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1760' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\u1770' */ 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1780' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1790' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u17A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u17B0' */ 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u17C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u17D0' */ 48, 48, 48, 48, 48, 48, 48, 42, 48, 48, 48, 48, 42, 48, 48, 48, +/* '\u17E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u17F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo24 = new sbyte[256] { -/* '\u1800' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1810' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1820' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1830' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1840' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1850' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1860' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1870' */ 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1880' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1890' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u18A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, -/* '\u18B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u18C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u18D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u18E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u18F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1800' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1810' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1820' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1830' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1840' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1850' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1860' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1870' */ 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1880' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1890' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u18A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, +/* '\u18B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u18C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u18D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u18E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u18F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo25 = new sbyte[256] { -/* '\u1900' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1910' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, -/* '\u1920' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1930' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1940' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1950' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1960' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\u1970' */ 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1980' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1990' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u19A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, -/* '\u19B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u19C0' */ 47, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u19D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u19E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u19F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1900' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1910' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, +/* '\u1920' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1930' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1940' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1950' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1960' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\u1970' */ 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1980' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1990' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u19A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, +/* '\u19B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u19C0' */ 48, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u19D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u19E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u19F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo26 = new sbyte[256] { -/* '\u1A00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1A10' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A20' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A30' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A40' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A60' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A70' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A80' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1A90' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1AA0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1AB0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1AC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1AD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1AE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1AF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1A00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1A10' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A20' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A30' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A40' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A60' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A70' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A80' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1A90' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1AA0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1AB0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1AC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1AD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1AE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1AF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo27 = new sbyte[256] { -/* '\u1B00' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1B10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1B20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1B30' */ 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1B40' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, -/* '\u1B50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1B60' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1B70' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1B80' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1B90' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1BA0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1BB0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1BC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1BD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1BE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1BF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1B00' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1B10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1B20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1B30' */ 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1B40' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, +/* '\u1B50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1B60' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1B70' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1B80' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1B90' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1BA0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1BB0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1BC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1BD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1BE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1BF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo29 = new sbyte[256] { -/* '\u1D00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D40' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1D90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1DA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1DB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1DC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1DD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1DE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u1DF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u1D00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D40' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1D90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1DA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1DB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1DC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1DD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1DE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u1DF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo30 = new sbyte[256] { -/* '\u1E00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E40' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1E90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, -/* '\u1EA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1EB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1EC0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1ED0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1EE0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1EF0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47 }; +/* '\u1E00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E40' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1E90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, +/* '\u1EA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1EB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1EC0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1ED0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1EE0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1EF0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo31 = new sbyte[256] { -/* '\u1F00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1F10' */ 41, 41, 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\u1F20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1F30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1F40' */ 41, 41, 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\u1F50' */ 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 47, 41, 47, 41, 47, 41, -/* '\u1F60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1F70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\u1F80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1F90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1FA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u1FB0' */ 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, 41, 47, -/* '\u1FC0' */ 47, 47, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, -/* '\u1FD0' */ 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, -/* '\u1FE0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, -/* '\u1FF0' */ 47, 47, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47 }; +/* '\u1F00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1F10' */ 42, 42, 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\u1F20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1F30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1F40' */ 42, 42, 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\u1F50' */ 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 48, 42, 48, 42, 48, 42, +/* '\u1F60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1F70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\u1F80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1F90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1FA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u1FB0' */ 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, 42, 48, +/* '\u1FC0' */ 48, 48, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, +/* '\u1FD0' */ 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, +/* '\u1FE0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, +/* '\u1FF0' */ 48, 48, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48 }; static sbyte[] mLo32 = new sbyte[256] { -/* '\u2000' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2010' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2020' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2030' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2040' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2050' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2060' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2070' */ 47, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, -/* '\u2080' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2090' */ 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u20A0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u20B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u20C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u20D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u20E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u20F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u2000' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2010' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2020' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2030' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2040' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2050' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2060' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2070' */ 48, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, +/* '\u2080' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2090' */ 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u20A0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u20B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u20C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u20D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u20E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u20F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo33 = new sbyte[256] { -/* '\u2100' */ 47, 47, 41, 47, 47, 47, 47, 41, 47, 47, 41, 41, 41, 41, 41, 41, -/* '\u2110' */ 41, 41, 41, 41, 47, 41, 47, 47, 47, 41, 41, 41, 41, 41, 47, 47, -/* '\u2120' */ 47, 47, 47, 47, 41, 47, 41, 47, 41, 47, 41, 41, 41, 41, 47, 41, -/* '\u2130' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, -/* '\u2140' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 47, 47, 47, 47, 41, 47, -/* '\u2150' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2160' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2170' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2180' */ 47, 47, 47, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2190' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u21A0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u21B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u21C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u21D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u21E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u21F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u2100' */ 48, 48, 42, 48, 48, 48, 48, 42, 48, 48, 42, 42, 42, 42, 42, 42, +/* '\u2110' */ 42, 42, 42, 42, 48, 42, 48, 48, 48, 42, 42, 42, 42, 42, 48, 48, +/* '\u2120' */ 48, 48, 48, 48, 42, 48, 42, 48, 42, 48, 42, 42, 42, 42, 48, 42, +/* '\u2130' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, +/* '\u2140' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 48, 48, 48, 48, 42, 48, +/* '\u2150' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2160' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2170' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2180' */ 48, 48, 48, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2190' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u21A0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u21B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u21C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u21D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u21E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u21F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo44 = new sbyte[256] { -/* '\u2C00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2C10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2C20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u2C30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2C40' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2C50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u2C60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, -/* '\u2C70' */ 47, 47, 47, 47, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2C80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2C90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2CA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2CB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2CC0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2CD0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2CE0' */ 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2CF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u2C00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2C10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2C20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u2C30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2C40' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2C50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u2C60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, +/* '\u2C70' */ 48, 48, 48, 48, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2C80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2C90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2CA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2CB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2CC0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2CD0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2CE0' */ 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2CF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo45 = new sbyte[256] { -/* '\u2D00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2D10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2D20' */ 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2D30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2D40' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2D50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2D60' */ 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 41, -/* '\u2D70' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2D80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u2D90' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2DA0' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u2DB0' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u2DC0' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u2DD0' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u2DE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u2DF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u2D00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2D10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2D20' */ 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2D30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2D40' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2D50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2D60' */ 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 42, +/* '\u2D70' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2D80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u2D90' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2DA0' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u2DB0' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u2DC0' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u2DD0' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u2DE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u2DF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo48 = new sbyte[256] { -/* '\u3000' */ 47, 47, 47, 47, 47, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u3010' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u3020' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u3030' */ 47, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 41, 41, 47, 47, 47, -/* '\u3040' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3050' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3060' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3070' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3080' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3090' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 41, 41, 41, -/* '\u30A0' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u30B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u30C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u30D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u30E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u30F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41 }; +/* '\u3000' */ 48, 48, 48, 48, 48, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u3010' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u3020' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u3030' */ 48, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 42, 42, 48, 48, 48, +/* '\u3040' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3050' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3060' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3070' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3080' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3090' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 42, 42, 42, +/* '\u30A0' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u30B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u30C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u30D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u30E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u30F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42 }; static sbyte[] mLo49 = new sbyte[256] { -/* '\u3100' */ 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3110' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3120' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, -/* '\u3130' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3140' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3150' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3160' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3170' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u3180' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\u3190' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u31A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u31B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u31C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u31D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u31E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u31F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\u3100' */ 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3110' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3120' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, +/* '\u3130' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3140' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3150' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3160' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3170' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u3180' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\u3190' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u31A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u31B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u31C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u31D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u31E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u31F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo77 = new sbyte[256] { -/* '\u4D00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D40' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4D90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4DA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u4DB0' */ 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u4DC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u4DD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u4DE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u4DF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u4D00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D40' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4D90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4DA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u4DB0' */ 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u4DC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u4DD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u4DE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u4DF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo159 = new sbyte[256] { -/* '\u9F00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F40' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9F90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9FA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\u9FB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, -/* '\u9FC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u9FD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u9FE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\u9FF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\u9F00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F40' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9F90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9FA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\u9FB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, +/* '\u9FC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u9FD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u9FE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\u9FF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo164 = new sbyte[256] { -/* '\uA400' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA410' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA420' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA430' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA440' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA450' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA460' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA470' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA480' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, -/* '\uA490' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA4A0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA4B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA4C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA4D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA4E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA4F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\uA400' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA410' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA420' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA430' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA440' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA450' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA460' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA470' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA480' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, +/* '\uA490' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA4A0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA4B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA4C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA4D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA4E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA4F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo167 = new sbyte[256] { -/* '\uA700' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA710' */ 47, 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\uA720' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA730' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA740' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA750' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA760' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA770' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA780' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA790' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA7A0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA7B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA7C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA7D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA7E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA7F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\uA700' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA710' */ 48, 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\uA720' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA730' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA740' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA750' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA760' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA770' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA780' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA790' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA7A0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA7B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA7C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA7D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA7E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA7F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo168 = new sbyte[256] { -/* '\uA800' */ 41, 41, 47, 41, 41, 41, 47, 41, 41, 41, 41, 47, 41, 41, 41, 41, -/* '\uA810' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA820' */ 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA830' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA840' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA850' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA860' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uA870' */ 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA880' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA890' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA8A0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA8B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA8C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA8D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA8E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uA8F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\uA800' */ 42, 42, 48, 42, 42, 42, 48, 42, 42, 42, 42, 48, 42, 42, 42, 42, +/* '\uA810' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA820' */ 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA830' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA840' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA850' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA860' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uA870' */ 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA880' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA890' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA8A0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA8B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA8C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA8D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA8E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uA8F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo215 = new sbyte[256] { -/* '\uD700' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD710' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD720' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD730' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD740' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD750' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD760' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD770' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD780' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD790' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uD7A0' */ 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uD7B0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uD7C0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uD7D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uD7E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uD7F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\uD700' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD710' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD720' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD730' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD740' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD750' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD760' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD770' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD780' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD790' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uD7A0' */ 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uD7B0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uD7C0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uD7D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uD7E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uD7F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo250 = new sbyte[256] { -/* '\uFA00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFA10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFA20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\uFA30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFA40' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFA50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFA60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\uFA70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFA80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFA90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFAA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFAB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFAC0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFAD0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, -/* '\uFAE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFAF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\uFA00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFA10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFA20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\uFA30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFA40' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFA50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFA60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\uFA70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFA80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFA90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFAA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFAB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFAC0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFAD0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, +/* '\uFAE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFAF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mLo251 = new sbyte[256] { -/* '\uFB00' */ 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFB10' */ 47, 47, 47, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 41, 47, 41, -/* '\uFB20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\uFB30' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 47, 41, 47, -/* '\uFB40' */ 41, 41, 47, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFB50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFB60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFB70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFB80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFB90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFBA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFBB0' */ 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFBC0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFBD0' */ 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFBE0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFBF0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\uFB00' */ 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFB10' */ 48, 48, 48, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 42, 48, 42, +/* '\uFB20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\uFB30' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 48, 42, 48, +/* '\uFB40' */ 42, 42, 48, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFB50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFB60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFB70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFB80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFB90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFBA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFBB0' */ 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFBC0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFBD0' */ 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFBE0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFBF0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mLo253 = new sbyte[256] { -/* '\uFD00' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFD10' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFD20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFD30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\uFD40' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFD50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFD60' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFD70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFD80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFD90' */ 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFDA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFDB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFDC0' */ 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFDD0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFDE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFDF0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47 }; +/* '\uFD00' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFD10' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFD20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFD30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\uFD40' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFD50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFD60' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFD70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFD80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFD90' */ 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFDA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFDB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFDC0' */ 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFDD0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFDE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFDF0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48 }; static sbyte[] mLo254 = new sbyte[256] { -/* '\uFE00' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFE10' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFE20' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFE30' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFE40' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFE50' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFE60' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFE70' */ 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFE80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFE90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFEA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFEB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFEC0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFED0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFEE0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFEF0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47 }; +/* '\uFE00' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFE10' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFE20' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFE30' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFE40' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFE50' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFE60' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFE70' */ 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFE80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFE90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFEA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFEB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFEC0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFED0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFEE0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFEF0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48 }; static sbyte[] mLo255 = new sbyte[256] { -/* '\uFF00' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFF10' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFF20' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFF30' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\uFF40' */ 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFF50' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, -/* '\uFF60' */ 47, 47, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFF70' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFF80' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFF90' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFFA0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\uFFB0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\uFFC0' */ 47, 47, 41, 41, 41, 41, 41, 41, 47, 47, 41, 41, 41, 41, 41, 41, -/* '\uFFD0' */ 47, 47, 41, 41, 41, 41, 41, 41, 47, 47, 41, 41, 41, 47, 47, 47, -/* '\uFFE0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\uFFF0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\uFF00' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFF10' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFF20' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFF30' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\uFF40' */ 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFF50' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, +/* '\uFF60' */ 48, 48, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFF70' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFF80' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFF90' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFFA0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\uFFB0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\uFFC0' */ 48, 48, 42, 42, 42, 42, 42, 42, 48, 48, 42, 42, 42, 42, 42, 42, +/* '\uFFD0' */ 48, 48, 42, 42, 42, 42, 42, 42, 48, 48, 42, 42, 42, 48, 48, 48, +/* '\uFFE0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\uFFF0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[][] map = new sbyte[256][] { /* '\u00xx' */ mLo0, mLo1, mLo2, mLo3, mLo4, mLo5, mLo6, mLo7, mLo8, mLo9, mLo10, mLo11, mLo12, mLo13, mLo14, mLo15, @@ -1008,99 +1008,99 @@ public PT parsertools; #region CompressedCharacterMap // - // There are 48 equivalence classes + // There are 49 equivalence classes // There are 21 character sequence regions // There are 6 tables, 1255 entries // There are 15 runs, 0 singletons // Decision tree depth is 5 // static sbyte[] mapC0 = new sbyte[251] { -/* '\U00010000' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, -/* '\U00010010' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010020' */ 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010030' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 47, 41, -/* '\U00010040' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\U00010050' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\U00010060' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U00010070' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U00010080' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010090' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000100A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000100B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000100C0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000100D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000100E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000100F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41 }; +/* '\U00010000' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, +/* '\U00010010' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010020' */ 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010030' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 48, 42, +/* '\U00010040' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\U00010050' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\U00010060' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U00010070' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U00010080' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010090' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000100A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000100B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000100C0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000100D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000100E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000100F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42 }; static sbyte[] mapC2 = new sbyte[256] { -/* '\U00010300' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010310' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\U00010320' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U00010330' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010340' */ 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, 47, 47, 47, 47, -/* '\U00010350' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U00010360' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U00010370' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U00010380' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010390' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 47, -/* '\U000103A0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000103B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000103C0' */ 41, 41, 41, 41, 47, 47, 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U000103D0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U000103E0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U000103F0' */ 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47 }; +/* '\U00010300' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010310' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\U00010320' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U00010330' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010340' */ 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, 48, 48, 48, 48, +/* '\U00010350' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U00010360' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U00010370' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U00010380' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010390' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 48, +/* '\U000103A0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000103B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000103C0' */ 42, 42, 42, 42, 48, 48, 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U000103D0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U000103E0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U000103F0' */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; static sbyte[] mapC5 = new sbyte[64] { -/* '\U00010800' */ 41, 41, 41, 41, 41, 41, 47, 47, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\U00010810' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010820' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010830' */ 41, 41, 41, 41, 41, 41, 47, 41, 41, 47, 47, 47, 41, 47, 47, 41 }; +/* '\U00010800' */ 42, 42, 42, 42, 42, 42, 48, 48, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\U00010810' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010820' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010830' */ 42, 42, 42, 42, 42, 42, 48, 42, 42, 48, 48, 48, 42, 48, 48, 42 }; static sbyte[] mapC9 = new sbyte[52] { -/* '\U00010A00' */ 41, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, -/* '\U00010A10' */ 41, 41, 41, 41, 47, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010A20' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U00010A30' */ 41, 41, 41, 41 }; +/* '\U00010A00' */ 42, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, +/* '\U00010A10' */ 42, 42, 42, 42, 48, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010A20' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U00010A30' */ 42, 42, 42, 42 }; static sbyte[] mapC13 = new sbyte[338] { -/* '\U0001D400' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D410' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D420' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D430' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D440' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D450' */ 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D460' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D470' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D480' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D490' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\U0001D4A0' */ 47, 47, 41, 47, 47, 41, 41, 47, 47, 41, 41, 41, 41, 47, 41, 41, -/* '\U0001D4B0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 47, 41, 41, 41, -/* '\U0001D4C0' */ 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D4D0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D4E0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D4F0' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D500' */ 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 47, 47, 41, 41, 41, -/* '\U0001D510' */ 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\U0001D520' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D530' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 47, -/* '\U0001D540' */ 41, 41, 41, 41, 41, 47, 41, 47, 47, 47, 41, 41, 41, 41, 41, 41, -/* '\U0001D550' */ 41, 47 }; +/* '\U0001D400' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D410' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D420' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D430' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D440' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D450' */ 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D460' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D470' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D480' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D490' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\U0001D4A0' */ 48, 48, 42, 48, 48, 42, 42, 48, 48, 42, 42, 42, 42, 48, 42, 42, +/* '\U0001D4B0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 48, 42, 42, 42, +/* '\U0001D4C0' */ 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D4D0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D4E0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D4F0' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D500' */ 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 48, 48, 42, 42, 42, +/* '\U0001D510' */ 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\U0001D520' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D530' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 48, +/* '\U0001D540' */ 42, 42, 42, 42, 42, 48, 42, 48, 48, 48, 42, 42, 42, 42, 42, 42, +/* '\U0001D550' */ 42, 48 }; static sbyte[] mapC15 = new sbyte[294] { -/* '\U0001D6A6' */ 47, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D6B6' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, -/* '\U0001D6C6' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D6D6' */ 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D6E6' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D6F6' */ 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D706' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\U0001D716' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D726' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, -/* '\U0001D736' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D746' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\U0001D756' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D766' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, -/* '\U0001D776' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D786' */ 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D796' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D7A6' */ 41, 41, 41, 47, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, -/* '\U0001D7B6' */ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 47, 41, 41, -/* '\U0001D7C6' */ 41, 41, 41, 41, 41, 41 }; +/* '\U0001D6A6' */ 48, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D6B6' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, +/* '\U0001D6C6' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D6D6' */ 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D6E6' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D6F6' */ 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D706' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\U0001D716' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D726' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, +/* '\U0001D736' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D746' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\U0001D756' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D766' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, +/* '\U0001D776' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D786' */ 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D796' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D7A6' */ 42, 42, 42, 48, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, +/* '\U0001D7B6' */ 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 48, 42, 42, +/* '\U0001D7C6' */ 42, 42, 42, 42, 42, 42 }; static sbyte MapC(int code) { // '\U00010000' <= code <= '\U0010FFFF' @@ -1110,61 +1110,61 @@ public PT parsertools; if (code < 65787) // '\U00010000' <= code <= '\U000100FA' return mapC0[code - 65536]; else // '\U000100FB' <= code <= '\U000102FF' - return (sbyte)47; + return (sbyte)48; else // '\U00010300' <= code <= '\U000107FF' if (code < 66560) // '\U00010300' <= code <= '\U000103FF' return mapC2[code - 66304]; else // '\U00010400' <= code <= '\U000107FF' if (code < 66718) // '\U00010400' <= code <= '\U0001049D' - return (sbyte)41; + return (sbyte)42; else // '\U0001049E' <= code <= '\U000107FF' - return (sbyte)47; + return (sbyte)48; else // '\U00010800' <= code <= '\U00010A33' if (code < 67840) // '\U00010800' <= code <= '\U000108FF' if (code < 67648) // '\U00010800' <= code <= '\U0001083F' return mapC5[code - 67584]; else // '\U00010840' <= code <= '\U000108FF' - return (sbyte)47; + return (sbyte)48; else // '\U00010900' <= code <= '\U00010A33' if (code < 67862) // '\U00010900' <= code <= '\U00010915' - return (sbyte)41; + return (sbyte)42; else // '\U00010916' <= code <= '\U00010A33' if (code < 68096) // '\U00010916' <= code <= '\U000109FF' - return (sbyte)47; + return (sbyte)48; else // '\U00010A00' <= code <= '\U00010A33' return mapC9[code - 68096]; else // '\U00010A34' <= code <= '\U0010FFFF' if (code < 120486) // '\U00010A34' <= code <= '\U0001D6A5' if (code < 74607) // '\U00010A34' <= code <= '\U0001236E' if (code < 73728) // '\U00010A34' <= code <= '\U00011FFF' - return (sbyte)47; + return (sbyte)48; else // '\U00012000' <= code <= '\U0001236E' - return (sbyte)41; + return (sbyte)42; else // '\U0001236F' <= code <= '\U0001D6A5' if (code < 119808) // '\U0001236F' <= code <= '\U0001D3FF' - return (sbyte)47; + return (sbyte)48; else // '\U0001D400' <= code <= '\U0001D6A5' if (code < 120146) // '\U0001D400' <= code <= '\U0001D551' return mapC13[code - 119808]; else // '\U0001D552' <= code <= '\U0001D6A5' - return (sbyte)41; + return (sbyte)42; else // '\U0001D6A6' <= code <= '\U0010FFFF' if (code < 173783) // '\U0001D6A6' <= code <= '\U0002A6D6' if (code < 120780) // '\U0001D6A6' <= code <= '\U0001D7CB' return mapC15[code - 120486]; else // '\U0001D7CC' <= code <= '\U0002A6D6' if (code < 131072) // '\U0001D7CC' <= code <= '\U0001FFFF' - return (sbyte)47; + return (sbyte)48; else // '\U00020000' <= code <= '\U0002A6D6' - return (sbyte)41; + return (sbyte)42; else // '\U0002A6D7' <= code <= '\U0010FFFF' if (code < 194560) // '\U0002A6D7' <= code <= '\U0002F7FF' - return (sbyte)47; + return (sbyte)48; else // '\U0002F800' <= code <= '\U0010FFFF' if (code < 195102) // '\U0002F800' <= code <= '\U0002FA1D' - return (sbyte)41; + return (sbyte)42; else // '\U0002FA1E' <= code <= '\U0010FFFF' - return (sbyte)47; + return (sbyte)48; } #endregion @@ -1177,54 +1177,60 @@ public PT parsertools; return MapC(code); } - static Table[] NxS = new Table[107] { + static Table[] NxS = new Table[108] { /* NxS[ 0] */ new Table(0, 0, 0, null), -/* NxS[ 1] */ new Table(1, 19, -1, new sbyte[] {55, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 56}), +/* NxS[ 1] */ new Table(1, 20, -1, new sbyte[] {56, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 57}), /* NxS[ 2] */ new Table(0, 0, -1, null), -/* NxS[ 3] */ new Table(4, 1, -1, new sbyte[] {101}), -/* NxS[ 4] */ new Table(26, 20, -1, new sbyte[] {52, 52, 52, -1, -1, -1, - -1, -1, -1, -1, -1, 52, -1, -1, -1, -1, 52, 52, 52, 100}), -/* NxS[ 5] */ new Table(8, 1, -1, new sbyte[] {51}), -/* NxS[ 6] */ new Table(8, 12, -1, new sbyte[] {49, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 50}), +/* NxS[ 3] */ new Table(4, 1, -1, new sbyte[] {102}), +/* NxS[ 4] */ new Table(27, 20, -1, new sbyte[] {53, 53, 53, -1, -1, -1, + -1, -1, -1, -1, -1, 53, -1, -1, -1, -1, 53, 53, 53, 101}), +/* NxS[ 5] */ new Table(8, 1, -1, new sbyte[] {52}), +/* NxS[ 6] */ new Table(8, 13, -1, new sbyte[] {50, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 51}), /* NxS[ 7] */ new Table(0, 0, -1, null), -/* NxS[ 8] */ new Table(28, 17, -1, new sbyte[] {25, 25, 25, 25, 25, 25, - 25, 25, 25, 25, 25, 25, -1, 25, -1, 25, 25}), +/* NxS[ 8] */ new Table(18, 28, -1, new sbyte[] {26, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, + 26, -1, 26, -1, 26, 26}), /* NxS[ 9] */ new Table(0, 0, -1, null), -/* NxS[ 10] */ new Table(19, 1, -1, new sbyte[] {48}), -/* NxS[ 11] */ new Table(13, 1, -1, new sbyte[] {47}), +/* NxS[ 10] */ new Table(20, 1, -1, new sbyte[] {49}), +/* NxS[ 11] */ new Table(13, 1, -1, new sbyte[] {48}), /* NxS[ 12] */ new Table(0, 0, -1, null), /* NxS[ 13] */ new Table(0, 0, -1, null), /* NxS[ 14] */ new Table(0, 0, -1, null), -/* NxS[ 15] */ new Table(13, 5, -1, new sbyte[] {44, -1, 45, -1, 46}), -/* NxS[ 16] */ new Table(0, 0, -1, null), +/* NxS[ 15] */ new Table(13, 5, -1, new sbyte[] {45, -1, 46, -1, 47}), +/* NxS[ 16] */ new Table(18, 28, -1, new sbyte[] {26, -1, -1, -1, -1, -1, + -1, -1, -1, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, + 26, -1, 26, 26, 26, 26}), /* NxS[ 17] */ new Table(0, 0, -1, null), -/* NxS[ 18] */ new Table(19, 1, -1, new sbyte[] {43}), -/* NxS[ 19] */ new Table(19, 4, -1, new sbyte[] {41, -1, -1, 42}), -/* NxS[ 20] */ new Table(19, 1, -1, new sbyte[] {40}), -/* NxS[ 21] */ new Table(19, 5, -1, new sbyte[] {35, -1, -1, 36, 73}), -/* NxS[ 22] */ new Table(0, 0, -1, null), -/* NxS[ 23] */ new Table(26, 1, -1, new sbyte[] {72}), -/* NxS[ 24] */ new Table(13, 32, -1, new sbyte[] {69, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 24, 24, 70, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 24, -1, 70}), -/* NxS[ 25] */ new Table(26, 19, -1, new sbyte[] {25, 25, 25, 25, 25, 25, - 25, 25, 25, 25, 25, 25, 25, 25, -1, 25, 25, 25, 25}), -/* NxS[ 26] */ new Table(0, 0, -1, null), -/* NxS[ 27] */ new Table(45, 4, 68, new sbyte[] {31, 68, 68, -1}), -/* NxS[ 28] */ new Table(26, 19, -1, new sbyte[] {29, 29, 30, 30, 30, 30, - 30, 30, 30, 30, 30, 30, 30, 30, -1, 30, 29, 30, 30}), -/* NxS[ 29] */ new Table(26, 17, -1, new sbyte[] {29, 29, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 29}), -/* NxS[ 30] */ new Table(26, 19, -1, new sbyte[] {30, 30, 30, 30, 30, 30, - 30, 30, 30, 30, 30, 30, 30, 30, -1, 30, 30, 30, 30}), -/* NxS[ 31] */ new Table(45, 1, -1, new sbyte[] {68}), -/* NxS[ 32] */ new Table(26, 17, -1, new sbyte[] {32, 32, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 32}), -/* NxS[ 33] */ new Table(26, 19, -1, new sbyte[] {33, 33, 70, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33, -1, 70}), -/* NxS[ 34] */ new Table(0, 0, -1, null), +/* NxS[ 18] */ new Table(0, 0, -1, null), +/* NxS[ 19] */ new Table(20, 1, -1, new sbyte[] {44}), +/* NxS[ 20] */ new Table(20, 4, -1, new sbyte[] {42, -1, -1, 43}), +/* NxS[ 21] */ new Table(20, 1, -1, new sbyte[] {41}), +/* NxS[ 22] */ new Table(20, 5, -1, new sbyte[] {36, -1, -1, 37, 74}), +/* NxS[ 23] */ new Table(0, 0, -1, null), +/* NxS[ 24] */ new Table(27, 1, -1, new sbyte[] {73}), +/* NxS[ 25] */ new Table(13, 33, -1, new sbyte[] {70, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 25, 25, 71, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 25, -1, 71}), +/* NxS[ 26] */ new Table(18, 28, -1, new sbyte[] {26, -1, -1, -1, -1, -1, + -1, -1, -1, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, + 26, -1, 26, 26, 26, 26}), +/* NxS[ 27] */ new Table(0, 0, -1, null), +/* NxS[ 28] */ new Table(46, 4, 69, new sbyte[] {32, 69, 69, -1}), +/* NxS[ 29] */ new Table(18, 28, -1, new sbyte[] {30, -1, -1, -1, -1, -1, + -1, -1, -1, 31, 31, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, + 30, -1, 30, 31, 30, 30}), +/* NxS[ 30] */ new Table(18, 28, -1, new sbyte[] {30, -1, -1, -1, -1, -1, + -1, -1, -1, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, + 30, -1, 30, 30, 30, 30}), +/* NxS[ 31] */ new Table(27, 17, -1, new sbyte[] {31, 31, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 31}), +/* NxS[ 32] */ new Table(46, 1, -1, new sbyte[] {69}), +/* NxS[ 33] */ new Table(27, 17, -1, new sbyte[] {33, 33, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33}), +/* NxS[ 34] */ new Table(27, 19, -1, new sbyte[] {34, 34, 71, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34, -1, 71}), /* NxS[ 35] */ new Table(0, 0, -1, null), /* NxS[ 36] */ new Table(0, 0, -1, null), /* NxS[ 37] */ new Table(0, 0, -1, null), @@ -1242,72 +1248,73 @@ public PT parsertools; /* NxS[ 49] */ new Table(0, 0, -1, null), /* NxS[ 50] */ new Table(0, 0, -1, null), /* NxS[ 51] */ new Table(0, 0, -1, null), -/* NxS[ 52] */ new Table(26, 19, -1, new sbyte[] {52, 52, 52, -1, -1, -1, - -1, -1, -1, -1, -1, 52, -1, -1, -1, -1, 52, 52, 52}), -/* NxS[ 53] */ new Table(45, 1, -1, new sbyte[] {100}), -/* NxS[ 54] */ new Table(0, 0, -1, null), -/* NxS[ 55] */ new Table(0, 7, 55, new sbyte[] {-1, 55, 55, 55, 55, 55, +/* NxS[ 52] */ new Table(0, 0, -1, null), +/* NxS[ 53] */ new Table(27, 19, -1, new sbyte[] {53, 53, 53, -1, -1, -1, + -1, -1, -1, -1, -1, 53, -1, -1, -1, -1, 53, 53, 53}), +/* NxS[ 54] */ new Table(46, 1, -1, new sbyte[] {101}), +/* NxS[ 55] */ new Table(0, 0, -1, null), +/* NxS[ 56] */ new Table(0, 7, 56, new sbyte[] {-1, 56, 56, 56, 56, 56, -1}), -/* NxS[ 56] */ new Table(0, 0, -1, null), /* NxS[ 57] */ new Table(0, 0, -1, null), /* NxS[ 58] */ new Table(0, 0, -1, null), /* NxS[ 59] */ new Table(0, 0, -1, null), -/* NxS[ 60] */ new Table(9, 1, -1, new sbyte[] {61}), -/* NxS[ 61] */ new Table(0, 0, -1, null), +/* NxS[ 60] */ new Table(0, 0, -1, null), +/* NxS[ 61] */ new Table(9, 1, -1, new sbyte[] {62}), /* NxS[ 62] */ new Table(0, 0, -1, null), -/* NxS[ 63] */ new Table(1, 1, -1, new sbyte[] {66}), -/* NxS[ 64] */ new Table(4, 1, -1, new sbyte[] {106}), -/* NxS[ 65] */ new Table(0, 0, -1, null), -/* NxS[ 66] */ new Table(0, 7, 66, new sbyte[] {-1, 66, 66, 66, 66, 66, +/* NxS[ 63] */ new Table(0, 0, -1, null), +/* NxS[ 64] */ new Table(1, 1, -1, new sbyte[] {67}), +/* NxS[ 65] */ new Table(4, 1, -1, new sbyte[] {107}), +/* NxS[ 66] */ new Table(0, 0, -1, null), +/* NxS[ 67] */ new Table(0, 7, 67, new sbyte[] {-1, 67, 67, 67, 67, 67, -1}), -/* NxS[ 67] */ new Table(40, 36, 25, new sbyte[] {26, 25, 24, 25, 25, 27, - 28, 2, -1, 1, 2, 3, 4, -1, -1, 5, 6, 7, 8, 9, 10, 11, - 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 24}), -/* NxS[ 68] */ new Table(45, 4, 68, new sbyte[] {31, 68, 68, -1}), -/* NxS[ 69] */ new Table(26, 17, -1, new sbyte[] {33, 33, -1, -1, -1, -1, +/* NxS[ 68] */ new Table(41, 37, 26, new sbyte[] {27, 26, 25, 26, 26, 28, + 29, 2, -1, 1, 2, 3, 4, -1, -1, 5, 6, 7, 8, 9, 10, 11, + 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 25}), +/* NxS[ 69] */ new Table(46, 4, 69, new sbyte[] {32, 69, 69, -1}), +/* NxS[ 70] */ new Table(27, 17, -1, new sbyte[] {34, 34, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34}), +/* NxS[ 71] */ new Table(21, 23, -1, new sbyte[] {72, 72, -1, -1, -1, -1, + 33, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 33}), +/* NxS[ 72] */ new Table(27, 17, -1, new sbyte[] {33, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33}), -/* NxS[ 70] */ new Table(20, 23, -1, new sbyte[] {71, 71, -1, -1, -1, -1, - 32, 32, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 32}), -/* NxS[ 71] */ new Table(26, 17, -1, new sbyte[] {32, 32, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 32}), -/* NxS[ 72] */ new Table(27, 1, -1, new sbyte[] {34}), -/* NxS[ 73] */ new Table(28, 9, -1, new sbyte[] {74, -1, -1, -1, 75, -1, - -1, -1, 76}), -/* NxS[ 74] */ new Table(29, 1, -1, new sbyte[] {90}), -/* NxS[ 75] */ new Table(36, 1, -1, new sbyte[] {81}), -/* NxS[ 76] */ new Table(39, 1, -1, new sbyte[] {77}), -/* NxS[ 77] */ new Table(30, 1, -1, new sbyte[] {78}), -/* NxS[ 78] */ new Table(28, 1, -1, new sbyte[] {79}), -/* NxS[ 79] */ new Table(22, 1, -1, new sbyte[] {80}), -/* NxS[ 80] */ new Table(22, 1, -1, new sbyte[] {37}), -/* NxS[ 81] */ new Table(37, 1, -1, new sbyte[] {82}), -/* NxS[ 82] */ new Table(36, 1, -1, new sbyte[] {83}), -/* NxS[ 83] */ new Table(28, 1, -1, new sbyte[] {84}), -/* NxS[ 84] */ new Table(38, 1, -1, new sbyte[] {85}), -/* NxS[ 85] */ new Table(28, 1, -1, new sbyte[] {86}), -/* NxS[ 86] */ new Table(35, 1, -1, new sbyte[] {87}), +/* NxS[ 73] */ new Table(28, 1, -1, new sbyte[] {35}), +/* NxS[ 74] */ new Table(29, 9, -1, new sbyte[] {75, -1, -1, -1, 76, -1, + -1, -1, 77}), +/* NxS[ 75] */ new Table(30, 1, -1, new sbyte[] {91}), +/* NxS[ 76] */ new Table(37, 1, -1, new sbyte[] {82}), +/* NxS[ 77] */ new Table(40, 1, -1, new sbyte[] {78}), +/* NxS[ 78] */ new Table(31, 1, -1, new sbyte[] {79}), +/* NxS[ 79] */ new Table(29, 1, -1, new sbyte[] {80}), +/* NxS[ 80] */ new Table(23, 1, -1, new sbyte[] {81}), +/* NxS[ 81] */ new Table(23, 1, -1, new sbyte[] {38}), +/* NxS[ 82] */ new Table(38, 1, -1, new sbyte[] {83}), +/* NxS[ 83] */ new Table(37, 1, -1, new sbyte[] {84}), +/* NxS[ 84] */ new Table(29, 1, -1, new sbyte[] {85}), +/* NxS[ 85] */ new Table(39, 1, -1, new sbyte[] {86}), +/* NxS[ 86] */ new Table(29, 1, -1, new sbyte[] {87}), /* NxS[ 87] */ new Table(36, 1, -1, new sbyte[] {88}), -/* NxS[ 88] */ new Table(22, 1, -1, new sbyte[] {89}), -/* NxS[ 89] */ new Table(22, 1, -1, new sbyte[] {38}), -/* NxS[ 90] */ new Table(30, 1, -1, new sbyte[] {91}), +/* NxS[ 88] */ new Table(37, 1, -1, new sbyte[] {89}), +/* NxS[ 89] */ new Table(23, 1, -1, new sbyte[] {90}), +/* NxS[ 90] */ new Table(23, 1, -1, new sbyte[] {39}), /* NxS[ 91] */ new Table(31, 1, -1, new sbyte[] {92}), -/* NxS[ 92] */ new Table(28, 1, -1, new sbyte[] {93}), -/* NxS[ 93] */ new Table(32, 1, -1, new sbyte[] {94}), -/* NxS[ 94] */ new Table(32, 1, -1, new sbyte[] {95}), +/* NxS[ 92] */ new Table(32, 1, -1, new sbyte[] {93}), +/* NxS[ 93] */ new Table(29, 1, -1, new sbyte[] {94}), +/* NxS[ 94] */ new Table(33, 1, -1, new sbyte[] {95}), /* NxS[ 95] */ new Table(33, 1, -1, new sbyte[] {96}), /* NxS[ 96] */ new Table(34, 1, -1, new sbyte[] {97}), /* NxS[ 97] */ new Table(35, 1, -1, new sbyte[] {98}), -/* NxS[ 98] */ new Table(22, 1, -1, new sbyte[] {99}), -/* NxS[ 99] */ new Table(22, 1, -1, new sbyte[] {39}), -/* NxS[ 100] */ new Table(45, 4, 100, new sbyte[] {53, 100, 100, -1}), -/* NxS[ 101] */ new Table(0, 7, 101, new sbyte[] {-1, 101, 54, 101, 101, 101, +/* NxS[ 98] */ new Table(36, 1, -1, new sbyte[] {99}), +/* NxS[ 99] */ new Table(23, 1, -1, new sbyte[] {100}), +/* NxS[ 100] */ new Table(23, 1, -1, new sbyte[] {40}), +/* NxS[ 101] */ new Table(46, 4, 101, new sbyte[] {54, 101, 101, -1}), +/* NxS[ 102] */ new Table(0, 7, 102, new sbyte[] {-1, 102, 55, 102, 102, 102, -1}), -/* NxS[ 102] */ new Table(2, 1, 57, new sbyte[] {58}), -/* NxS[ 103] */ new Table(8, 1, 59, new sbyte[] {60}), -/* NxS[ 104] */ new Table(0, 0, -1, null), -/* NxS[ 105] */ new Table(1, 3, 62, new sbyte[] {63, 62, 64}), -/* NxS[ 106] */ new Table(0, 7, 106, new sbyte[] {-1, 106, 65, 106, 106, 106, +/* NxS[ 103] */ new Table(2, 1, 58, new sbyte[] {59}), +/* NxS[ 104] */ new Table(8, 1, 60, new sbyte[] {61}), +/* NxS[ 105] */ new Table(0, 0, -1, null), +/* NxS[ 106] */ new Table(1, 3, 63, new sbyte[] {64, 63, 65}), +/* NxS[ 107] */ new Table(0, 7, 107, new sbyte[] {-1, 107, 66, 107, 107, 107, -1}), }; @@ -1318,7 +1325,7 @@ int NextState() { unchecked { int rslt; int idx = Map(code) - NxS[state].min; - if (idx < 0) idx += 48; + if (idx < 0) idx += 49; if ((uint)idx >= (uint)NxS[state].rng) rslt = NxS[state].dflt; else rslt = NxS[state].nxt[idx]; return rslt; @@ -1743,9 +1750,9 @@ yylval = new Union(); yylval.op = new op_type_node(Operators.Division); return ( break; case 2: case 4: - case 23: - case 27: + case 24: case 28: + case 29: parsertools.AddErrorFromResource("UNEXPECTED_SYMBOL{0}",CurrentLexLocation, yytext); return -1; break; @@ -1786,33 +1793,36 @@ return (int)Tokens.tkSquareClose; return (int)Tokens.tkQuestion; break; case 16: -yylval = new Union(); yylval.op = new op_type_node(Operators.AddressOf); return (int)Tokens.tkAddressOf; +return (int)Tokens.tkUnderscore; break; case 17: -yylval = new Union(); yylval.op = new op_type_node(Operators.Equal); return (int)Tokens.tkEqual; +yylval = new Union(); yylval.op = new op_type_node(Operators.AddressOf); return (int)Tokens.tkAddressOf; break; case 18: -yylval = new Union(); yylval.op = new op_type_node(Operators.Plus); return (int)Tokens.tkPlus; +yylval = new Union(); yylval.op = new op_type_node(Operators.Equal); return (int)Tokens.tkEqual; break; case 19: -yylval = new Union(); yylval.op = new op_type_node(Operators.Minus); return (int)Tokens.tkMinus; +yylval = new Union(); yylval.op = new op_type_node(Operators.Plus); return (int)Tokens.tkPlus; break; case 20: -yylval = new Union(); yylval.op = new op_type_node(Operators.Greater); return (int)Tokens.tkGreater; +yylval = new Union(); yylval.op = new op_type_node(Operators.Minus); return (int)Tokens.tkMinus; break; case 21: -yylval = new Union(); yylval.op = new op_type_node(Operators.Less); return (int)Tokens.tkLower; +yylval = new Union(); yylval.op = new op_type_node(Operators.Greater); return (int)Tokens.tkGreater; break; case 22: +yylval = new Union(); yylval.op = new op_type_node(Operators.Less); return (int)Tokens.tkLower; + break; + case 23: yylval = new Union(); yylval.op = new op_type_node(Operators.Deref); return (int)Tokens.tkDeref; break; - case 24: + case 25: yylval = new Union(); currentLexLocation = CurrentLexLocation; yylval.ex = parsertools.create_int_const(yytext,currentLexLocation); return (int)Tokens.tkInteger; break; - case 25: + case 26: string cur_yytext = yytext; int res = Keywords.KeywordOrIDToken(cur_yytext); currentLexLocation = CurrentLexLocation; @@ -2014,100 +2024,100 @@ string cur_yytext = yytext; } return res; break; - case 26: + case 27: return (int)Tokens.INVISIBLE; break; - case 29: -yylval = new Union(); - currentLexLocation = CurrentLexLocation; - yylval.stn = parsertools.create_sharp_char_const(yytext,currentLexLocation); - return (int)Tokens.tkAsciiChar; - break; case 30: yylval = new Union(); yylval.id = new ident(yytext,CurrentLexLocation); return (int)Tokens.tkDirectiveName; break; case 31: +yylval = new Union(); + currentLexLocation = CurrentLexLocation; + yylval.stn = parsertools.create_sharp_char_const(yytext,currentLexLocation); + return (int)Tokens.tkAsciiChar; + break; + case 32: yylval = new Union(); currentLexLocation = CurrentLexLocation; yylval.stn = parsertools.create_string_const(yytext,currentLexLocation); return (int)Tokens.tkStringLiteral; break; - case 32: case 33: + case 34: yylval = new Union(); currentLexLocation = CurrentLexLocation; yylval.ex = parsertools.create_double_const(yytext,currentLexLocation); return (int)Tokens.tkFloat; break; - case 34: -yylval = new Union(); yylval.ti = new token_info(yytext); return (int)Tokens.tkArrow; - break; case 35: -yylval = new Union(); yylval.op = new op_type_node(Operators.LessEqual); return (int)Tokens.tkLowerEqual; +yylval = new Union(); yylval.ti = new token_info(yytext); return (int)Tokens.tkArrow; break; case 36: -yylval = new Union(); yylval.op = new op_type_node(Operators.NotEqual); return (int)Tokens.tkNotEqual; +yylval = new Union(); yylval.op = new op_type_node(Operators.LessEqual); return (int)Tokens.tkLowerEqual; break; case 37: -return (int)Tokens.tkParseModeType; +yylval = new Union(); yylval.op = new op_type_node(Operators.NotEqual); return (int)Tokens.tkNotEqual; break; case 38: -return (int)Tokens.tkParseModeStatement; +return (int)Tokens.tkParseModeType; break; case 39: -return (int)Tokens.tkParseModeExpression; +return (int)Tokens.tkParseModeStatement; break; case 40: -yylval = new Union(); yylval.op = new op_type_node(Operators.GreaterEqual); return (int)Tokens.tkGreaterEqual; +return (int)Tokens.tkParseModeExpression; break; case 41: -yylval = new Union(); yylval.op = new op_type_node(Operators.AssignmentSubtraction); return (int)Tokens.tkMinusEqual; +yylval = new Union(); yylval.op = new op_type_node(Operators.GreaterEqual); return (int)Tokens.tkGreaterEqual; break; case 42: -yylval = new Union(); yylval.ti = new token_info(yytext); return (int)Tokens.tkArrow; +yylval = new Union(); yylval.op = new op_type_node(Operators.AssignmentSubtraction); return (int)Tokens.tkMinusEqual; break; case 43: -yylval = new Union(); yylval.op = new op_type_node(Operators.AssignmentAddition); return (int)Tokens.tkPlusEqual; +yylval = new Union(); yylval.ti = new token_info(yytext); return (int)Tokens.tkArrow; break; case 44: -return (int)Tokens.tkQuestionPoint; +yylval = new Union(); yylval.op = new op_type_node(Operators.AssignmentAddition); return (int)Tokens.tkPlusEqual; break; case 45: -return (int)Tokens.tkQuestionSquareOpen; +return (int)Tokens.tkQuestionPoint; break; case 46: -return (int)Tokens.tkDoubleQuestion; +return (int)Tokens.tkQuestionSquareOpen; break; case 47: -return (int)Tokens.tkDotDot; +return (int)Tokens.tkDoubleQuestion; break; case 48: -yylval = new Union(); yylval.op = new op_type_node(Operators.Assignment); return (int)Tokens.tkAssign; +return (int)Tokens.tkDotDot; break; case 49: -yylval = new Union(); yylval.op = new op_type_node(Operators.Power); return (int)Tokens.tkStarStar; +yylval = new Union(); yylval.op = new op_type_node(Operators.Assignment); return (int)Tokens.tkAssign; break; case 50: -yylval = new Union(); yylval.op = new op_type_node(Operators.AssignmentMultiplication); return (int)Tokens.tkMultEqual; +yylval = new Union(); yylval.op = new op_type_node(Operators.Power); return (int)Tokens.tkStarStar; break; case 51: -BEGIN(COMMENT1); +yylval = new Union(); yylval.op = new op_type_node(Operators.AssignmentMultiplication); return (int)Tokens.tkMultEqual; break; case 52: +BEGIN(COMMENT1); + break; + case 53: yylval = new Union(); currentLexLocation = CurrentLexLocation; yylval.ex = parsertools.create_hex_const(yytext,currentLexLocation); return (int)Tokens.tkHex; break; - case 53: + case 54: yylval = new Union(); currentLexLocation = CurrentLexLocation; yylval.stn = parsertools.create_format_string_const(yytext,currentLexLocation); return (int)Tokens.tkFormatStringLiteral; break; - case 54: + case 55: if (parsertools.build_tree_for_formatter) break; @@ -2163,36 +2173,36 @@ if (parsertools.build_tree_for_formatter) Defines.Remove(directiveparam); } break; - case 55: + case 56: { } break; - case 56: + case 57: yylval = new Union(); yylval.op = new op_type_node(Operators.AssignmentDivision); return (int)Tokens.tkDivEqual; break; - case 57: + case 58: { } break; - case 58: -BEGIN(INITIAL); - break; case 59: - case 60: -{ -} - break; - case 61: BEGIN(INITIAL); break; - case 62: - case 63: - case 64: + case 60: + case 61: { } break; + case 62: +BEGIN(INITIAL); + break; + case 63: + case 64: case 65: +{ +} + break; + case 66: parsertools.DivideDirectiveOn(yytext,out directivename,out directiveparam); parsertools.CheckDirectiveParams(directivename,directiveparam); // directivename in UPPERCASE! if (directivename == "IFDEF") @@ -2224,7 +2234,7 @@ parsertools.DivideDirectiveOn(yytext,out directivename,out directiveparam); BEGIN(INITIAL); } break; - case 66: + case 67: { } diff --git a/Parsers/PascalABCParserNewSaushkin/ABCPascal.lex b/Parsers/PascalABCParserNewSaushkin/ABCPascal.lex index e3ed62dfd..10231aee0 100644 --- a/Parsers/PascalABCParserNewSaushkin/ABCPascal.lex +++ b/Parsers/PascalABCParserNewSaushkin/ABCPascal.lex @@ -191,6 +191,7 @@ UNICODEARROW \x890 "[" { return (int)Tokens.tkSquareOpen; } "]" { return (int)Tokens.tkSquareClose; } "?" { return (int)Tokens.tkQuestion; } +"_" { return (int)Tokens.tkUnderscore; } "?." { return (int)Tokens.tkQuestionPoint; } "??" { return (int)Tokens.tkDoubleQuestion; } "?[" { return (int)Tokens.tkQuestionSquareOpen; } diff --git a/Parsers/PascalABCParserNewSaushkin/ABCPascal.y b/Parsers/PascalABCParserNewSaushkin/ABCPascal.y index 0051e4de2..b97f51b54 100644 --- a/Parsers/PascalABCParserNewSaushkin/ABCPascal.y +++ b/Parsers/PascalABCParserNewSaushkin/ABCPascal.y @@ -32,7 +32,7 @@ %start parse_goal -%token tkDirectiveName tkAmpersend tkColon tkDotDot tkPoint tkRoundOpen tkRoundClose tkSemiColon tkSquareOpen tkSquareClose tkQuestion tkQuestionPoint tkDoubleQuestion tkQuestionSquareOpen +%token tkDirectiveName tkAmpersend tkColon tkDotDot tkPoint tkRoundOpen tkRoundClose tkSemiColon tkSquareOpen tkSquareClose tkQuestion tkUnderscore tkQuestionPoint tkDoubleQuestion tkQuestionSquareOpen %token tkSizeOf tkTypeOf tkWhere tkArray tkCase tkClass tkAuto tkStatic tkConst tkConstructor tkDestructor tkElse tkExcept tkFile tkFor tkForeach tkFunction tkMatch tkWhen %token tkIf tkImplementation tkInherited tkInterface tkProcedure tkOperator tkProperty tkRaise tkRecord tkSet tkType tkThen tkUses tkVar tkWhile tkWith tkNil %token tkGoto tkOf tkLabel tkLock tkProgram tkEvent tkDefault tkTemplate tkPacked tkExports tkResourceString tkThreadvar tkSealed tkPartial tkTo tkDownto @@ -174,7 +174,7 @@ %type full_lambda_fp_list lambda_simple_fp_sect lambda_function_body lambda_procedure_body common_lambda_body optional_full_lambda_fp_list %type field_in_unnamed_object list_fields_in_unnamed_object func_class_name_ident_list rem_lambda variable_list var_ident_list %type tkAssignOrEqual -%type pattern pattern_optional_var match_with pattern_case pattern_cases pattern_out_param pattern_out_param_optional_var tuple_pattern_expr_list const_pattern_expr_list +%type pattern pattern_optional_var const_pattern match_with pattern_case pattern_cases pattern_out_param pattern_out_param_optional_var tuple_pattern_expr_list const_pattern_expr_list %type pattern_out_param_list pattern_out_param_list_optional_var %type const_pattern_expression tuple_pattern tuple_pattern_expr @@ -2790,6 +2790,14 @@ pattern_case { $$ = new pattern_case($1 as pattern_node, $3 as statement, null, @$); } + | const_pattern tkWhen expr_l1 tkColon unlabelled_stmt + { + $$ = new pattern_case($1 as pattern_node, $5 as statement, $3, @$); + } + | const_pattern tkColon unlabelled_stmt + { + $$ = new pattern_case($1 as pattern_node, $3 as statement, null, @$); + } ; case_stmt @@ -3284,11 +3292,14 @@ pattern_optional_var { $$ = new deconstructor_pattern($3 as List, $1, @$); } - | const_pattern_expr_list + ; + +const_pattern + : const_pattern_expr_list { $$ = new const_pattern($1 as expression_list, @$); } - ; + ; const_pattern_expr_list : const_pattern_expression @@ -3322,7 +3333,7 @@ tuple_pattern ; tuple_pattern_expr - : tkQuestion { $$ = new tuple_wild_card(); } + : tkUnderscore { $$ = new tuple_wild_card(); } | literal_or_number { $$ = $1; } ; @@ -3378,7 +3389,15 @@ pattern_out_param_list ; pattern_out_param - : tkVar identifier tkColon type_ref + : tkUnderscore + { + $$ = new wild_card_deconstructor_parameter(); + } + | literal_or_number + { + $$ = new const_deconstructor_parameter($1, @$); + } + | tkVar identifier tkColon type_ref { $$ = new var_deconstructor_parameter($2, $4, @$); } @@ -3393,7 +3412,15 @@ pattern_out_param ; pattern_out_param_optional_var - : identifier tkColon type_ref + : tkUnderscore + { + $$ = new wild_card_deconstructor_parameter(); + } + | literal_or_number + { + $$ = new const_deconstructor_parameter($1, @$); + } + | identifier tkColon type_ref { $$ = new var_deconstructor_parameter($1, $3, @$); } diff --git a/Parsers/PascalABCParserNewSaushkin/ABCPascalYacc.cs b/Parsers/PascalABCParserNewSaushkin/ABCPascalYacc.cs index b89895232..48137e05a 100644 --- a/Parsers/PascalABCParserNewSaushkin/ABCPascalYacc.cs +++ b/Parsers/PascalABCParserNewSaushkin/ABCPascalYacc.cs @@ -2,7 +2,7 @@ // GPPG version 1.3.6 // Machine: DESKTOP-IF20NRO -// DateTime: 1/27/2019 3:56:44 PM +// DateTime: 3/13/2019 10:42:00 AM // UserName: FatCow // Input file @@ -25,29 +25,29 @@ namespace GPPGParserScanner public enum Tokens { error=1,EOF=2,tkDirectiveName=3,tkAmpersend=4,tkColon=5,tkDotDot=6, tkPoint=7,tkRoundOpen=8,tkRoundClose=9,tkSemiColon=10,tkSquareOpen=11,tkSquareClose=12, - tkQuestion=13,tkQuestionPoint=14,tkDoubleQuestion=15,tkQuestionSquareOpen=16,tkSizeOf=17,tkTypeOf=18, - tkWhere=19,tkArray=20,tkCase=21,tkClass=22,tkAuto=23,tkStatic=24, - tkConst=25,tkConstructor=26,tkDestructor=27,tkElse=28,tkExcept=29,tkFile=30, - tkFor=31,tkForeach=32,tkFunction=33,tkMatch=34,tkWhen=35,tkIf=36, - tkImplementation=37,tkInherited=38,tkInterface=39,tkProcedure=40,tkOperator=41,tkProperty=42, - tkRaise=43,tkRecord=44,tkSet=45,tkType=46,tkThen=47,tkUses=48, - tkVar=49,tkWhile=50,tkWith=51,tkNil=52,tkGoto=53,tkOf=54, - tkLabel=55,tkLock=56,tkProgram=57,tkEvent=58,tkDefault=59,tkTemplate=60, - tkPacked=61,tkExports=62,tkResourceString=63,tkThreadvar=64,tkSealed=65,tkPartial=66, - tkTo=67,tkDownto=68,tkLoop=69,tkSequence=70,tkYield=71,tkNew=72, - tkOn=73,tkName=74,tkPrivate=75,tkProtected=76,tkPublic=77,tkInternal=78, - tkRead=79,tkWrite=80,tkParseModeExpression=81,tkParseModeStatement=82,tkParseModeType=83,tkBegin=84, - tkEnd=85,tkAsmBody=86,tkILCode=87,tkError=88,INVISIBLE=89,tkRepeat=90, - tkUntil=91,tkDo=92,tkComma=93,tkFinally=94,tkTry=95,tkInitialization=96, - tkFinalization=97,tkUnit=98,tkLibrary=99,tkExternal=100,tkParams=101,tkNamespace=102, - tkAssign=103,tkPlusEqual=104,tkMinusEqual=105,tkMultEqual=106,tkDivEqual=107,tkMinus=108, - tkPlus=109,tkSlash=110,tkStar=111,tkStarStar=112,tkEqual=113,tkGreater=114, - tkGreaterEqual=115,tkLower=116,tkLowerEqual=117,tkNotEqual=118,tkCSharpStyleOr=119,tkArrow=120, - tkOr=121,tkXor=122,tkAnd=123,tkDiv=124,tkMod=125,tkShl=126, - tkShr=127,tkNot=128,tkAs=129,tkIn=130,tkIs=131,tkImplicit=132, - tkExplicit=133,tkAddressOf=134,tkDeref=135,tkIdentifier=136,tkStringLiteral=137,tkFormatStringLiteral=138, - tkAsciiChar=139,tkAbstract=140,tkForward=141,tkOverload=142,tkReintroduce=143,tkOverride=144, - tkVirtual=145,tkExtensionMethod=146,tkInteger=147,tkFloat=148,tkHex=149}; + tkQuestion=13,tkUnderscore=14,tkQuestionPoint=15,tkDoubleQuestion=16,tkQuestionSquareOpen=17,tkSizeOf=18, + tkTypeOf=19,tkWhere=20,tkArray=21,tkCase=22,tkClass=23,tkAuto=24, + tkStatic=25,tkConst=26,tkConstructor=27,tkDestructor=28,tkElse=29,tkExcept=30, + tkFile=31,tkFor=32,tkForeach=33,tkFunction=34,tkMatch=35,tkWhen=36, + tkIf=37,tkImplementation=38,tkInherited=39,tkInterface=40,tkProcedure=41,tkOperator=42, + tkProperty=43,tkRaise=44,tkRecord=45,tkSet=46,tkType=47,tkThen=48, + tkUses=49,tkVar=50,tkWhile=51,tkWith=52,tkNil=53,tkGoto=54, + tkOf=55,tkLabel=56,tkLock=57,tkProgram=58,tkEvent=59,tkDefault=60, + tkTemplate=61,tkPacked=62,tkExports=63,tkResourceString=64,tkThreadvar=65,tkSealed=66, + tkPartial=67,tkTo=68,tkDownto=69,tkLoop=70,tkSequence=71,tkYield=72, + tkNew=73,tkOn=74,tkName=75,tkPrivate=76,tkProtected=77,tkPublic=78, + tkInternal=79,tkRead=80,tkWrite=81,tkParseModeExpression=82,tkParseModeStatement=83,tkParseModeType=84, + tkBegin=85,tkEnd=86,tkAsmBody=87,tkILCode=88,tkError=89,INVISIBLE=90, + tkRepeat=91,tkUntil=92,tkDo=93,tkComma=94,tkFinally=95,tkTry=96, + tkInitialization=97,tkFinalization=98,tkUnit=99,tkLibrary=100,tkExternal=101,tkParams=102, + tkNamespace=103,tkAssign=104,tkPlusEqual=105,tkMinusEqual=106,tkMultEqual=107,tkDivEqual=108, + tkMinus=109,tkPlus=110,tkSlash=111,tkStar=112,tkStarStar=113,tkEqual=114, + tkGreater=115,tkGreaterEqual=116,tkLower=117,tkLowerEqual=118,tkNotEqual=119,tkCSharpStyleOr=120, + tkArrow=121,tkOr=122,tkXor=123,tkAnd=124,tkDiv=125,tkMod=126, + tkShl=127,tkShr=128,tkNot=129,tkAs=130,tkIn=131,tkIs=132, + tkImplicit=133,tkExplicit=134,tkAddressOf=135,tkDeref=136,tkIdentifier=137,tkStringLiteral=138, + tkFormatStringLiteral=139,tkAsciiChar=140,tkAbstract=141,tkForward=142,tkOverload=143,tkReintroduce=144, + tkOverride=145,tkVirtual=146,tkExtensionMethod=147,tkInteger=148,tkFloat=149,tkHex=150}; // Abstract base class for GPLEX scanners public abstract class ScanBase : AbstractScanner { @@ -75,8 +75,8 @@ public partial class GPPGParser: ShiftReduceParser aliasses; #pragma warning restore 649 - private static Rule[] rules = new Rule[911]; - private static State[] states = new State[1512]; + private static Rule[] rules = new Rule[917]; + private static State[] states = new State[1523]; private static string[] nonTerms = new string[] { "parse_goal", "unit_key_word", "class_or_static", "assignment", "optional_array_initializer", "attribute_declarations", "ot_visibility_specifier", "one_attribute", "attribute_variable", @@ -157,230 +157,230 @@ public partial class GPPGParser: ShiftReduceParser tkCase, expr_l1, tkOf, case_list, else_case, tkEnd + case 523: // pattern_case -> const_pattern, tkWhen, expr_l1, tkColon, unlabelled_stmt +{ + CurrentSemanticValue.stn = new pattern_case(ValueStack[ValueStack.Depth-5].stn as pattern_node, ValueStack[ValueStack.Depth-1].stn as statement, ValueStack[ValueStack.Depth-3].ex, CurrentLocationSpan); + } + break; + case 524: // pattern_case -> const_pattern, tkColon, unlabelled_stmt +{ + CurrentSemanticValue.stn = new pattern_case(ValueStack[ValueStack.Depth-3].stn as pattern_node, ValueStack[ValueStack.Depth-1].stn as statement, null, CurrentLocationSpan); + } + break; + case 525: // case_stmt -> tkCase, expr_l1, tkOf, case_list, else_case, tkEnd { CurrentSemanticValue.stn = new case_node(ValueStack[ValueStack.Depth-5].ex, ValueStack[ValueStack.Depth-3].stn as case_variants, ValueStack[ValueStack.Depth-2].stn as statement, CurrentLocationSpan); } break; - case 524: // case_stmt -> tkCase, expr_l1, tkOf, case_list, tkSemiColon, else_case, tkEnd + case 526: // case_stmt -> tkCase, expr_l1, tkOf, case_list, tkSemiColon, else_case, tkEnd { CurrentSemanticValue.stn = new case_node(ValueStack[ValueStack.Depth-6].ex, ValueStack[ValueStack.Depth-4].stn as case_variants, ValueStack[ValueStack.Depth-2].stn as statement, CurrentLocationSpan); } break; - case 525: // case_stmt -> tkCase, expr_l1, tkOf, else_case, tkEnd + case 527: // case_stmt -> tkCase, expr_l1, tkOf, else_case, tkEnd { CurrentSemanticValue.stn = new case_node(ValueStack[ValueStack.Depth-4].ex, NewCaseItem(new empty_statement(), null), ValueStack[ValueStack.Depth-2].stn as statement, CurrentLocationSpan); } break; - case 526: // case_list -> case_item + case 528: // case_list -> case_item { if (ValueStack[ValueStack.Depth-1].stn is empty_statement) CurrentSemanticValue.stn = NewCaseItem(ValueStack[ValueStack.Depth-1].stn, null); else CurrentSemanticValue.stn = NewCaseItem(ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 527: // case_list -> case_list, tkSemiColon, case_item + case 529: // case_list -> case_list, tkSemiColon, case_item { CurrentSemanticValue.stn = AddCaseItem(ValueStack[ValueStack.Depth-3].stn as case_variants, ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 528: // case_item -> case_label_list, tkColon, unlabelled_stmt + case 530: // case_item -> case_label_list, tkColon, unlabelled_stmt { CurrentSemanticValue.stn = new case_variant(ValueStack[ValueStack.Depth-3].stn as expression_list, ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 529: // case_label_list -> case_label + case 531: // case_label_list -> case_label { CurrentSemanticValue.stn = new expression_list(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 530: // case_label_list -> case_label_list, tkComma, case_label + case 532: // case_label_list -> case_label_list, tkComma, case_label { CurrentSemanticValue.stn = (ValueStack[ValueStack.Depth-3].stn as expression_list).Add(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 531: // case_label -> const_elem + case 533: // case_label -> const_elem { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 532: // else_case -> /* empty */ + case 534: // else_case -> /* empty */ { CurrentSemanticValue.stn = null;} break; - case 533: // else_case -> tkElse, stmt_list + case 535: // else_case -> tkElse, stmt_list { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 534: // repeat_stmt -> tkRepeat, stmt_list, tkUntil, expr + case 536: // repeat_stmt -> tkRepeat, stmt_list, tkUntil, expr { CurrentSemanticValue.stn = new repeat_node(ValueStack[ValueStack.Depth-3].stn as statement_list, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); (ValueStack[ValueStack.Depth-3].stn as statement_list).left_logical_bracket = ValueStack[ValueStack.Depth-4].ti; @@ -5132,23 +5159,23 @@ public partial class GPPGParser: ShiftReduceParser tkWhile, expr_l1, optional_tk_do, unlabelled_stmt + case 537: // while_stmt -> tkWhile, expr_l1, optional_tk_do, unlabelled_stmt { CurrentSemanticValue.stn = NewWhileStmt(ValueStack[ValueStack.Depth-4].ti, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-2].ti, ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 536: // optional_tk_do -> tkDo + case 538: // optional_tk_do -> tkDo { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 537: // optional_tk_do -> /* empty */ + case 539: // optional_tk_do -> /* empty */ { CurrentSemanticValue.ti = null; } break; - case 538: // lock_stmt -> tkLock, expr_l1, tkDo, unlabelled_stmt + case 540: // lock_stmt -> tkLock, expr_l1, tkDo, unlabelled_stmt { CurrentSemanticValue.stn = new lock_stmt(ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 539: // foreach_stmt -> tkForeach, identifier, foreach_stmt_ident_dype_opt, tkIn, + case 541: // foreach_stmt -> tkForeach, identifier, foreach_stmt_ident_dype_opt, tkIn, // expr_l1, tkDo, unlabelled_stmt { CurrentSemanticValue.stn = new foreach_stmt(ValueStack[ValueStack.Depth-6].id, ValueStack[ValueStack.Depth-5].td, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); @@ -5156,68 +5183,68 @@ public partial class GPPGParser: ShiftReduceParser tkForeach, tkVar, identifier, tkColon, type_ref, tkIn, expr_l1, + case 542: // foreach_stmt -> tkForeach, tkVar, identifier, tkColon, type_ref, tkIn, expr_l1, // tkDo, unlabelled_stmt { CurrentSemanticValue.stn = new foreach_stmt(ValueStack[ValueStack.Depth-7].id, ValueStack[ValueStack.Depth-5].td, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 541: // foreach_stmt -> tkForeach, tkVar, identifier, tkIn, expr_l1, tkDo, + case 543: // foreach_stmt -> tkForeach, tkVar, identifier, tkIn, expr_l1, tkDo, // unlabelled_stmt { CurrentSemanticValue.stn = new foreach_stmt(ValueStack[ValueStack.Depth-5].id, new no_type_foreach(), ValueStack[ValueStack.Depth-3].ex, (statement)ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 542: // foreach_stmt_ident_dype_opt -> tkColon, type_ref + case 544: // foreach_stmt_ident_dype_opt -> tkColon, type_ref { CurrentSemanticValue.td = ValueStack[ValueStack.Depth-1].td; } break; - case 544: // for_stmt -> tkFor, optional_var, identifier, for_stmt_decl_or_assign, expr_l1, + case 546: // for_stmt -> tkFor, optional_var, identifier, for_stmt_decl_or_assign, expr_l1, // for_cycle_type, expr_l1, optional_tk_do, unlabelled_stmt { CurrentSemanticValue.stn = NewForStmt((bool)ValueStack[ValueStack.Depth-8].ob, ValueStack[ValueStack.Depth-7].id, ValueStack[ValueStack.Depth-6].td, ValueStack[ValueStack.Depth-5].ex, (for_cycle_type)ValueStack[ValueStack.Depth-4].ob, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-2].ti, ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 545: // optional_var -> tkVar + case 547: // optional_var -> tkVar { CurrentSemanticValue.ob = true; } break; - case 546: // optional_var -> /* empty */ + case 548: // optional_var -> /* empty */ { CurrentSemanticValue.ob = false; } break; - case 548: // for_stmt_decl_or_assign -> tkColon, simple_type_identifier, tkAssign + case 550: // for_stmt_decl_or_assign -> tkColon, simple_type_identifier, tkAssign { CurrentSemanticValue.td = ValueStack[ValueStack.Depth-2].td; } break; - case 549: // for_cycle_type -> tkTo + case 551: // for_cycle_type -> tkTo { CurrentSemanticValue.ob = for_cycle_type.to; } break; - case 550: // for_cycle_type -> tkDownto + case 552: // for_cycle_type -> tkDownto { CurrentSemanticValue.ob = for_cycle_type.downto; } break; - case 551: // with_stmt -> tkWith, expr_list, tkDo, unlabelled_stmt + case 553: // with_stmt -> tkWith, expr_list, tkDo, unlabelled_stmt { CurrentSemanticValue.stn = new with_statement(ValueStack[ValueStack.Depth-1].stn as statement, ValueStack[ValueStack.Depth-3].stn as expression_list, CurrentLocationSpan); } break; - case 552: // inherited_message -> tkInherited + case 554: // inherited_message -> tkInherited { CurrentSemanticValue.stn = new inherited_message(); CurrentSemanticValue.stn.source_context = CurrentLocationSpan; } break; - case 553: // try_stmt -> tkTry, stmt_list, try_handler + case 555: // try_stmt -> tkTry, stmt_list, try_handler { CurrentSemanticValue.stn = new try_stmt(ValueStack[ValueStack.Depth-2].stn as statement_list, ValueStack[ValueStack.Depth-1].stn as try_handler, CurrentLocationSpan); (ValueStack[ValueStack.Depth-2].stn as statement_list).left_logical_bracket = ValueStack[ValueStack.Depth-3].ti; ValueStack[ValueStack.Depth-2].stn.source_context = LocationStack[LocationStack.Depth-3].Merge(LocationStack[LocationStack.Depth-2]); } break; - case 554: // try_handler -> tkFinally, stmt_list, tkEnd + case 556: // try_handler -> tkFinally, stmt_list, tkEnd { CurrentSemanticValue.stn = new try_handler_finally(ValueStack[ValueStack.Depth-2].stn as statement_list, CurrentLocationSpan); (ValueStack[ValueStack.Depth-2].stn as statement_list).left_logical_bracket = ValueStack[ValueStack.Depth-3].ti; (ValueStack[ValueStack.Depth-2].stn as statement_list).right_logical_bracket = ValueStack[ValueStack.Depth-1].ti; } break; - case 555: // try_handler -> tkExcept, exception_block, tkEnd + case 557: // try_handler -> tkExcept, exception_block, tkEnd { CurrentSemanticValue.stn = new try_handler_except((exception_block)ValueStack[ValueStack.Depth-2].stn, CurrentLocationSpan); if ((ValueStack[ValueStack.Depth-2].stn as exception_block).stmt_list != null) @@ -5227,186 +5254,186 @@ public partial class GPPGParser: ShiftReduceParser exception_handler_list, exception_block_else_branch + case 558: // exception_block -> exception_handler_list, exception_block_else_branch { CurrentSemanticValue.stn = new exception_block(null, (exception_handler_list)ValueStack[ValueStack.Depth-2].stn, (statement_list)ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 557: // exception_block -> exception_handler_list, tkSemiColon, + case 559: // exception_block -> exception_handler_list, tkSemiColon, // exception_block_else_branch { CurrentSemanticValue.stn = new exception_block(null, (exception_handler_list)ValueStack[ValueStack.Depth-3].stn, (statement_list)ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 558: // exception_block -> stmt_list + case 560: // exception_block -> stmt_list { CurrentSemanticValue.stn = new exception_block(ValueStack[ValueStack.Depth-1].stn as statement_list, null, null, LocationStack[LocationStack.Depth-1]); } break; - case 559: // exception_handler_list -> exception_handler + case 561: // exception_handler_list -> exception_handler { CurrentSemanticValue.stn = new exception_handler_list(ValueStack[ValueStack.Depth-1].stn as exception_handler, CurrentLocationSpan); } break; - case 560: // exception_handler_list -> exception_handler_list, tkSemiColon, + case 562: // exception_handler_list -> exception_handler_list, tkSemiColon, // exception_handler { CurrentSemanticValue.stn = (ValueStack[ValueStack.Depth-3].stn as exception_handler_list).Add(ValueStack[ValueStack.Depth-1].stn as exception_handler, CurrentLocationSpan); } break; - case 561: // exception_block_else_branch -> /* empty */ + case 563: // exception_block_else_branch -> /* empty */ { CurrentSemanticValue.stn = null; } break; - case 562: // exception_block_else_branch -> tkElse, stmt_list + case 564: // exception_block_else_branch -> tkElse, stmt_list { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 563: // exception_handler -> tkOn, exception_identifier, tkDo, unlabelled_stmt + case 565: // exception_handler -> tkOn, exception_identifier, tkDo, unlabelled_stmt { CurrentSemanticValue.stn = new exception_handler((ValueStack[ValueStack.Depth-3].stn as exception_ident).variable, (ValueStack[ValueStack.Depth-3].stn as exception_ident).type_name, ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 564: // exception_identifier -> exception_class_type_identifier + case 566: // exception_identifier -> exception_class_type_identifier { CurrentSemanticValue.stn = new exception_ident(null, (named_type_reference)ValueStack[ValueStack.Depth-1].td, CurrentLocationSpan); } break; - case 565: // exception_identifier -> exception_variable, tkColon, + case 567: // exception_identifier -> exception_variable, tkColon, // exception_class_type_identifier { CurrentSemanticValue.stn = new exception_ident(ValueStack[ValueStack.Depth-3].id, (named_type_reference)ValueStack[ValueStack.Depth-1].td, CurrentLocationSpan); } break; - case 566: // exception_class_type_identifier -> simple_type_identifier + case 568: // exception_class_type_identifier -> simple_type_identifier { CurrentSemanticValue.td = ValueStack[ValueStack.Depth-1].td; } break; - case 567: // exception_variable -> identifier + case 569: // exception_variable -> identifier { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 568: // raise_stmt -> tkRaise + case 570: // raise_stmt -> tkRaise { CurrentSemanticValue.stn = new raise_stmt(); CurrentSemanticValue.stn.source_context = CurrentLocationSpan; } break; - case 569: // raise_stmt -> tkRaise, expr + case 571: // raise_stmt -> tkRaise, expr { CurrentSemanticValue.stn = new raise_stmt(ValueStack[ValueStack.Depth-1].ex, null, CurrentLocationSpan); } break; - case 570: // expr_list -> expr_with_func_decl_lambda + case 572: // expr_list -> expr_with_func_decl_lambda { CurrentSemanticValue.stn = new expression_list(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 571: // expr_list -> expr_list, tkComma, expr_with_func_decl_lambda + case 573: // expr_list -> expr_list, tkComma, expr_with_func_decl_lambda { CurrentSemanticValue.stn = (ValueStack[ValueStack.Depth-3].stn as expression_list).Add(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 572: // expr_as_stmt -> allowable_expr_as_stmt + case 574: // expr_as_stmt -> allowable_expr_as_stmt { CurrentSemanticValue.stn = new expression_as_statement(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 573: // allowable_expr_as_stmt -> new_expr + case 575: // allowable_expr_as_stmt -> new_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 574: // expr_with_func_decl_lambda -> expr + case 576: // expr_with_func_decl_lambda -> expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 575: // expr_with_func_decl_lambda -> func_decl_lambda + case 577: // expr_with_func_decl_lambda -> func_decl_lambda { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 576: // expr -> expr_l1 + case 578: // expr -> expr_l1 { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 577: // expr -> format_expr + case 579: // expr -> format_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 578: // expr_l1 -> expr_dq + case 580: // expr_l1 -> expr_dq { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 579: // expr_l1 -> question_expr + case 581: // expr_l1 -> question_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 580: // expr_l1_func_decl_lambda -> expr_l1 + case 582: // expr_l1_func_decl_lambda -> expr_l1 { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 581: // expr_l1_func_decl_lambda -> func_decl_lambda + case 583: // expr_l1_func_decl_lambda -> func_decl_lambda { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 582: // expr_dq -> relop_expr + case 584: // expr_dq -> relop_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 583: // expr_dq -> expr_dq, tkDoubleQuestion, relop_expr + case 585: // expr_dq -> expr_dq, tkDoubleQuestion, relop_expr { CurrentSemanticValue.ex = new double_question_node(ValueStack[ValueStack.Depth-3].ex as expression, ValueStack[ValueStack.Depth-1].ex as expression, CurrentLocationSpan);} break; - case 584: // sizeof_expr -> tkSizeOf, tkRoundOpen, simple_or_template_type_reference, + case 586: // sizeof_expr -> tkSizeOf, tkRoundOpen, simple_or_template_type_reference, // tkRoundClose { CurrentSemanticValue.ex = new sizeof_operator((named_type_reference)ValueStack[ValueStack.Depth-2].td, null, CurrentLocationSpan); } break; - case 585: // typeof_expr -> tkTypeOf, tkRoundOpen, simple_or_template_type_reference, + case 587: // typeof_expr -> tkTypeOf, tkRoundOpen, simple_or_template_type_reference, // tkRoundClose { CurrentSemanticValue.ex = new typeof_operator((named_type_reference)ValueStack[ValueStack.Depth-2].td, CurrentLocationSpan); } break; - case 586: // typeof_expr -> tkTypeOf, tkRoundOpen, empty_template_type_reference, + case 588: // typeof_expr -> tkTypeOf, tkRoundOpen, empty_template_type_reference, // tkRoundClose { CurrentSemanticValue.ex = new typeof_operator((named_type_reference)ValueStack[ValueStack.Depth-2].td, CurrentLocationSpan); } break; - case 587: // question_expr -> expr_l1, tkQuestion, expr_l1, tkColon, expr_l1 + case 589: // question_expr -> expr_l1, tkQuestion, expr_l1, tkColon, expr_l1 { if (ValueStack[ValueStack.Depth-3].ex is nil_const && ValueStack[ValueStack.Depth-1].ex is nil_const) parsertools.AddErrorFromResource("TWO_NILS_IN_QUESTION_EXPR",LocationStack[LocationStack.Depth-3]); CurrentSemanticValue.ex = new question_colon_expression(ValueStack[ValueStack.Depth-5].ex, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 588: // empty_template_type_reference -> simple_type_identifier, + case 590: // empty_template_type_reference -> simple_type_identifier, // template_type_empty_params { CurrentSemanticValue.td = new template_type_reference((named_type_reference)ValueStack[ValueStack.Depth-2].td, (template_param_list)ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 589: // empty_template_type_reference -> simple_type_identifier, tkAmpersend, + case 591: // empty_template_type_reference -> simple_type_identifier, tkAmpersend, // template_type_empty_params { CurrentSemanticValue.td = new template_type_reference((named_type_reference)ValueStack[ValueStack.Depth-3].td, (template_param_list)ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 590: // simple_or_template_type_reference -> simple_type_identifier + case 592: // simple_or_template_type_reference -> simple_type_identifier { CurrentSemanticValue.td = ValueStack[ValueStack.Depth-1].td; } break; - case 591: // simple_or_template_type_reference -> simple_type_identifier, + case 593: // simple_or_template_type_reference -> simple_type_identifier, // template_type_params { CurrentSemanticValue.td = new template_type_reference((named_type_reference)ValueStack[ValueStack.Depth-2].td, (template_param_list)ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 592: // simple_or_template_type_reference -> simple_type_identifier, tkAmpersend, + case 594: // simple_or_template_type_reference -> simple_type_identifier, tkAmpersend, // template_type_params { CurrentSemanticValue.td = new template_type_reference((named_type_reference)ValueStack[ValueStack.Depth-3].td, (template_param_list)ValueStack[ValueStack.Depth-1].stn, CurrentLocationSpan); } break; - case 593: // optional_array_initializer -> tkRoundOpen, typed_const_list, tkRoundClose + case 595: // optional_array_initializer -> tkRoundOpen, typed_const_list, tkRoundClose { CurrentSemanticValue.stn = new array_const((expression_list)ValueStack[ValueStack.Depth-2].stn, CurrentLocationSpan); } break; - case 595: // new_expr -> tkNew, simple_or_template_type_reference, + case 597: // new_expr -> tkNew, simple_or_template_type_reference, // optional_expr_list_with_bracket { CurrentSemanticValue.ex = new new_expr(ValueStack[ValueStack.Depth-2].td, ValueStack[ValueStack.Depth-1].stn as expression_list, false, null, CurrentLocationSpan); } break; - case 596: // new_expr -> tkNew, simple_or_template_type_reference, tkSquareOpen, + case 598: // new_expr -> tkNew, simple_or_template_type_reference, tkSquareOpen, // optional_expr_list, tkSquareClose, optional_array_initializer { var el = ValueStack[ValueStack.Depth-3].stn as expression_list; @@ -5422,7 +5449,7 @@ public partial class GPPGParser: ShiftReduceParser tkNew, tkClass, tkRoundOpen, list_fields_in_unnamed_object, + case 599: // new_expr -> tkNew, tkClass, tkRoundOpen, list_fields_in_unnamed_object, // tkRoundClose { // sugared node @@ -5437,12 +5464,12 @@ public partial class GPPGParser: ShiftReduceParser identifier, tkAssign, relop_expr + case 600: // field_in_unnamed_object -> identifier, tkAssign, relop_expr { CurrentSemanticValue.ob = new name_assign_expr(ValueStack[ValueStack.Depth-3].id,ValueStack[ValueStack.Depth-1].ex,CurrentLocationSpan); } break; - case 599: // field_in_unnamed_object -> relop_expr + case 601: // field_in_unnamed_object -> relop_expr { ident name = null; var id = ValueStack[ValueStack.Depth-1].ex as ident; @@ -5462,13 +5489,13 @@ public partial class GPPGParser: ShiftReduceParser field_in_unnamed_object + case 602: // list_fields_in_unnamed_object -> field_in_unnamed_object { var l = new name_assign_expr_list(); CurrentSemanticValue.ob = l.Add(ValueStack[ValueStack.Depth-1].ob as name_assign_expr); } break; - case 601: // list_fields_in_unnamed_object -> list_fields_in_unnamed_object, tkComma, + case 603: // list_fields_in_unnamed_object -> list_fields_in_unnamed_object, tkComma, // field_in_unnamed_object { var nel = ValueStack[ValueStack.Depth-3].ob as name_assign_expr_list; @@ -5479,63 +5506,63 @@ public partial class GPPGParser: ShiftReduceParser /* empty */ + case 604: // optional_expr_list_with_bracket -> /* empty */ { CurrentSemanticValue.stn = null; } break; - case 603: // optional_expr_list_with_bracket -> tkRoundOpen, optional_expr_list, + case 605: // optional_expr_list_with_bracket -> tkRoundOpen, optional_expr_list, // tkRoundClose { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-2].stn; } break; - case 604: // relop_expr -> simple_expr + case 606: // relop_expr -> simple_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 605: // relop_expr -> relop_expr, relop, simple_expr + case 607: // relop_expr -> relop_expr, relop, simple_expr { CurrentSemanticValue.ex = new bin_expr(ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, ValueStack[ValueStack.Depth-2].op.type, CurrentLocationSpan); } break; - case 606: // relop_expr -> is_expr, tkRoundOpen, pattern_out_param_list, tkRoundClose + case 608: // relop_expr -> is_expr, tkRoundOpen, pattern_out_param_list, tkRoundClose { var isTypeCheck = ValueStack[ValueStack.Depth-4].ex as typecast_node; var deconstructorPattern = new deconstructor_pattern(ValueStack[ValueStack.Depth-2].ob as List, isTypeCheck.type_def, CurrentLocationSpan); CurrentSemanticValue.ex = new is_pattern_expr(isTypeCheck.expr, deconstructorPattern, CurrentLocationSpan); } break; - case 607: // pattern -> simple_or_template_type_reference, tkRoundOpen, + case 609: // pattern -> simple_or_template_type_reference, tkRoundOpen, // pattern_out_param_list, tkRoundClose { CurrentSemanticValue.stn = new deconstructor_pattern(ValueStack[ValueStack.Depth-2].ob as List, ValueStack[ValueStack.Depth-4].td, CurrentLocationSpan); } break; - case 608: // pattern_optional_var -> simple_or_template_type_reference, tkRoundOpen, + case 610: // pattern_optional_var -> simple_or_template_type_reference, tkRoundOpen, // pattern_out_param_list_optional_var, tkRoundClose { CurrentSemanticValue.stn = new deconstructor_pattern(ValueStack[ValueStack.Depth-2].ob as List, ValueStack[ValueStack.Depth-4].td, CurrentLocationSpan); } break; - case 609: // pattern_optional_var -> const_pattern_expr_list + case 611: // const_pattern -> const_pattern_expr_list { CurrentSemanticValue.stn = new const_pattern(ValueStack[ValueStack.Depth-1].stn as expression_list, CurrentLocationSpan); } break; - case 610: // const_pattern_expr_list -> const_pattern_expression + case 612: // const_pattern_expr_list -> const_pattern_expression { CurrentSemanticValue.stn = new expression_list(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 611: // const_pattern_expr_list -> const_pattern_expr_list, tkComma, + case 613: // const_pattern_expr_list -> const_pattern_expr_list, tkComma, // const_pattern_expression { CurrentSemanticValue.stn = (ValueStack[ValueStack.Depth-3].stn as expression_list).Add(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 612: // const_pattern_expression -> literal_or_number + case 614: // const_pattern_expression -> literal_or_number { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 613: // const_pattern_expression -> tuple_pattern + case 615: // const_pattern_expression -> tuple_pattern { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 614: // tuple_pattern -> tkRoundOpen, tuple_pattern_expr, tkComma, + case 616: // tuple_pattern -> tkRoundOpen, tuple_pattern_expr, tkComma, // tuple_pattern_expr_list, lambda_type_ref, // optional_full_lambda_fp_list, tkRoundClose { @@ -5550,29 +5577,29 @@ public partial class GPPGParser: ShiftReduceParser tkQuestion + case 617: // tuple_pattern_expr -> tkUnderscore { CurrentSemanticValue.ex = new tuple_wild_card(); } break; - case 616: // tuple_pattern_expr -> literal_or_number + case 618: // tuple_pattern_expr -> literal_or_number { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 617: // tuple_pattern_expr_list -> tuple_pattern_expr + case 619: // tuple_pattern_expr_list -> tuple_pattern_expr { CurrentSemanticValue.stn = new expression_list(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 618: // tuple_pattern_expr_list -> tuple_pattern_expr_list, tkComma, tuple_pattern_expr + case 620: // tuple_pattern_expr_list -> tuple_pattern_expr_list, tkComma, tuple_pattern_expr { CurrentSemanticValue.stn = (ValueStack[ValueStack.Depth-3].stn as expression_list).Add(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 619: // pattern_out_param_list_optional_var -> pattern_out_param_optional_var + case 621: // pattern_out_param_list_optional_var -> pattern_out_param_optional_var { CurrentSemanticValue.ob = new List(); (CurrentSemanticValue.ob as List).Add(ValueStack[ValueStack.Depth-1].stn as pattern_deconstructor_parameter); } break; - case 620: // pattern_out_param_list_optional_var -> pattern_out_param_list_optional_var, + case 622: // pattern_out_param_list_optional_var -> pattern_out_param_list_optional_var, // tkSemiColon, // pattern_out_param_optional_var { @@ -5581,7 +5608,7 @@ public partial class GPPGParser: ShiftReduceParser pattern_out_param_list_optional_var, + case 623: // pattern_out_param_list_optional_var -> pattern_out_param_list_optional_var, // tkComma, // pattern_out_param_optional_var { @@ -5590,13 +5617,13 @@ public partial class GPPGParser: ShiftReduceParser pattern_out_param + case 624: // pattern_out_param_list -> pattern_out_param { CurrentSemanticValue.ob = new List(); (CurrentSemanticValue.ob as List).Add(ValueStack[ValueStack.Depth-1].stn as pattern_deconstructor_parameter); } break; - case 623: // pattern_out_param_list -> pattern_out_param_list, tkSemiColon, + case 625: // pattern_out_param_list -> pattern_out_param_list, tkSemiColon, // pattern_out_param { var list = ValueStack[ValueStack.Depth-3].ob as List; @@ -5604,242 +5631,262 @@ public partial class GPPGParser: ShiftReduceParser pattern_out_param_list, tkComma, pattern_out_param + case 626: // pattern_out_param_list -> pattern_out_param_list, tkComma, pattern_out_param { var list = ValueStack[ValueStack.Depth-3].ob as List; list.Add(ValueStack[ValueStack.Depth-1].stn as pattern_deconstructor_parameter); CurrentSemanticValue.ob = list; } break; - case 625: // pattern_out_param -> tkVar, identifier, tkColon, type_ref + case 627: // pattern_out_param -> tkUnderscore +{ + CurrentSemanticValue.stn = new wild_card_deconstructor_parameter(); + } + break; + case 628: // pattern_out_param -> literal_or_number +{ + CurrentSemanticValue.stn = new const_deconstructor_parameter(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); + } + break; + case 629: // pattern_out_param -> tkVar, identifier, tkColon, type_ref { CurrentSemanticValue.stn = new var_deconstructor_parameter(ValueStack[ValueStack.Depth-3].id, ValueStack[ValueStack.Depth-1].td, CurrentLocationSpan); } break; - case 626: // pattern_out_param -> tkVar, identifier + case 630: // pattern_out_param -> tkVar, identifier { CurrentSemanticValue.stn = new var_deconstructor_parameter(ValueStack[ValueStack.Depth-1].id, null, CurrentLocationSpan); } break; - case 627: // pattern_out_param -> pattern + case 631: // pattern_out_param -> pattern { CurrentSemanticValue.stn = new recursive_deconstructor_parameter(ValueStack[ValueStack.Depth-1].stn as pattern_node, CurrentLocationSpan); } break; - case 628: // pattern_out_param_optional_var -> identifier, tkColon, type_ref + case 632: // pattern_out_param_optional_var -> tkUnderscore +{ + CurrentSemanticValue.stn = new wild_card_deconstructor_parameter(); + } + break; + case 633: // pattern_out_param_optional_var -> literal_or_number +{ + CurrentSemanticValue.stn = new const_deconstructor_parameter(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); + } + break; + case 634: // pattern_out_param_optional_var -> identifier, tkColon, type_ref { CurrentSemanticValue.stn = new var_deconstructor_parameter(ValueStack[ValueStack.Depth-3].id, ValueStack[ValueStack.Depth-1].td, CurrentLocationSpan); } break; - case 629: // pattern_out_param_optional_var -> identifier + case 635: // pattern_out_param_optional_var -> identifier { CurrentSemanticValue.stn = new var_deconstructor_parameter(ValueStack[ValueStack.Depth-1].id, null, CurrentLocationSpan); } break; - case 630: // pattern_out_param_optional_var -> tkVar, identifier, tkColon, type_ref + case 636: // pattern_out_param_optional_var -> tkVar, identifier, tkColon, type_ref { CurrentSemanticValue.stn = new var_deconstructor_parameter(ValueStack[ValueStack.Depth-3].id, ValueStack[ValueStack.Depth-1].td, CurrentLocationSpan); } break; - case 631: // pattern_out_param_optional_var -> tkVar, identifier + case 637: // pattern_out_param_optional_var -> tkVar, identifier { CurrentSemanticValue.stn = new var_deconstructor_parameter(ValueStack[ValueStack.Depth-1].id, null, CurrentLocationSpan); } break; - case 632: // pattern_out_param_optional_var -> pattern_optional_var + case 638: // pattern_out_param_optional_var -> pattern_optional_var { CurrentSemanticValue.stn = new recursive_deconstructor_parameter(ValueStack[ValueStack.Depth-1].stn as pattern_node, CurrentLocationSpan); } break; - case 633: // simple_expr_or_nothing -> simple_expr + case 639: // simple_expr_or_nothing -> simple_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 634: // simple_expr_or_nothing -> /* empty */ + case 640: // simple_expr_or_nothing -> /* empty */ { CurrentSemanticValue.ex = null; } break; - case 635: // const_expr_or_nothing -> const_expr + case 641: // const_expr_or_nothing -> const_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 636: // const_expr_or_nothing -> /* empty */ + case 642: // const_expr_or_nothing -> /* empty */ { CurrentSemanticValue.ex = null; } break; - case 637: // format_expr -> simple_expr, tkColon, simple_expr_or_nothing + case 643: // format_expr -> simple_expr, tkColon, simple_expr_or_nothing { CurrentSemanticValue.ex = new format_expr(ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, null, CurrentLocationSpan); } break; - case 638: // format_expr -> tkColon, simple_expr_or_nothing + case 644: // format_expr -> tkColon, simple_expr_or_nothing { CurrentSemanticValue.ex = new format_expr(null, ValueStack[ValueStack.Depth-1].ex, null, CurrentLocationSpan); } break; - case 639: // format_expr -> simple_expr, tkColon, simple_expr_or_nothing, tkColon, + case 645: // format_expr -> simple_expr, tkColon, simple_expr_or_nothing, tkColon, // simple_expr { CurrentSemanticValue.ex = new format_expr(ValueStack[ValueStack.Depth-5].ex, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 640: // format_expr -> tkColon, simple_expr_or_nothing, tkColon, simple_expr + case 646: // format_expr -> tkColon, simple_expr_or_nothing, tkColon, simple_expr { CurrentSemanticValue.ex = new format_expr(null, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 641: // format_const_expr -> const_expr, tkColon, const_expr_or_nothing + case 647: // format_const_expr -> const_expr, tkColon, const_expr_or_nothing { CurrentSemanticValue.ex = new format_expr(ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, null, CurrentLocationSpan); } break; - case 642: // format_const_expr -> tkColon, const_expr_or_nothing + case 648: // format_const_expr -> tkColon, const_expr_or_nothing { CurrentSemanticValue.ex = new format_expr(null, ValueStack[ValueStack.Depth-1].ex, null, CurrentLocationSpan); } break; - case 643: // format_const_expr -> const_expr, tkColon, const_expr_or_nothing, tkColon, + case 649: // format_const_expr -> const_expr, tkColon, const_expr_or_nothing, tkColon, // const_expr { CurrentSemanticValue.ex = new format_expr(ValueStack[ValueStack.Depth-5].ex, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 644: // format_const_expr -> tkColon, const_expr_or_nothing, tkColon, const_expr + case 650: // format_const_expr -> tkColon, const_expr_or_nothing, tkColon, const_expr { CurrentSemanticValue.ex = new format_expr(null, ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 645: // relop -> tkEqual + case 651: // relop -> tkEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 646: // relop -> tkNotEqual + case 652: // relop -> tkNotEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 647: // relop -> tkLower + case 653: // relop -> tkLower { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 648: // relop -> tkGreater + case 654: // relop -> tkGreater { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 649: // relop -> tkLowerEqual + case 655: // relop -> tkLowerEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 650: // relop -> tkGreaterEqual + case 656: // relop -> tkGreaterEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 651: // relop -> tkIn + case 657: // relop -> tkIn { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 652: // simple_expr -> term + case 658: // simple_expr -> term { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 653: // simple_expr -> simple_expr, addop, term + case 659: // simple_expr -> simple_expr, addop, term { CurrentSemanticValue.ex = new bin_expr(ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, ValueStack[ValueStack.Depth-2].op.type, CurrentLocationSpan); } break; - case 654: // addop -> tkPlus + case 660: // addop -> tkPlus { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 655: // addop -> tkMinus + case 661: // addop -> tkMinus { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 656: // addop -> tkOr + case 662: // addop -> tkOr { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 657: // addop -> tkXor + case 663: // addop -> tkXor { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 658: // addop -> tkCSharpStyleOr + case 664: // addop -> tkCSharpStyleOr { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 659: // typecast_op -> tkAs + case 665: // typecast_op -> tkAs { CurrentSemanticValue.ob = op_typecast.as_op; } break; - case 660: // typecast_op -> tkIs + case 666: // typecast_op -> tkIs { CurrentSemanticValue.ob = op_typecast.is_op; } break; - case 661: // as_is_expr -> is_expr + case 667: // as_is_expr -> is_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 662: // as_is_expr -> as_expr + case 668: // as_is_expr -> as_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 663: // as_expr -> term, tkAs, simple_or_template_type_reference + case 669: // as_expr -> term, tkAs, simple_or_template_type_reference { CurrentSemanticValue.ex = NewAsIsExpr(ValueStack[ValueStack.Depth-3].ex, op_typecast.as_op, ValueStack[ValueStack.Depth-1].td, CurrentLocationSpan); } break; - case 664: // is_expr -> term, tkIs, simple_or_template_type_reference + case 670: // is_expr -> term, tkIs, simple_or_template_type_reference { CurrentSemanticValue.ex = NewAsIsExpr(ValueStack[ValueStack.Depth-3].ex, op_typecast.is_op, ValueStack[ValueStack.Depth-1].td, CurrentLocationSpan); } break; - case 665: // is_expr -> term, tkIs, literal_or_number + case 671: // is_expr -> term, tkIs, literal_or_number { CurrentSemanticValue.ex = NewIsObjectExpr(ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 666: // simple_term -> factor + case 672: // simple_term -> factor { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 667: // power_expr -> simple_term, tkStarStar, factor + case 673: // power_expr -> simple_term, tkStarStar, factor { CurrentSemanticValue.ex = new bin_expr(ValueStack[ValueStack.Depth-3].ex,ValueStack[ValueStack.Depth-1].ex,(ValueStack[ValueStack.Depth-2].op).type, CurrentLocationSpan); } break; - case 668: // term -> factor + case 674: // term -> factor { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 669: // term -> new_expr + case 675: // term -> new_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 670: // term -> power_expr + case 676: // term -> power_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 671: // term -> term, mulop, factor + case 677: // term -> term, mulop, factor { CurrentSemanticValue.ex = new bin_expr(ValueStack[ValueStack.Depth-3].ex,ValueStack[ValueStack.Depth-1].ex,(ValueStack[ValueStack.Depth-2].op).type, CurrentLocationSpan); } break; - case 672: // term -> term, mulop, power_expr + case 678: // term -> term, mulop, power_expr { CurrentSemanticValue.ex = new bin_expr(ValueStack[ValueStack.Depth-3].ex,ValueStack[ValueStack.Depth-1].ex,(ValueStack[ValueStack.Depth-2].op).type, CurrentLocationSpan); } break; - case 673: // term -> as_is_expr + case 679: // term -> as_is_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 674: // mulop -> tkStar + case 680: // mulop -> tkStar { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 675: // mulop -> tkSlash + case 681: // mulop -> tkSlash { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 676: // mulop -> tkDiv + case 682: // mulop -> tkDiv { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 677: // mulop -> tkMod + case 683: // mulop -> tkMod { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 678: // mulop -> tkShl + case 684: // mulop -> tkShl { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 679: // mulop -> tkShr + case 685: // mulop -> tkShr { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 680: // mulop -> tkAnd + case 686: // mulop -> tkAnd { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 681: // default_expr -> tkDefault, tkRoundOpen, simple_or_template_type_reference, + case 687: // default_expr -> tkDefault, tkRoundOpen, simple_or_template_type_reference, // tkRoundClose { CurrentSemanticValue.ex = new default_operator(ValueStack[ValueStack.Depth-2].td as named_type_reference, CurrentLocationSpan); } break; - case 682: // tuple -> tkRoundOpen, expr_l1, tkComma, expr_l1_list, lambda_type_ref, + case 688: // tuple -> tkRoundOpen, expr_l1, tkComma, expr_l1_list, lambda_type_ref, // optional_full_lambda_fp_list, tkRoundClose { /*if ($5 != null) @@ -5853,29 +5900,29 @@ public partial class GPPGParser: ShiftReduceParser tkNil + case 689: // factor -> tkNil { CurrentSemanticValue.ex = new nil_const(); CurrentSemanticValue.ex.source_context = CurrentLocationSpan; } break; - case 684: // factor -> literal_or_number + case 690: // factor -> literal_or_number { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 685: // factor -> default_expr + case 691: // factor -> default_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 686: // factor -> tkSquareOpen, elem_list, tkSquareClose + case 692: // factor -> tkSquareOpen, elem_list, tkSquareClose { CurrentSemanticValue.ex = new pascal_set_constant(ValueStack[ValueStack.Depth-2].stn as expression_list, CurrentLocationSpan); } break; - case 687: // factor -> tkNot, factor + case 693: // factor -> tkNot, factor { CurrentSemanticValue.ex = new un_expr(ValueStack[ValueStack.Depth-1].ex, ValueStack[ValueStack.Depth-2].op.type, CurrentLocationSpan); } break; - case 688: // factor -> sign, factor + case 694: // factor -> sign, factor { if (ValueStack[ValueStack.Depth-2].op.type == Operators.Minus) { @@ -5902,91 +5949,91 @@ public partial class GPPGParser: ShiftReduceParser var_reference + case 695: // factor -> var_reference { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 690: // factor -> tuple + case 696: // factor -> tuple { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 691: // literal_or_number -> literal + case 697: // literal_or_number -> literal { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 692: // literal_or_number -> unsigned_number + case 698: // literal_or_number -> unsigned_number { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 693: // var_question_point -> variable, tkQuestionPoint, variable + case 699: // var_question_point -> variable, tkQuestionPoint, variable { CurrentSemanticValue.ex = new dot_question_node(ValueStack[ValueStack.Depth-3].ex as addressed_value,ValueStack[ValueStack.Depth-1].ex as addressed_value,CurrentLocationSpan); } break; - case 694: // var_question_point -> variable, tkQuestionPoint, var_question_point + case 700: // var_question_point -> variable, tkQuestionPoint, var_question_point { CurrentSemanticValue.ex = new dot_question_node(ValueStack[ValueStack.Depth-3].ex as addressed_value,ValueStack[ValueStack.Depth-1].ex as addressed_value,CurrentLocationSpan); } break; - case 695: // var_reference -> var_address, variable + case 701: // var_reference -> var_address, variable { CurrentSemanticValue.ex = NewVarReference(ValueStack[ValueStack.Depth-2].stn as get_address, ValueStack[ValueStack.Depth-1].ex as addressed_value, CurrentLocationSpan); } break; - case 696: // var_reference -> variable + case 702: // var_reference -> variable { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 697: // var_reference -> var_question_point + case 703: // var_reference -> var_question_point { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 698: // var_address -> tkAddressOf + case 704: // var_address -> tkAddressOf { CurrentSemanticValue.stn = NewVarAddress(CurrentLocationSpan); } break; - case 699: // var_address -> var_address, tkAddressOf + case 705: // var_address -> var_address, tkAddressOf { CurrentSemanticValue.stn = NewVarAddress(ValueStack[ValueStack.Depth-2].stn as get_address, CurrentLocationSpan); } break; - case 700: // attribute_variable -> simple_type_identifier, optional_expr_list_with_bracket + case 706: // attribute_variable -> simple_type_identifier, optional_expr_list_with_bracket { CurrentSemanticValue.stn = new attribute(null, ValueStack[ValueStack.Depth-2].td as named_type_reference, ValueStack[ValueStack.Depth-1].stn as expression_list, CurrentLocationSpan); } break; - case 701: // attribute_variable -> template_type, optional_expr_list_with_bracket + case 707: // attribute_variable -> template_type, optional_expr_list_with_bracket { CurrentSemanticValue.stn = new attribute(null, ValueStack[ValueStack.Depth-2].td as named_type_reference, ValueStack[ValueStack.Depth-1].stn as expression_list, CurrentLocationSpan); } break; - case 702: // dotted_identifier -> identifier + case 708: // dotted_identifier -> identifier { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].id; } break; - case 703: // dotted_identifier -> dotted_identifier, tkPoint, identifier_or_keyword + case 709: // dotted_identifier -> dotted_identifier, tkPoint, identifier_or_keyword { CurrentSemanticValue.ex = new dot_node(ValueStack[ValueStack.Depth-3].ex as addressed_value, ValueStack[ValueStack.Depth-1].id as addressed_value, CurrentLocationSpan); } break; - case 704: // variable_as_type -> dotted_identifier + case 710: // variable_as_type -> dotted_identifier { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex;} break; - case 705: // variable_as_type -> dotted_identifier, template_type_params + case 711: // variable_as_type -> dotted_identifier, template_type_params { CurrentSemanticValue.ex = new ident_with_templateparams(ValueStack[ValueStack.Depth-2].ex as addressed_value, ValueStack[ValueStack.Depth-1].stn as template_param_list, CurrentLocationSpan); } break; - case 706: // variable_or_literal_or_number -> variable + case 712: // variable_or_literal_or_number -> variable { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 707: // variable_or_literal_or_number -> literal_or_number + case 713: // variable_or_literal_or_number -> literal_or_number { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 708: // variable -> identifier + case 714: // variable -> identifier { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].id; } break; - case 709: // variable -> operator_name_ident + case 715: // variable -> operator_name_ident { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 710: // variable -> tkInherited, identifier + case 716: // variable -> tkInherited, identifier { CurrentSemanticValue.ex = new inherited_ident(ValueStack[ValueStack.Depth-1].id.name, CurrentLocationSpan); } break; - case 711: // variable -> tkRoundOpen, expr, tkRoundClose + case 717: // variable -> tkRoundOpen, expr, tkRoundClose { if (!parsertools.build_tree_for_formatter) { @@ -5996,18 +6043,18 @@ public partial class GPPGParser: ShiftReduceParser sizeof_expr + case 718: // variable -> sizeof_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 713: // variable -> typeof_expr + case 719: // variable -> typeof_expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 714: // variable -> literal_or_number, tkPoint, identifier_or_keyword + case 720: // variable -> literal_or_number, tkPoint, identifier_or_keyword { CurrentSemanticValue.ex = new dot_node(ValueStack[ValueStack.Depth-3].ex as addressed_value, ValueStack[ValueStack.Depth-1].id as addressed_value, CurrentLocationSpan); } break; - case 715: // variable -> variable_or_literal_or_number, tkSquareOpen, expr_list, + case 721: // variable -> variable_or_literal_or_number, tkSquareOpen, expr_list, // tkSquareClose { var el = ValueStack[ValueStack.Depth-2].stn as expression_list; // SSM 10/03/16 @@ -6026,7 +6073,7 @@ public partial class GPPGParser: ShiftReduceParser variable, tkQuestionSquareOpen, format_expr, tkSquareClose + case 722: // variable -> variable, tkQuestionSquareOpen, format_expr, tkSquareClose { var fe = ValueStack[ValueStack.Depth-2].ex as format_expr; // SSM 9/01/17 if (!parsertools.build_tree_for_formatter) @@ -6039,71 +6086,71 @@ public partial class GPPGParser: ShiftReduceParser variable, tkRoundOpen, optional_expr_list, tkRoundClose + case 723: // variable -> variable, tkRoundOpen, optional_expr_list, tkRoundClose { CurrentSemanticValue.ex = new method_call(ValueStack[ValueStack.Depth-4].ex as addressed_value,ValueStack[ValueStack.Depth-2].stn as expression_list, CurrentLocationSpan); } break; - case 718: // variable -> variable, tkPoint, identifier_keyword_operatorname + case 724: // variable -> variable, tkPoint, identifier_keyword_operatorname { CurrentSemanticValue.ex = new dot_node(ValueStack[ValueStack.Depth-3].ex as addressed_value, ValueStack[ValueStack.Depth-1].id as addressed_value, CurrentLocationSpan); } break; - case 719: // variable -> tuple, tkPoint, identifier_keyword_operatorname + case 725: // variable -> tuple, tkPoint, identifier_keyword_operatorname { CurrentSemanticValue.ex = new dot_node(ValueStack[ValueStack.Depth-3].ex as addressed_value, ValueStack[ValueStack.Depth-1].id as addressed_value, CurrentLocationSpan); } break; - case 720: // variable -> variable, tkDeref + case 726: // variable -> variable, tkDeref { CurrentSemanticValue.ex = new roof_dereference(ValueStack[ValueStack.Depth-2].ex as addressed_value,CurrentLocationSpan); } break; - case 721: // variable -> variable, tkAmpersend, template_type_params + case 727: // variable -> variable, tkAmpersend, template_type_params { CurrentSemanticValue.ex = new ident_with_templateparams(ValueStack[ValueStack.Depth-3].ex as addressed_value, ValueStack[ValueStack.Depth-1].stn as template_param_list, CurrentLocationSpan); } break; - case 722: // optional_expr_list -> expr_list + case 728: // optional_expr_list -> expr_list { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 723: // optional_expr_list -> /* empty */ + case 729: // optional_expr_list -> /* empty */ { CurrentSemanticValue.stn = null; } break; - case 724: // elem_list -> elem_list1 + case 730: // elem_list -> elem_list1 { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 725: // elem_list -> /* empty */ + case 731: // elem_list -> /* empty */ { CurrentSemanticValue.stn = null; } break; - case 726: // elem_list1 -> elem + case 732: // elem_list1 -> elem { CurrentSemanticValue.stn = new expression_list(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 727: // elem_list1 -> elem_list1, tkComma, elem + case 733: // elem_list1 -> elem_list1, tkComma, elem { CurrentSemanticValue.stn = (ValueStack[ValueStack.Depth-3].stn as expression_list).Add(ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 728: // elem -> expr + case 734: // elem -> expr { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 729: // elem -> expr, tkDotDot, expr + case 735: // elem -> expr, tkDotDot, expr { CurrentSemanticValue.ex = new diapason_expr(ValueStack[ValueStack.Depth-3].ex, ValueStack[ValueStack.Depth-1].ex, CurrentLocationSpan); } break; - case 730: // one_literal -> tkStringLiteral + case 736: // one_literal -> tkStringLiteral { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].stn as literal; } break; - case 731: // one_literal -> tkAsciiChar + case 737: // one_literal -> tkAsciiChar { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].stn as literal; } break; - case 732: // literal -> literal_list + case 738: // literal -> literal_list { CurrentSemanticValue.ex = NewLiteral(ValueStack[ValueStack.Depth-1].stn as literal_const_line); } break; - case 733: // literal -> tkFormatStringLiteral + case 739: // literal -> tkFormatStringLiteral { if (parsertools.build_tree_for_formatter) { @@ -6115,12 +6162,12 @@ public partial class GPPGParser: ShiftReduceParser one_literal + case 740: // literal_list -> one_literal { CurrentSemanticValue.stn = new literal_const_line(ValueStack[ValueStack.Depth-1].ex as literal, CurrentLocationSpan); } break; - case 735: // literal_list -> literal_list, one_literal + case 741: // literal_list -> literal_list, one_literal { var line = ValueStack[ValueStack.Depth-2].stn as literal_const_line; if (line.literals.Last() is string_const && ValueStack[ValueStack.Depth-1].ex is string_const) @@ -6128,446 +6175,446 @@ public partial class GPPGParser: ShiftReduceParser tkOperator, overload_operator + case 742: // operator_name_ident -> tkOperator, overload_operator { CurrentSemanticValue.ex = new operator_name_ident((ValueStack[ValueStack.Depth-1].op as op_type_node).text, (ValueStack[ValueStack.Depth-1].op as op_type_node).type, CurrentLocationSpan); } break; - case 737: // optional_method_modificators -> tkSemiColon + case 743: // optional_method_modificators -> tkSemiColon { CurrentSemanticValue.stn = new procedure_attributes_list(new List(),CurrentLocationSpan); } break; - case 738: // optional_method_modificators -> tkSemiColon, meth_modificators, tkSemiColon + case 744: // optional_method_modificators -> tkSemiColon, meth_modificators, tkSemiColon { //parsertools.AddModifier((procedure_attributes_list)$2, proc_attribute.attr_overload); CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-2].stn; } break; - case 739: // optional_method_modificators1 -> /* empty */ + case 745: // optional_method_modificators1 -> /* empty */ { CurrentSemanticValue.stn = new procedure_attributes_list(new List(),CurrentLocationSpan); } break; - case 740: // optional_method_modificators1 -> tkSemiColon, meth_modificators + case 746: // optional_method_modificators1 -> tkSemiColon, meth_modificators { //parsertools.AddModifier((procedure_attributes_list)$2, proc_attribute.attr_overload); CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 741: // meth_modificators -> meth_modificator + case 747: // meth_modificators -> meth_modificator { CurrentSemanticValue.stn = new procedure_attributes_list(ValueStack[ValueStack.Depth-1].id as procedure_attribute, CurrentLocationSpan); } break; - case 742: // meth_modificators -> meth_modificators, tkSemiColon, meth_modificator + case 748: // meth_modificators -> meth_modificators, tkSemiColon, meth_modificator { CurrentSemanticValue.stn = (ValueStack[ValueStack.Depth-3].stn as procedure_attributes_list).Add(ValueStack[ValueStack.Depth-1].id as procedure_attribute, CurrentLocationSpan); } break; - case 743: // identifier -> tkIdentifier + case 749: // identifier -> tkIdentifier { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 744: // identifier -> property_specifier_directives + case 750: // identifier -> property_specifier_directives { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 745: // identifier -> non_reserved + case 751: // identifier -> non_reserved { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 746: // identifier_or_keyword -> identifier + case 752: // identifier_or_keyword -> identifier { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 747: // identifier_or_keyword -> keyword + case 753: // identifier_or_keyword -> keyword { CurrentSemanticValue.id = new ident(ValueStack[ValueStack.Depth-1].ti.text, CurrentLocationSpan); } break; - case 748: // identifier_or_keyword -> reserved_keyword + case 754: // identifier_or_keyword -> reserved_keyword { CurrentSemanticValue.id = new ident(ValueStack[ValueStack.Depth-1].ti.text, CurrentLocationSpan); } break; - case 749: // identifier_keyword_operatorname -> identifier + case 755: // identifier_keyword_operatorname -> identifier { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 750: // identifier_keyword_operatorname -> keyword + case 756: // identifier_keyword_operatorname -> keyword { CurrentSemanticValue.id = new ident(ValueStack[ValueStack.Depth-1].ti.text, CurrentLocationSpan); } break; - case 751: // identifier_keyword_operatorname -> operator_name_ident + case 757: // identifier_keyword_operatorname -> operator_name_ident { CurrentSemanticValue.id = (ident)ValueStack[ValueStack.Depth-1].ex; } break; - case 752: // meth_modificator -> tkAbstract + case 758: // meth_modificator -> tkAbstract { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 753: // meth_modificator -> tkOverload + case 759: // meth_modificator -> tkOverload { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; parsertools.AddWarningFromResource("OVERLOAD_IS_NOT_USED", ValueStack[ValueStack.Depth-1].id.source_context); } break; - case 754: // meth_modificator -> tkReintroduce + case 760: // meth_modificator -> tkReintroduce { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 755: // meth_modificator -> tkOverride + case 761: // meth_modificator -> tkOverride { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 756: // meth_modificator -> tkExtensionMethod + case 762: // meth_modificator -> tkExtensionMethod { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 757: // meth_modificator -> tkVirtual + case 763: // meth_modificator -> tkVirtual { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 758: // property_modificator -> tkVirtual + case 764: // property_modificator -> tkVirtual { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 759: // property_modificator -> tkOverride + case 765: // property_modificator -> tkOverride { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 760: // property_modificator -> tkAbstract + case 766: // property_modificator -> tkAbstract { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 761: // property_specifier_directives -> tkRead + case 767: // property_specifier_directives -> tkRead { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 762: // property_specifier_directives -> tkWrite + case 768: // property_specifier_directives -> tkWrite { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 763: // non_reserved -> tkName + case 769: // non_reserved -> tkName { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 764: // non_reserved -> tkNew + case 770: // non_reserved -> tkNew { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 765: // visibility_specifier -> tkInternal + case 771: // visibility_specifier -> tkInternal { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 766: // visibility_specifier -> tkPublic + case 772: // visibility_specifier -> tkPublic { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 767: // visibility_specifier -> tkProtected + case 773: // visibility_specifier -> tkProtected { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 768: // visibility_specifier -> tkPrivate + case 774: // visibility_specifier -> tkPrivate { CurrentSemanticValue.id = ValueStack[ValueStack.Depth-1].id; } break; - case 769: // keyword -> visibility_specifier + case 775: // keyword -> visibility_specifier { CurrentSemanticValue.ti = new token_info(ValueStack[ValueStack.Depth-1].id.name, CurrentLocationSpan); } break; - case 770: // keyword -> tkSealed + case 776: // keyword -> tkSealed { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 771: // keyword -> tkTemplate + case 777: // keyword -> tkTemplate { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 772: // keyword -> tkOr + case 778: // keyword -> tkOr { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 773: // keyword -> tkTypeOf + case 779: // keyword -> tkTypeOf { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 774: // keyword -> tkSizeOf + case 780: // keyword -> tkSizeOf { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 775: // keyword -> tkDefault + case 781: // keyword -> tkDefault { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 776: // keyword -> tkWhere + case 782: // keyword -> tkWhere { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 777: // keyword -> tkXor + case 783: // keyword -> tkXor { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 778: // keyword -> tkAnd + case 784: // keyword -> tkAnd { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 779: // keyword -> tkDiv + case 785: // keyword -> tkDiv { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 780: // keyword -> tkMod + case 786: // keyword -> tkMod { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 781: // keyword -> tkShl + case 787: // keyword -> tkShl { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 782: // keyword -> tkShr + case 788: // keyword -> tkShr { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 783: // keyword -> tkNot + case 789: // keyword -> tkNot { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 784: // keyword -> tkAs + case 790: // keyword -> tkAs { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 785: // keyword -> tkIn + case 791: // keyword -> tkIn { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 786: // keyword -> tkIs + case 792: // keyword -> tkIs { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].op; } break; - case 787: // keyword -> tkArray + case 793: // keyword -> tkArray { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 788: // keyword -> tkSequence + case 794: // keyword -> tkSequence { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 789: // keyword -> tkBegin + case 795: // keyword -> tkBegin { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 790: // keyword -> tkCase + case 796: // keyword -> tkCase { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 791: // keyword -> tkClass + case 797: // keyword -> tkClass { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 792: // keyword -> tkConst + case 798: // keyword -> tkConst { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 793: // keyword -> tkConstructor + case 799: // keyword -> tkConstructor { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 794: // keyword -> tkDestructor + case 800: // keyword -> tkDestructor { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 795: // keyword -> tkDownto + case 801: // keyword -> tkDownto { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 796: // keyword -> tkDo + case 802: // keyword -> tkDo { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 797: // keyword -> tkElse + case 803: // keyword -> tkElse { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 798: // keyword -> tkExcept + case 804: // keyword -> tkExcept { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 799: // keyword -> tkFile + case 805: // keyword -> tkFile { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 800: // keyword -> tkAuto + case 806: // keyword -> tkAuto { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 801: // keyword -> tkFinalization + case 807: // keyword -> tkFinalization { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 802: // keyword -> tkFinally + case 808: // keyword -> tkFinally { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 803: // keyword -> tkFor + case 809: // keyword -> tkFor { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 804: // keyword -> tkForeach + case 810: // keyword -> tkForeach { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 805: // keyword -> tkFunction + case 811: // keyword -> tkFunction { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 806: // keyword -> tkIf + case 812: // keyword -> tkIf { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 807: // keyword -> tkImplementation + case 813: // keyword -> tkImplementation { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 808: // keyword -> tkInherited + case 814: // keyword -> tkInherited { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 809: // keyword -> tkInitialization + case 815: // keyword -> tkInitialization { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 810: // keyword -> tkInterface + case 816: // keyword -> tkInterface { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 811: // keyword -> tkProcedure + case 817: // keyword -> tkProcedure { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 812: // keyword -> tkProperty + case 818: // keyword -> tkProperty { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 813: // keyword -> tkRaise + case 819: // keyword -> tkRaise { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 814: // keyword -> tkRecord + case 820: // keyword -> tkRecord { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 815: // keyword -> tkRepeat + case 821: // keyword -> tkRepeat { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 816: // keyword -> tkSet + case 822: // keyword -> tkSet { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 817: // keyword -> tkTry + case 823: // keyword -> tkTry { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 818: // keyword -> tkType + case 824: // keyword -> tkType { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 819: // keyword -> tkStatic + case 825: // keyword -> tkStatic { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 820: // keyword -> tkThen + case 826: // keyword -> tkThen { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 821: // keyword -> tkTo + case 827: // keyword -> tkTo { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 822: // keyword -> tkUntil + case 828: // keyword -> tkUntil { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 823: // keyword -> tkUses + case 829: // keyword -> tkUses { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 824: // keyword -> tkVar + case 830: // keyword -> tkVar { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 825: // keyword -> tkWhile + case 831: // keyword -> tkWhile { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 826: // keyword -> tkWith + case 832: // keyword -> tkWith { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 827: // keyword -> tkNil + case 833: // keyword -> tkNil { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 828: // keyword -> tkGoto + case 834: // keyword -> tkGoto { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 829: // keyword -> tkOf + case 835: // keyword -> tkOf { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 830: // keyword -> tkLabel + case 836: // keyword -> tkLabel { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 831: // keyword -> tkProgram + case 837: // keyword -> tkProgram { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 832: // keyword -> tkUnit + case 838: // keyword -> tkUnit { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 833: // keyword -> tkLibrary + case 839: // keyword -> tkLibrary { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 834: // keyword -> tkNamespace + case 840: // keyword -> tkNamespace { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 835: // keyword -> tkExternal + case 841: // keyword -> tkExternal { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 836: // keyword -> tkParams + case 842: // keyword -> tkParams { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 837: // keyword -> tkEvent + case 843: // keyword -> tkEvent { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 838: // keyword -> tkYield + case 844: // keyword -> tkYield { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 839: // keyword -> tkMatch + case 845: // keyword -> tkMatch { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 840: // keyword -> tkWhen + case 846: // keyword -> tkWhen { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 841: // reserved_keyword -> tkOperator + case 847: // reserved_keyword -> tkOperator { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 842: // reserved_keyword -> tkEnd + case 848: // reserved_keyword -> tkEnd { CurrentSemanticValue.ti = ValueStack[ValueStack.Depth-1].ti; } break; - case 843: // overload_operator -> tkMinus + case 849: // overload_operator -> tkMinus { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 844: // overload_operator -> tkPlus + case 850: // overload_operator -> tkPlus { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 845: // overload_operator -> tkSlash + case 851: // overload_operator -> tkSlash { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 846: // overload_operator -> tkStar + case 852: // overload_operator -> tkStar { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 847: // overload_operator -> tkEqual + case 853: // overload_operator -> tkEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 848: // overload_operator -> tkGreater + case 854: // overload_operator -> tkGreater { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 849: // overload_operator -> tkGreaterEqual + case 855: // overload_operator -> tkGreaterEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 850: // overload_operator -> tkLower + case 856: // overload_operator -> tkLower { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 851: // overload_operator -> tkLowerEqual + case 857: // overload_operator -> tkLowerEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 852: // overload_operator -> tkNotEqual + case 858: // overload_operator -> tkNotEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 853: // overload_operator -> tkOr + case 859: // overload_operator -> tkOr { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 854: // overload_operator -> tkXor + case 860: // overload_operator -> tkXor { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 855: // overload_operator -> tkAnd + case 861: // overload_operator -> tkAnd { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 856: // overload_operator -> tkDiv + case 862: // overload_operator -> tkDiv { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 857: // overload_operator -> tkMod + case 863: // overload_operator -> tkMod { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 858: // overload_operator -> tkShl + case 864: // overload_operator -> tkShl { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 859: // overload_operator -> tkShr + case 865: // overload_operator -> tkShr { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 860: // overload_operator -> tkNot + case 866: // overload_operator -> tkNot { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 861: // overload_operator -> tkIn + case 867: // overload_operator -> tkIn { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 862: // overload_operator -> tkImplicit + case 868: // overload_operator -> tkImplicit { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 863: // overload_operator -> tkExplicit + case 869: // overload_operator -> tkExplicit { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 864: // overload_operator -> assign_operator + case 870: // overload_operator -> assign_operator { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 865: // overload_operator -> tkStarStar + case 871: // overload_operator -> tkStarStar { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 866: // assign_operator -> tkAssign + case 872: // assign_operator -> tkAssign { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 867: // assign_operator -> tkPlusEqual + case 873: // assign_operator -> tkPlusEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 868: // assign_operator -> tkMinusEqual + case 874: // assign_operator -> tkMinusEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 869: // assign_operator -> tkMultEqual + case 875: // assign_operator -> tkMultEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 870: // assign_operator -> tkDivEqual + case 876: // assign_operator -> tkDivEqual { CurrentSemanticValue.op = ValueStack[ValueStack.Depth-1].op; } break; - case 871: // func_decl_lambda -> identifier, tkArrow, lambda_function_body + case 877: // func_decl_lambda -> identifier, tkArrow, lambda_function_body { var idList = new ident_list(ValueStack[ValueStack.Depth-3].id, LocationStack[LocationStack.Depth-3]); var formalPars = new formal_parameters(new typed_parameters(idList, new lambda_inferred_type(new PascalABCCompiler.TreeRealization.lambda_any_type_node(), LocationStack[LocationStack.Depth-3]), parametr_kind.none, null, LocationStack[LocationStack.Depth-3]), LocationStack[LocationStack.Depth-3]); CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), formalPars, new lambda_inferred_type(new PascalABCCompiler.TreeRealization.lambda_any_type_node(), LocationStack[LocationStack.Depth-3]), ValueStack[ValueStack.Depth-1].stn as statement_list, CurrentLocationSpan); } break; - case 872: // func_decl_lambda -> tkRoundOpen, tkRoundClose, lambda_type_ref_noproctype, + case 878: // func_decl_lambda -> tkRoundOpen, tkRoundClose, lambda_type_ref_noproctype, // tkArrow, lambda_function_body { CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), null, ValueStack[ValueStack.Depth-3].td, ValueStack[ValueStack.Depth-1].stn as statement_list, CurrentLocationSpan); } break; - case 873: // func_decl_lambda -> tkRoundOpen, identifier, tkColon, fptype, tkRoundClose, + case 879: // func_decl_lambda -> tkRoundOpen, identifier, tkColon, fptype, tkRoundClose, // lambda_type_ref_noproctype, tkArrow, lambda_function_body { var idList = new ident_list(ValueStack[ValueStack.Depth-7].id, LocationStack[LocationStack.Depth-7]); @@ -6576,7 +6623,7 @@ public partial class GPPGParser: ShiftReduceParser tkRoundOpen, identifier, tkSemiColon, full_lambda_fp_list, + case 880: // func_decl_lambda -> tkRoundOpen, identifier, tkSemiColon, full_lambda_fp_list, // tkRoundClose, lambda_type_ref_noproctype, tkArrow, // lambda_function_body { @@ -6587,7 +6634,7 @@ public partial class GPPGParser: ShiftReduceParser tkRoundOpen, identifier, tkColon, fptype, tkSemiColon, + case 881: // func_decl_lambda -> tkRoundOpen, identifier, tkColon, fptype, tkSemiColon, // full_lambda_fp_list, tkRoundClose, // lambda_type_ref_noproctype, tkArrow, lambda_function_body { @@ -6599,7 +6646,7 @@ public partial class GPPGParser: ShiftReduceParser tkRoundOpen, expr_l1, tkComma, expr_l1_list, + case 882: // func_decl_lambda -> tkRoundOpen, expr_l1, tkComma, expr_l1_list, // lambda_type_ref, optional_full_lambda_fp_list, // tkRoundClose, rem_lambda { @@ -6661,61 +6708,61 @@ public partial class GPPGParser: ShiftReduceParser expl_func_decl_lambda + case 883: // func_decl_lambda -> expl_func_decl_lambda { CurrentSemanticValue.ex = ValueStack[ValueStack.Depth-1].ex; } break; - case 878: // optional_full_lambda_fp_list -> /* empty */ + case 884: // optional_full_lambda_fp_list -> /* empty */ { CurrentSemanticValue.stn = null; } break; - case 879: // optional_full_lambda_fp_list -> tkSemiColon, full_lambda_fp_list + case 885: // optional_full_lambda_fp_list -> tkSemiColon, full_lambda_fp_list { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 880: // rem_lambda -> lambda_type_ref_noproctype, tkArrow, lambda_function_body + case 886: // rem_lambda -> lambda_type_ref_noproctype, tkArrow, lambda_function_body { CurrentSemanticValue.ob = new pair_type_stlist(ValueStack[ValueStack.Depth-3].td,ValueStack[ValueStack.Depth-1].stn as statement_list); } break; - case 881: // expl_func_decl_lambda -> tkFunction, lambda_type_ref, tkArrow, + case 887: // expl_func_decl_lambda -> tkFunction, lambda_type_ref, tkArrow, // lambda_function_body { CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), null, ValueStack[ValueStack.Depth-3].td, ValueStack[ValueStack.Depth-1].stn as statement_list, 1, CurrentLocationSpan); } break; - case 882: // expl_func_decl_lambda -> tkFunction, tkRoundOpen, tkRoundClose, lambda_type_ref, + case 888: // expl_func_decl_lambda -> tkFunction, tkRoundOpen, tkRoundClose, lambda_type_ref, // tkArrow, lambda_function_body { CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), null, ValueStack[ValueStack.Depth-3].td, ValueStack[ValueStack.Depth-1].stn as statement_list, 1, CurrentLocationSpan); } break; - case 883: // expl_func_decl_lambda -> tkFunction, tkRoundOpen, full_lambda_fp_list, + case 889: // expl_func_decl_lambda -> tkFunction, tkRoundOpen, full_lambda_fp_list, // tkRoundClose, lambda_type_ref, tkArrow, // lambda_function_body { CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), ValueStack[ValueStack.Depth-5].stn as formal_parameters, ValueStack[ValueStack.Depth-3].td, ValueStack[ValueStack.Depth-1].stn as statement_list, 1, CurrentLocationSpan); } break; - case 884: // expl_func_decl_lambda -> tkProcedure, tkArrow, lambda_procedure_body + case 890: // expl_func_decl_lambda -> tkProcedure, tkArrow, lambda_procedure_body { CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), null, null, ValueStack[ValueStack.Depth-1].stn as statement_list, 2, CurrentLocationSpan); } break; - case 885: // expl_func_decl_lambda -> tkProcedure, tkRoundOpen, tkRoundClose, tkArrow, + case 891: // expl_func_decl_lambda -> tkProcedure, tkRoundOpen, tkRoundClose, tkArrow, // lambda_procedure_body { CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), null, null, ValueStack[ValueStack.Depth-1].stn as statement_list, 2, CurrentLocationSpan); } break; - case 886: // expl_func_decl_lambda -> tkProcedure, tkRoundOpen, full_lambda_fp_list, + case 892: // expl_func_decl_lambda -> tkProcedure, tkRoundOpen, full_lambda_fp_list, // tkRoundClose, tkArrow, lambda_procedure_body { CurrentSemanticValue.ex = new function_lambda_definition(lambdaHelper.CreateLambdaName(), ValueStack[ValueStack.Depth-4].stn as formal_parameters, null, ValueStack[ValueStack.Depth-1].stn as statement_list, 2, CurrentLocationSpan); } break; - case 887: // full_lambda_fp_list -> lambda_simple_fp_sect + case 893: // full_lambda_fp_list -> lambda_simple_fp_sect { var typed_pars = ValueStack[ValueStack.Depth-1].stn as typed_parameters; if (typed_pars.vars_type is lambda_inferred_type) @@ -6735,97 +6782,97 @@ public partial class GPPGParser: ShiftReduceParser full_lambda_fp_list, tkSemiColon, lambda_simple_fp_sect + case 894: // full_lambda_fp_list -> full_lambda_fp_list, tkSemiColon, lambda_simple_fp_sect { CurrentSemanticValue.stn =(ValueStack[ValueStack.Depth-3].stn as formal_parameters).Add(ValueStack[ValueStack.Depth-1].stn as typed_parameters, CurrentLocationSpan); } break; - case 889: // lambda_simple_fp_sect -> ident_list, lambda_type_ref + case 895: // lambda_simple_fp_sect -> ident_list, lambda_type_ref { CurrentSemanticValue.stn = new typed_parameters(ValueStack[ValueStack.Depth-2].stn as ident_list, ValueStack[ValueStack.Depth-1].td, parametr_kind.none, null, CurrentLocationSpan); } break; - case 890: // lambda_type_ref -> /* empty */ + case 896: // lambda_type_ref -> /* empty */ { CurrentSemanticValue.td = new lambda_inferred_type(new PascalABCCompiler.TreeRealization.lambda_any_type_node(), null); } break; - case 891: // lambda_type_ref -> tkColon, fptype + case 897: // lambda_type_ref -> tkColon, fptype { CurrentSemanticValue.td = ValueStack[ValueStack.Depth-1].td; } break; - case 892: // lambda_type_ref_noproctype -> /* empty */ + case 898: // lambda_type_ref_noproctype -> /* empty */ { CurrentSemanticValue.td = new lambda_inferred_type(new PascalABCCompiler.TreeRealization.lambda_any_type_node(), null); } break; - case 893: // lambda_type_ref_noproctype -> tkColon, fptype_noproctype + case 899: // lambda_type_ref_noproctype -> tkColon, fptype_noproctype { CurrentSemanticValue.td = ValueStack[ValueStack.Depth-1].td; } break; - case 894: // common_lambda_body -> compound_stmt + case 900: // common_lambda_body -> compound_stmt { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 895: // common_lambda_body -> if_stmt + case 901: // common_lambda_body -> if_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 896: // common_lambda_body -> while_stmt + case 902: // common_lambda_body -> while_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 897: // common_lambda_body -> repeat_stmt + case 903: // common_lambda_body -> repeat_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 898: // common_lambda_body -> for_stmt + case 904: // common_lambda_body -> for_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 899: // common_lambda_body -> foreach_stmt + case 905: // common_lambda_body -> foreach_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 900: // common_lambda_body -> loop_stmt + case 906: // common_lambda_body -> loop_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 901: // common_lambda_body -> case_stmt + case 907: // common_lambda_body -> case_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 902: // common_lambda_body -> try_stmt + case 908: // common_lambda_body -> try_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 903: // common_lambda_body -> lock_stmt + case 909: // common_lambda_body -> lock_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 904: // common_lambda_body -> yield_stmt + case 910: // common_lambda_body -> yield_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 905: // common_lambda_body -> raise_stmt + case 911: // common_lambda_body -> raise_stmt { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 906: // lambda_function_body -> expr_l1 + case 912: // lambda_function_body -> expr_l1 { var id = SyntaxVisitors.ExprHasNameVisitor.HasName(ValueStack[ValueStack.Depth-1].ex, "Result"); if (id != null) @@ -6837,22 +6884,22 @@ public partial class GPPGParser: ShiftReduceParser common_lambda_body + case 913: // lambda_function_body -> common_lambda_body { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } break; - case 908: // lambda_procedure_body -> proc_call + case 914: // lambda_procedure_body -> proc_call { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 909: // lambda_procedure_body -> assignment + case 915: // lambda_procedure_body -> assignment { CurrentSemanticValue.stn = new statement_list(ValueStack[ValueStack.Depth-1].stn as statement, CurrentLocationSpan); } break; - case 910: // lambda_procedure_body -> common_lambda_body + case 916: // lambda_procedure_body -> common_lambda_body { CurrentSemanticValue.stn = ValueStack[ValueStack.Depth-1].stn; } diff --git a/SyntaxTree/tree/AbstractVisitor.cs b/SyntaxTree/tree/AbstractVisitor.cs index 39dc1d03d..d06d65f05 100644 --- a/SyntaxTree/tree/AbstractVisitor.cs +++ b/SyntaxTree/tree/AbstractVisitor.cs @@ -1197,6 +1197,16 @@ namespace PascalABCCompiler.SyntaxTree { DefaultVisit(_tuple_wild_card); } + + public virtual void visit(const_deconstructor_parameter _const_deconstructor_parameter) + { + DefaultVisit(_const_deconstructor_parameter); + } + + public virtual void visit(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + DefaultVisit(_wild_card_deconstructor_parameter); + } } diff --git a/SyntaxTree/tree/HierarchyVisitor.cs b/SyntaxTree/tree/HierarchyVisitor.cs index 936fcc26b..556c57d98 100644 --- a/SyntaxTree/tree/HierarchyVisitor.cs +++ b/SyntaxTree/tree/HierarchyVisitor.cs @@ -1909,6 +1909,22 @@ namespace PascalABCCompiler.SyntaxTree { } + public virtual void pre_do_visit(const_deconstructor_parameter _const_deconstructor_parameter) + { + } + + public virtual void post_do_visit(const_deconstructor_parameter _const_deconstructor_parameter) + { + } + + public virtual void pre_do_visit(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + } + + public virtual void post_do_visit(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + } + public override void visit(expression _expression) { DefaultVisit(_expression); @@ -3952,6 +3968,21 @@ namespace PascalABCCompiler.SyntaxTree pre_do_visit(_tuple_wild_card); post_do_visit(_tuple_wild_card); } + + public override void visit(const_deconstructor_parameter _const_deconstructor_parameter) + { + DefaultVisit(_const_deconstructor_parameter); + pre_do_visit(_const_deconstructor_parameter); + visit(const_deconstructor_parameter.const_param); + post_do_visit(_const_deconstructor_parameter); + } + + public override void visit(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + DefaultVisit(_wild_card_deconstructor_parameter); + pre_do_visit(_wild_card_deconstructor_parameter); + post_do_visit(_wild_card_deconstructor_parameter); + } } diff --git a/SyntaxTree/tree/SyntaxTreeStreamReader.cs b/SyntaxTree/tree/SyntaxTreeStreamReader.cs index 809c85779..131d22a4c 100644 --- a/SyntaxTree/tree/SyntaxTreeStreamReader.cs +++ b/SyntaxTree/tree/SyntaxTreeStreamReader.cs @@ -496,6 +496,10 @@ namespace PascalABCCompiler.SyntaxTree return new const_pattern(); case 237: return new tuple_wild_card(); + case 238: + return new const_deconstructor_parameter(); + case 239: + return new wild_card_deconstructor_parameter(); } return null; } @@ -4204,6 +4208,29 @@ namespace PascalABCCompiler.SyntaxTree read_expression(_tuple_wild_card); } + + public void visit(const_deconstructor_parameter _const_deconstructor_parameter) + { + read_const_deconstructor_parameter(_const_deconstructor_parameter); + } + + public void read_const_deconstructor_parameter(const_deconstructor_parameter _const_deconstructor_parameter) + { + read_pattern_deconstructor_parameter(_const_deconstructor_parameter); + _const_deconstructor_parameter.const_param = _read_node() as expression; + } + + + public void visit(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + read_wild_card_deconstructor_parameter(_wild_card_deconstructor_parameter); + } + + public void read_wild_card_deconstructor_parameter(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + read_pattern_deconstructor_parameter(_wild_card_deconstructor_parameter); + } + } diff --git a/SyntaxTree/tree/SyntaxTreeStreamWriter.cs b/SyntaxTree/tree/SyntaxTreeStreamWriter.cs index 1dfa3f296..5f3bb798a 100644 --- a/SyntaxTree/tree/SyntaxTreeStreamWriter.cs +++ b/SyntaxTree/tree/SyntaxTreeStreamWriter.cs @@ -6607,6 +6607,39 @@ namespace PascalABCCompiler.SyntaxTree write_expression(_tuple_wild_card); } + + public void visit(const_deconstructor_parameter _const_deconstructor_parameter) + { + bw.Write((Int16)238); + write_const_deconstructor_parameter(_const_deconstructor_parameter); + } + + public void write_const_deconstructor_parameter(const_deconstructor_parameter _const_deconstructor_parameter) + { + write_pattern_deconstructor_parameter(_const_deconstructor_parameter); + if (_const_deconstructor_parameter.const_param == null) + { + bw.Write((byte)0); + } + else + { + bw.Write((byte)1); + _const_deconstructor_parameter.const_param.visit(this); + } + } + + + public void visit(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + bw.Write((Int16)239); + write_wild_card_deconstructor_parameter(_wild_card_deconstructor_parameter); + } + + public void write_wild_card_deconstructor_parameter(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter) + { + write_pattern_deconstructor_parameter(_wild_card_deconstructor_parameter); + } + } diff --git a/SyntaxTree/tree/Tree.cs b/SyntaxTree/tree/Tree.cs index 93a27ba4f..69da1ec12 100644 --- a/SyntaxTree/tree/Tree.cs +++ b/SyntaxTree/tree/Tree.cs @@ -51497,6 +51497,247 @@ namespace PascalABCCompiler.SyntaxTree } + /// + /// + /// + [Serializable] + public partial class const_deconstructor_parameter : pattern_deconstructor_parameter + { + + /// + ///Конструктор без параметров. + /// + public const_deconstructor_parameter() + { + + } + + /// + ///Конструктор с параметрами. + /// + public const_deconstructor_parameter(expression _const_param) + { + this._const_param=_const_param; + FillParentsInDirectChilds(); + } + + /// + ///Конструктор с параметрами. + /// + public const_deconstructor_parameter(expression _const_param,SourceContext sc) + { + this._const_param=_const_param; + source_context = sc; + FillParentsInDirectChilds(); + } + protected expression _const_param; + + /// + /// + /// + public expression const_param + { + get + { + return _const_param; + } + set + { + _const_param=value; + if (_const_param != null) + _const_param.Parent = this; + } + } + + + /// Создает копию узла + public override syntax_tree_node Clone() + { + const_deconstructor_parameter copy = new const_deconstructor_parameter(); + copy.Parent = this.Parent; + if (source_context != null) + copy.source_context = new SourceContext(source_context); + if (const_param != null) + { + copy.const_param = (expression)const_param.Clone(); + copy.const_param.Parent = copy; + } + return copy; + } + + /// Получает копию данного узла корректного типа + public new const_deconstructor_parameter TypedClone() + { + return Clone() as const_deconstructor_parameter; + } + + /// Заполняет поля Parent в непосредственных дочерних узлах + public override void FillParentsInDirectChilds() + { + if (const_param != null) + const_param.Parent = this; + } + + /// Заполняет поля Parent во всем поддереве + public override void FillParentsInAllChilds() + { + FillParentsInDirectChilds(); + const_param?.FillParentsInAllChilds(); + } + + /// + ///Свойство для получения количества всех подузлов без элементов поля типа List + /// + public override Int32 subnodes_without_list_elements_count + { + get + { + return 1; + } + } + /// + ///Свойство для получения количества всех подузлов. Подузлом также считается каждый элемент поля типа List + /// + public override Int32 subnodes_count + { + get + { + return 1; + } + } + /// + ///Индексатор для получения всех подузлов + /// + public override syntax_tree_node this[Int32 ind] + { + get + { + if(subnodes_count == 0 || ind < 0 || ind > subnodes_count-1) + throw new IndexOutOfRangeException(); + switch(ind) + { + case 0: + return const_param; + } + return null; + } + set + { + if(subnodes_count == 0 || ind < 0 || ind > subnodes_count-1) + throw new IndexOutOfRangeException(); + switch(ind) + { + case 0: + const_param = (expression)value; + break; + } + } + } + /// + ///Метод для обхода дерева посетителем + /// + ///Объект-посетитель. + ///Return value is void + public override void visit(IVisitor visitor) + { + visitor.visit(this); + } + + } + + + /// + /// + /// + [Serializable] + public partial class wild_card_deconstructor_parameter : pattern_deconstructor_parameter + { + + /// + ///Конструктор без параметров. + /// + public wild_card_deconstructor_parameter() + { + + } + + /// Создает копию узла + public override syntax_tree_node Clone() + { + wild_card_deconstructor_parameter copy = new wild_card_deconstructor_parameter(); + copy.Parent = this.Parent; + if (source_context != null) + copy.source_context = new SourceContext(source_context); + return copy; + } + + /// Получает копию данного узла корректного типа + public new wild_card_deconstructor_parameter TypedClone() + { + return Clone() as wild_card_deconstructor_parameter; + } + + /// Заполняет поля Parent в непосредственных дочерних узлах + public override void FillParentsInDirectChilds() + { + } + + /// Заполняет поля Parent во всем поддереве + public override void FillParentsInAllChilds() + { + FillParentsInDirectChilds(); + } + + /// + ///Свойство для получения количества всех подузлов без элементов поля типа List + /// + public override Int32 subnodes_without_list_elements_count + { + get + { + return 0; + } + } + /// + ///Свойство для получения количества всех подузлов. Подузлом также считается каждый элемент поля типа List + /// + public override Int32 subnodes_count + { + get + { + return 0; + } + } + /// + ///Индексатор для получения всех подузлов + /// + public override syntax_tree_node this[Int32 ind] + { + get + { + if(subnodes_count == 0 || ind < 0 || ind > subnodes_count-1) + throw new IndexOutOfRangeException(); + return null; + } + set + { + if(subnodes_count == 0 || ind < 0 || ind > subnodes_count-1) + throw new IndexOutOfRangeException(); + } + } + /// + ///Метод для обхода дерева посетителем + /// + ///Объект-посетитель. + ///Return value is void + public override void visit(IVisitor visitor) + { + visitor.visit(this); + } + + } + + } diff --git a/SyntaxTree/tree/Visitor.cs b/SyntaxTree/tree/Visitor.cs index 79cf7872d..95e5f0c53 100644 --- a/SyntaxTree/tree/Visitor.cs +++ b/SyntaxTree/tree/Visitor.cs @@ -1432,6 +1432,18 @@ namespace PascalABCCompiler.SyntaxTree ///Node to visit /// Return value is void void visit(tuple_wild_card _tuple_wild_card); + /// + ///Method to visit const_deconstructor_parameter. + /// + ///Node to visit + /// Return value is void + void visit(const_deconstructor_parameter _const_deconstructor_parameter); + /// + ///Method to visit wild_card_deconstructor_parameter. + /// + ///Node to visit + /// Return value is void + void visit(wild_card_deconstructor_parameter _wild_card_deconstructor_parameter); } diff --git a/SyntaxTree/tree/tree.xml b/SyntaxTree/tree/tree.xml index 98cc6bcbb..763b8d551 100644 --- a/SyntaxTree/tree/tree.xml +++ b/SyntaxTree/tree/tree.xml @@ -3077,6 +3077,32 @@ + + + + + + + + 0 + + + 11 + + + + + + + + + 0 + + + 11 + + + Tree.cs @@ -3104,7 +3130,7 @@ - + @@ -3140,6 +3166,7 @@ + @@ -3369,6 +3396,10 @@ + + + + @@ -4563,6 +4594,9 @@ + + + diff --git a/SyntaxVisitors/SugarVisitors/PatternsDesugaringVisitor.cs b/SyntaxVisitors/SugarVisitors/PatternsDesugaringVisitor.cs index 5b58788ed..54229ac71 100644 --- a/SyntaxVisitors/SugarVisitors/PatternsDesugaringVisitor.cs +++ b/SyntaxVisitors/SugarVisitors/PatternsDesugaringVisitor.cs @@ -69,6 +69,7 @@ namespace SyntaxVisitors.SugarVisitors private const string WildCardsTupleEqualFunctionName = compiler_string_consts.wild_cards_tuple_equal_function_name; private const string SeqFunctionName = compiler_string_consts.seq_function_name; private const string GeneratedPatternNamePrefix = "<>pattern"; + private const string GeneratedConstPatternParamPrefix = "<>constPatternParam"; private int generalVariableCounter = 0; private int successVariableCounter = 0; @@ -156,9 +157,41 @@ namespace SyntaxVisitors.SugarVisitors void DesugarDeconstructorPatternCase(expression matchingExpression, pattern_case patternCase) { Debug.Assert(patternCase.pattern is deconstructor_pattern); - + var pattern = patternCase.pattern as deconstructor_pattern; + expression paramCheckExpr = null; + + for (int i = 0; i < pattern.parameters.Count; ++i) + { + if (pattern.parameters[i] is const_deconstructor_parameter constPattern) + { + var constParamIdent = new ident(NewConstParamId(), pattern.parameters[i].source_context); + + var eqParams = new expression_list( + new List() + { + constPattern.const_param, + constParamIdent + } + ); + + var constParamCheck = new method_call( + new dot_node(new ident("object"), new ident("Equals")), + eqParams, + patternCase.source_context + ); + + pattern.parameters[i] = new var_deconstructor_parameter( + constParamIdent, + null, + pattern.parameters[i].source_context); + + paramCheckExpr = paramCheckExpr == null ? (expression)constParamCheck : bin_expr.LogicalAnd(paramCheckExpr, constParamCheck); + } + } + var isExpression = new is_pattern_expr(matchingExpression, patternCase.pattern); - var ifCondition = patternCase.condition == null ? (expression)isExpression : bin_expr.LogicalAnd(isExpression, patternCase.condition); + paramCheckExpr = paramCheckExpr == null ? (expression)isExpression : bin_expr.LogicalAnd(isExpression, paramCheckExpr); + var ifCondition = patternCase.condition == null ? paramCheckExpr : bin_expr.LogicalAnd(paramCheckExpr, patternCase.condition); var ifCheck = SubtreeCreator.CreateIf(ifCondition, patternCase.case_action); // Добавляем полученные statements в результат @@ -172,7 +205,8 @@ namespace SyntaxVisitors.SugarVisitors var statementsToAdd = new List(); var equalCalls = new List(); - + + var matchingWithFullWildCardTuple = false; foreach (var patternExpression in patternExpressionNode.pattern_expressions.expressions) { statementsToAdd.Add(GetTypeCompatibilityCheck(matchingExpression, patternExpression)); @@ -199,6 +233,11 @@ namespace SyntaxVisitors.SugarVisitors possibleTupleCase.parameters[currentInd] = new int32_const(0, patternCase.source_context); } } + matchingWithFullWildCardTuple = elemsToCompare.Count == 0; + if (matchingWithFullWildCardTuple) + { + break; + } var seqCall = SubtreeCreator.CreateSystemFunctionCall( SeqFunctionName, elemsToCompare.ToArray()); @@ -232,10 +271,20 @@ namespace SyntaxVisitors.SugarVisitors ); } typeChecks.AddRange(statementsToAdd); - expression orPatternCases = equalCalls[0]; - for (int i = 1; i < equalCalls.Count; ++i) + + expression orPatternCases = null; + // Если в одном из выражений есть тапл со всеми wild-card'ами (напр. (?, ?, ?)) + if (matchingWithFullWildCardTuple) { - orPatternCases = bin_expr.LogicalOr(orPatternCases, equalCalls[i]); + orPatternCases = new bool_const(true, patternCase.source_context); + } + else + { + orPatternCases = equalCalls[0]; + for (int i = 1; i < equalCalls.Count; ++i) + { + orPatternCases = bin_expr.LogicalOr(orPatternCases, equalCalls[i]); + } } var ifCondition = patternCase.condition == null ? orPatternCases : bin_expr.LogicalAnd(orPatternCases, patternCase.condition); var ifCheck = SubtreeCreator.CreateIf(ifCondition, patternCase.case_action); @@ -349,7 +398,7 @@ namespace SyntaxVisitors.SugarVisitors var pattern = isExpression.right as deconstructor_pattern; var desugaringResult = DesugarPattern(pattern, isExpression.left); ReplaceUsingParent(isExpression, desugaringResult.SuccessVariable); - + var statementsToAdd = desugaringResult.GetDeconstructionDefinitions(pattern.source_context); statementsToAdd.Add(GetMatchedExpressionCheck(isExpression.left)); statementsToAdd.Add(GetTypeCompatibilityCheck(isExpression)); @@ -517,6 +566,13 @@ namespace SyntaxVisitors.SugarVisitors return null; } + + //random id generator + private int postfix = 0; + private string NewConstParamId() + { + return GeneratedConstPatternParamPrefix + postfix++.ToString(); + } } }