ruby-coco-source 0.7.3b → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/coco/coco.js +6 -3
  2. metadata +6 -5
@@ -1,5 +1,8 @@
1
- // Coco 0.7.3b
1
+ // Coco 0.9.1
2
2
  // Copyright 2012, Jeremy Ashkenas + Satoshi Murakami
3
3
  // Released under the MIT License
4
- // http://satyr.github.com/coco
5
- this.Coco=function(){function a(b){return a[b]}function d(a){function b(){}return b.prototype=a,new b}function e(a,b){var c=0,d=b.length>>>0;while(c<d)if(a===b[c++])return!0;return!1}function f(a,b){var c={}.hasOwnProperty;for(var d in b)c.call(b,d)&&(a[d]=b[d]);return a}function g(a,b){function c(){}return c.prototype=(a.superclass=b).prototype,(a.prototype=new c).constructor=a,typeof b.extended=="function"&&b.extended(a),a}function h(a,b){for(var c="";b>0;(b>>=1)&&(a+=a))b&1&&(c+=a);return c}function i(a,b){for(var c in b)a[c]=b[c];return a}var b=a["./parser"]={};b.parser={trace:function(){},yy:{},symbols_:{error:2,Chain:3,ID:4,Parenthetical:5,List:6,STRNUM:7,LITERAL:8,DOT:9,Key:10,"CALL(":11,ArgList:12,OptComma:13,")CALL":14,"?":15,LET:16,Block:17,WITH:18,Expression:19,"[":20,"]":21,"{":22,Properties:23,"}":24,LABEL:25,KeyBase:26,Arg:27,",":28,NEWLINE:29,INDENT:30,DEDENT:31,"...":32,Lines:33,Line:34,"PARAM(":35,")PARAM":36,"<-":37,EXPORT:38,Exprs:39,COMMENT:40,ASSIGN:41,IMPORT:42,CREMENT:43,UNARY:44,"+-":45,"^":46,COMPARE:47,LOGIC:48,MATH:49,SHIFT:50,BITWISE:51,RELATION:52,"=>":53,"!?":54,"->":55,FUNCTION:56,IfBlock:57,ELSE:58,POST_IF:59,LoopHead:60,DO:61,WHILE:62,HURL:63,JUMP:64,SWITCH:65,Cases:66,DEFAULT:67,TRY:68,CATCH:69,FINALLY:70,CLASS:71,EXTENDS:72,KeyValue:73,Property:74,":":75,"(":76,Body:77,")":78,IF:79,FOR:80,OF:81,BY:82,IN:83,OWN:84,FROM:85,TO:86,CASE:87,Root:88,$accept:0,$end:1},terminals_:{2:"error",4:"ID",7:"STRNUM",8:"LITERAL",9:"DOT",11:"CALL(",14:")CALL",15:"?",16:"LET",18:"WITH",20:"[",21:"]",22:"{",24:"}",25:"LABEL",28:",",29:"NEWLINE",30:"INDENT",31:"DEDENT",32:"...",35:"PARAM(",36:")PARAM",37:"<-",38:"EXPORT",40:"COMMENT",41:"ASSIGN",42:"IMPORT",43:"CREMENT",44:"UNARY",45:"+-",46:"^",47:"COMPARE",48:"LOGIC",49:"MATH",50:"SHIFT",51:"BITWISE",52:"RELATION",53:"=>",54:"!?",55:"->",56:"FUNCTION",58:"ELSE",59:"POST_IF",61:"DO",62:"WHILE",63:"HURL",64:"JUMP",65:"SWITCH",67:"DEFAULT",68:"TRY",69:"CATCH",70:"FINALLY",71:"CLASS",72:"EXTENDS",75:":",76:"(",78:")",79:"IF",80:"FOR",81:"OF",82:"BY",83:"IN",84:"OWN",85:"FROM",86:"TO",87:"CASE"},productions_:[0,[3,1],[3,1],[3,1],[3,1],[3,1],[3,3],[3,3],[3,5],[3,2],[3,6],[3,3],[6,4],[6,4],[6,5],[6,5],[10,1],[10,1],[26,1],[26,1],[12,0],[12,1],[12,3],[12,4],[12,6],[27,1],[27,2],[27,1],[13,0],[13,1],[33,0],[33,1],[33,3],[33,2],[34,1],[34,6],[34,2],[34,5],[34,1],[34,1],[17,3],[19,1],[19,3],[19,6],[19,3],[19,6],[19,2],[19,2],[19,3],[19,3],[19,3],[19,2],[19,2],[19,2],[19,5],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,2],[19,6],[19,6],[19,1],[19,3],[19,3],[19,2],[19,4],[19,2],[19,4],[19,2],[19,5],[19,1],[19,1],[19,2],[19,3],[19,5],[19,2],[19,4],[19,2],[19,2],[19,4],[19,6],[19,4],[19,2],[19,4],[19,3],[19,5],[19,3],[19,2],[19,2],[73,1],[73,1],[73,3],[73,3],[73,5],[73,5],[74,3],[74,6],[74,1],[74,3],[74,2],[74,2],[74,2],[74,1],[23,0],[23,1],[23,3],[23,4],[23,4],[5,3],[77,1],[77,1],[77,3],[57,3],[57,5],[60,4],[60,6],[60,4],[60,6],[60,5],[60,7],[60,6],[60,8],[60,2],[60,4],[66,3],[66,4],[39,1],[39,3],[88,1]],performAction:function(b,c,d,e,f,g){var h=g.length-1;switch(f){case 1:this.$=e.Chain(e.L(d,e.Var(g[h])));break;case 2:case 3:this.$=e.Chain(g[h]);break;case 4:case 5:this.$=e.Chain(e.L(d,e.Literal(g[h])));break;case 6:case 7:this.$=g[h-2].add(e.Index(g[h],g[h-1],!0));break;case 8:this.$=g[h-4].add(e.Call(g[h-2]));break;case 9:this.$=e.Chain(e.Existence(g[h-1].unwrap()));break;case 10:this.$=e.Chain(e.Call.let(g[h-3],g[h]));break;case 11:this.$=e.Chain(e.Call.block(e.Fun([],g[h]),[g[h-1]],".call"));break;case 12:this.$=e.L(d,e.Arr(g[h-2]));break;case 13:this.$=e.L(d,e.Obj(g[h-2]));break;case 14:this.$=e.L(d,e.Arr(g[h-3])).named(g[h]);break;case 15:this.$=e.L(d,e.Obj(g[h-3])).named(g[h]);break;case 18:this.$=e.L(d,e.Key(g[h]));break;case 19:this.$=e.L(d,e.Literal(g[h]));break;case 20:this.$=[];break;case 21:this.$=[g[h]];break;case 22:this.$=g[h-2].concat(g[h]);break;case 23:this.$=g[h-3].concat(g[h]);break;case 24:this.$=g[h-5].concat(g[h-2]);break;case 26:this.$=e.Splat(g[h]);break;case 27:this.$=e.Splat(e.L(d,e.Arr()),!0);break;case 30:this.$=e.Block();break;case 31:this.$=e.Block(g[h]);break;case 32:this.$=g[h-2].add(g[h]);break;case 35:this.$=e.Call.back(g[h-4],g[h],g[h-1]==="<~");break;case 36:this.$=e.Export(g[h]);break;case 37:this.$=e.Export(g[h-2]);break;case 38:this.$=e.L(d,e.JS(g[h],!0,!0));break;case 39:this.$=e.L(d,e.Throw(e.JS("Error('unimplemented')")));break;case 40:this.$=g[h-1].chomp();break;case 41:this.$=g[h].unwrap();break;case 42:this.$=e.Assign(g[h-2].unwrap(),g[h],g[h-1]);break;case 43:this.$=e.Assign(g[h-5].unwrap(),e.Arr.maybe(g[h-2]),g[h-4]);break;case 44:this.$=e.Import(g[h-2],g[h],g[h-1]==="<<<<");break;case 45:this.$=e.Import(g[h-5],e.Arr.maybe(g[h-2]),g[h-4]==="<<<<");break;case 46:this.$=e.Unary(g[h-1],g[h].unwrap());break;case 47:this.$=e.Unary(g[h],g[h-1].unwrap(),!0);break;case 48:case 49:case 50:this.$=e.Assign(g[h].unwrap(),[g[h-2]],g[h-1]);break;case 51:case 52:case 53:this.$=e.Unary(g[h-1],g[h]);break;case 54:this.$=e.Unary(g[h-4],e.Arr.maybe(g[h-2]));break;case 55:case 56:case 57:case 58:case 59:case 60:case 61:this.$=e.Binary(g[h-1],g[h-2],g[h]);break;case 62:this.$="!"===g[h-1].charAt(0)?e.Binary(g[h-1].slice(1),g[h-2],g[h]).invert():e.Binary(g[h-1],g[h-2],g[h]);break;case 63:this.$=e.Block(g[h-2]).pipe(g[h]);break;case 64:this.$=e.Existence(g[h-1].unwrap(),!0);break;case 65:this.$=e.L(d,e.Fun(g[h-4],g[h],g[h-1]==="~>"));break;case 66:this.$=e.L(d,e.Fun(g[h-3],g[h]).named(g[h-5]));break;case 68:this.$=g[h-2].addElse(g[h]);break;case 69:this.$=e.If(g[h],g[h-2],g[h-1]==="unless");break;case 70:this.$=g[h-1].addBody(g[h]);break;case 71:this.$=g[h-3].addBody(g[h-2]).addElse(g[h]);break;case 72:this.$=g[h].addBody(e.Block(g[h-1]));break;case 73:this.$=(new e.While(g[h],g[h-1]==="until",!0)).addBody(g[h-2]);break;case 74:this.$=e.Jump[g[h-1]](g[h]);break;case 75:this.$=e.Jump[g[h-4]](e.Arr.maybe(g[h-2]));break;case 76:this.$=e.L(d,e.Jump[g[h]]());break;case 77:this.$=e.L(d,new e.Jump(g[h]));break;case 78:this.$=e.L(d,new e.Jump(g[h-1],g[h]));break;case 79:this.$=new e.Switch(g[h-1],g[h]);break;case 80:this.$=new e.Switch(g[h-3],g[h-2],g[h]);break;case 81:this.$=new e.Switch(null,g[h]);break;case 82:this.$=new e.Switch(null,g[h-2],g[h]);break;case 83:this.$=new e.Switch(null,[],g[h]);break;case 84:this.$=new e.Try(g[h]);break;case 85:this.$=new e.Try(g[h-2],g[h-1],g[h]);break;case 86:this.$=new e.Try(g[h-4],g[h-3],g[h-2],g[h]);break;case 87:this.$=new e.Try(g[h-2],null,null,g[h]);break;case 88:this.$=new e.Class(null,null,g[h]);break;case 89:this.$=new e.Class(null,g[h-1],g[h]);break;case 90:this.$=new e.Class(g[h-1].unwrap(),null,g[h]);break;case 91:this.$=new e.Class(g[h-3].unwrap(),g[h-1],g[h]);break;case 92:this.$=e.Util.Extends(g[h-2].unwrap(),g[h]);break;case 93:case 94:this.$=new e.Label(g[h-1],g[h]);break;case 96:this.$=e.Prop(e.L(d,e.Key(g[h],g[h]!=="arguments"&&g[h]!=="eval")),e.L(d,e.Literal(g[h])));break;case 97:this.$=e.Prop(g[h],e.Chain(g[h-2],[e.Index(g[h],g[h-1])]));break;case 98:this.$=e.Prop(g[h],e.Chain(e.L(d,e.Literal(g[h-2])),[e.Index(g[h],g[h-1])]));break;case 99:this.$=e.Prop(e.L(d,e.Key(g[h])),e.L(d,e.Obj(g[h-3]).named(g[h])));break;case 100:this.$=e.Prop(e.L(d,e.Key(g[h])),e.L(d,e.Arr(g[h-3]).named(g[h])));break;case 101:this.$=e.Prop(g[h-2],g[h]);break;case 102:this.$=e.Prop(g[h-5],e.Arr.maybe(g[h-2]));break;case 104:this.$=e.Binary(g[h-1],g[h-2],g[h]);break;case 105:this.$=e.Prop(g[h].maybeKey(),e.L(d,e.Literal(g[h-1]==="+")));break;case 106:this.$=e.Prop(e.L(d,e.Key(g[h],!0)),e.L(d,e.Literal(g[h-1]==="+")));break;case 107:this.$=e.Splat(g[h]);break;case 108:this.$=e.L(d,e.JS(g[h],!0,!0));break;case 109:this.$=[];break;case 110:this.$=[g[h]];break;case 111:this.$=g[h-2].concat(g[h]);break;case 112:this.$=g[h-3].concat(g[h]);break;case 113:this.$=g[h-2];break;case 114:this.$=e.Parens(g[h-1].chomp().unwrap(),!1,g[h-2]==='"');break;case 117:this.$=g[h-2].add(g[h]);break;case 118:this.$=e.If(g[h-1],g[h],g[h-2]==="unless");break;case 119:this.$=g[h-4].addElse(e.If(g[h-1],g[h],g[h-2]==="unless"));break;case 120:this.$=new e.For({item:g[h-2].unwrap(),index:g[h-1],source:g[h]});break;case 121:this.$=new e.For({item:g[h-4].unwrap(),index:g[h-3],source:g[h-2],step:g[h]});break;case 122:this.$=new e.For({object:!0,index:g[h-2],source:g[h]});break;case 123:this.$=new e.For({object:!0,index:g[h-4],item:g[h-2].unwrap(),source:g[h]});break;case 124:this.$=new e.For({object:!0,own:!0,index:g[h-2],source:g[h]});break;case 125:this.$=new e.For({object:!0,own:!0,index:g[h-4],item:g[h-2].unwrap(),source:g[h]});break;case 126:this.$=new e.For({index:g[h-4],from:g[h-2],op:g[h-1],to:g[h]});break;case 127:this.$=new e.For({index:g[h-6],from:g[h-4],op:g[h-3],to:g[h-2],step:g[h]});break;case 128:this.$=new e.While(g[h],g[h-1]==="until");break;case 129:this.$=new e.While(g[h-2],g[h-3]==="until",g[h]);break;case 130:this.$=[new e.Case(g[h-1],g[h])];break;case 131:this.$=g[h-3].concat(new e.Case(g[h-1],g[h]));break;case 132:this.$=[g[h]];break;case 133:this.$=g[h-2].concat(g[h]);break;case 134:return this.$}},table:[{1:[2,30],3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],17:4,18:[1,33],19:7,20:[1,38],22:[1,39],25:[1,26],29:[2,30],30:[1,6],32:[1,11],33:3,34:5,35:[1,8],38:[1,9],40:[1,10],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],77:2,79:[1,34],80:[1,35],88:1},{1:[3]},{1:[2,134]},{1:[2,115],29:[1,40],78:[2,115]},{1:[2,116],29:[1,41],78:[2,116]},{1:[2,31],29:[2,31],31:[2,31],78:[2,31]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:7,20:[1,38],22:[1,39],25:[1,26],29:[2,30],31:[2,30],32:[1,11],33:42,34:5,35:[1,8],38:[1,9],40:[1,10],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,34],29:[2,34],31:[2,34],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],78:[2,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:55,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],32:[1,58],35:[1,59],36:[2,20],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:62,20:[1,38],22:[1,39],25:[1,26],30:[1,61],35:[1,59],39:60,43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,38],29:[2,38],31:[2,38],78:[2,38]},{1:[2,39],29:[2,39],31:[2,39],78:[2,39]},{1:[2,41],9:[1,67],11:[1,68],14:[2,41],15:[1,69],21:[2,41],24:[2,41],28:[2,41],29:[2,41],30:[2,41],31:[2,41],36:[2,41],41:[1,63],42:[2,41],43:[1,64],45:[2,41],46:[2,41],47:[2,41],48:[2,41],49:[2,41],50:[2,41],51:[2,41],52:[2,41],53:[2,41],54:[1,65],59:[2,41],62:[2,41],72:[1,66],78:[2,41],80:[2,41],82:[2,41],86:[2,41],87:[2,41]},{3:70,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],20:[1,38],22:[1,39],76:[1,37]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:72,20:[1,38],22:[1,39],25:[1,26],30:[1,73],35:[1,59],41:[1,71],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:75,20:[1,38],22:[1,39],25:[1,26],35:[1,59],41:[1,74],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:77,20:[1,38],22:[1,39],25:[1,26],35:[1,59],41:[1,76],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{11:[1,78]},{1:[2,67],14:[2,67],21:[2,67],24:[2,67],28:[2,67],29:[2,67],30:[2,67],31:[2,67],36:[2,67],42:[2,67],45:[2,67],46:[2,67],47:[2,67],48:[2,67],49:[2,67],50:[2,67],51:[2,67],52:[2,67],53:[2,67],58:[1,79],59:[2,67],62:[2,67],78:[2,67],80:[2,67],82:[2,67],86:[2,67],87:[2,67]},{17:80,30:[1,6]},{17:81,30:[1,6]},{1:[2,76],3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],14:[2,76],16:[1,32],18:[1,33],19:82,20:[1,38],21:[2,76],22:[1,39],24:[2,76],25:[1,26],28:[2,76],29:[2,76],30:[1,83],31:[2,76],35:[1,59],36:[2,76],42:[2,76],43:[1,13],44:[1,14],45:[1,15],46:[1,16],47:[2,76],48:[2,76],49:[2,76],50:[2,76],51:[2,76],52:[2,76],53:[2,76],56:[1,17],57:18,59:[2,76],60:19,61:[1,20],62:[2,76],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],78:[2,76],79:[1,34],80:[2,76],82:[2,76],86:[2,76],87:[2,76]},{1:[2,77],4:[1,84],14:[2,77],21:[2,77],24:[2,77],28:[2,77],29:[2,77],30:[2,77],31:[2,77],36:[2,77],42:[2,77],45:[2,77],46:[2,77],47:[2,77],48:[2,77],49:[2,77],50:[2,77],51:[2,77],52:[2,77],53:[2,77],59:[2,77],62:[2,77],78:[2,77],80:[2,77],82:[2,77],86:[2,77],87:[2,77]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],17:87,18:[1,33],19:85,20:[1,38],22:[1,39],25:[1,26],30:[1,6],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],66:86,68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35],87:[1,88]},{17:89,30:[1,6]},{3:92,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],17:90,18:[1,33],20:[1,38],22:[1,39],30:[1,6],72:[1,91],76:[1,37]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],17:94,18:[1,33],19:93,20:[1,38],22:[1,39],25:[1,26],30:[1,6],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,1],9:[2,1],11:[2,1],14:[2,1],15:[2,1],21:[2,1],24:[2,1],28:[2,1],29:[2,1],30:[2,1],31:[2,1],36:[2,1],41:[2,1],42:[2,1],43:[2,1],45:[2,1],46:[2,1],47:[2,1],48:[2,1],49:[2,1],50:[2,1],51:[2,1],52:[2,1],53:[2,1],54:[2,1],59:[2,1],62:[2,1],72:[2,1],78:[2,1],80:[2,1],82:[2,1],83:[2,1],86:[2,1],87:[2,1]},{1:[2,2],9:[2,2],11:[2,2],14:[2,2],15:[2,2],21:[2,2],24:[2,2],28:[2,2],29:[2,2],30:[2,2],31:[2,2],36:[2,2],41:[2,2],42:[2,2],43:[2,2],45:[2,2],46:[2,2],47:[2,2],48:[2,2],49:[2,2],50:[2,2],51:[2,2],52:[2,2],53:[2,2],54:[2,2],59:[2,2],62:[2,2],72:[2,2],78:[2,2],80:[2,2],81:[2,2],82:[2,2],83:[2,2],86:[2,2],87:[2,2]},{1:[2,3],9:[2,3],11:[2,3],14:[2,3],15:[2,3],21:[2,3],24:[2,3],28:[2,3],29:[2,3],30:[2,3],31:[2,3],36:[2,3],41:[2,3],42:[2,3],43:[2,3],45:[2,3],46:[2,3],47:[2,3],48:[2,3],49:[2,3],50:[2,3],51:[2,3],52:[2,3],53:[2,3],54:[2,3],59:[2,3],62:[2,3],72:[2,3],78:[2,3],80:[2,3],81:[2,3],82:[2,3],83:[2,3],86:[2,3],87:[2,3]},{1:[2,4],9:[2,4],11:[2,4],14:[2,4],15:[2,4],21:[2,4],24:[2,4],28:[2,4],29:[2,4],30:[2,4],31:[2,4],36:[2,4],41:[2,4],42:[2,4],43:[2,4],45:[2,4],46:[2,4],47:[2,4],48:[2,4],49:[2,4],50:[2,4],51:[2,4],52:[2,4],53:[2,4],54:[2,4],59:[2,4],62:[2,4],72:[2,4],78:[2,4],80:[2,4],81:[2,4],82:[2,4],83:[2,4],86:[2,4],87:[2,4]},{1:[2,5],9:[2,5],11:[2,5],14:[2,5],15:[2,5],21:[2,5],24:[2,5],28:[2,5],29:[2,5],30:[2,5],31:[2,5],36:[2,5],41:[2,5],42:[2,5],43:[2,5],45:[2,5],46:[2,5],47:[2,5],48:[2,5],49:[2,5],50:[2,5],51:[2,5],52:[2,5],53:[2,5],54:[2,5],59:[2,5],62:[2,5],72:[2,5],78:[2,5],80:[2,5],81:[2,5],82:[2,5],83:[2,5],86:[2,5],87:[2,5]},{11:[1,95]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:96,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:97,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:98,4:[1,99],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],20:[1,38],22:[1,39],76:[1,37],84:[1,100]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:101,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],17:4,18:[1,33],19:7,20:[1,38],22:[1,39],25:[1,26],29:[2,30],30:[1,6],32:[1,11],33:3,34:5,35:[1,8],38:[1,9],40:[1,10],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],77:102,78:[2,30],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:103,16:[1,32],18:[1,33],19:57,20:[1,38],21:[2,20],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{4:[1,117],5:113,7:[1,118],8:[1,114],10:107,20:[1,116],22:[1,115],23:104,24:[2,109],26:112,28:[2,109],29:[2,109],30:[1,106],32:[1,110],40:[1,111],45:[1,109],73:108,74:105,76:[1,37]},{1:[2,33],3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:7,20:[1,38],22:[1,39],25:[1,26],29:[2,33],31:[2,33],32:[1,11],34:119,35:[1,8],38:[1,9],40:[1,10],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],78:[2,33],79:[1,34],80:[1,35]},{1:[2,30],3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:7,20:[1,38],22:[1,39],25:[1,26],29:[2,30],32:[1,11],33:120,34:5,35:[1,8],38:[1,9],40:[1,10],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],78:[2,30],79:[1,34],80:[1,35]},{29:[1,40],31:[1,121]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:122,20:[1,38],22:[1,39],25:[1,26],30:[1,123],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:124,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:125,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:126,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:127,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:128,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:129,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:130,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:131,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:132,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:133,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,72],14:[2,72],21:[2,72],24:[2,72],28:[2,72],29:[2,72],30:[2,72],31:[2,72],36:[2,72],42:[2,72],45:[2,72],46:[2,72],47:[2,72],48:[2,72],49:[2,72],50:[2,72],51:[2,72],52:[2,72],53:[2,72],59:[2,72],62:[2,72],78:[2,72],80:[2,72],82:[2,72],86:[2,72],87:[2,72]},{13:134,28:[1,135],29:[2,28],30:[2,28],36:[2,28]},{14:[2,21],21:[2,21],28:[2,21],29:[2,21],30:[2,21],31:[2,21],36:[2,21]},{14:[2,25],21:[2,25],28:[2,25],29:[2,25],30:[2,25],31:[2,25],36:[2,25],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],14:[2,27],16:[1,32],18:[1,33],19:136,20:[1,38],21:[2,27],22:[1,39],25:[1,26],28:[2,27],29:[2,27],30:[2,27],31:[2,27],35:[1,59],36:[2,27],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:137,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],32:[1,58],35:[1,59],36:[2,20],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,36],28:[1,138],29:[2,36],31:[2,36],78:[2,36]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:139,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],31:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,132],28:[2,132],29:[2,132],30:[2,132],31:[2,132],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],78:[2,132],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:140,20:[1,38],22:[1,39],25:[1,26],30:[1,141],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,47],14:[2,47],21:[2,47],24:[2,47],28:[2,47],29:[2,47],30:[2,47],31:[2,47],36:[2,47],42:[2,47],45:[2,47],46:[2,47],47:[2,47],48:[2,47],49:[2,47],50:[2,47],51:[2,47],52:[2,47],53:[2,47],59:[2,47],62:[2,47],78:[2,47],80:[2,47],82:[2,47],86:[2,47],87:[2,47]},{1:[2,64],14:[2,64],21:[2,64],24:[2,64],28:[2,64],29:[2,64],30:[2,64],31:[2,64],36:[2,64],42:[2,64],45:[2,64],46:[2,64],47:[2,64],48:[2,64],49:[2,64],50:[2,64],51:[2,64],52:[2,64],53:[2,64],59:[2,64],62:[2,64],78:[2,64],80:[2,64],82:[2,64],86:[2,64],87:[2,64]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:142,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{4:[1,117],5:113,6:144,7:[1,118],10:143,20:[1,38],22:[1,39],26:112,76:[1,37]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:145,14:[2,20],16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,9],9:[2,9],11:[2,9],14:[2,9],15:[2,9],21:[2,9],24:[2,9],28:[2,9],29:[2,9],30:[2,9],31:[2,9],36:[2,9],41:[2,9],42:[2,9],43:[2,9],45:[2,9],46:[2,9],47:[2,9],48:[2,9],49:[2,9],50:[2,9],51:[2,9],52:[2,9],53:[2,9],54:[2,9],59:[2,9],62:[2,9],72:[2,9],78:[2,9],80:[2,9],81:[2,9],82:[2,9],83:[2,9],86:[2,9],87:[2,9]},{1:[2,46],9:[1,67],11:[1,68],14:[2,46],15:[1,69],21:[2,46],24:[2,46],28:[2,46],29:[2,46],30:[2,46],31:[2,46],36:[2,46],42:[2,46],45:[2,46],46:[2,46],47:[2,46],48:[2,46],49:[2,46],50:[2,46],51:[2,46],52:[2,46],53:[2,46],59:[2,46],62:[2,46],78:[2,46],80:[2,46],82:[2,46],86:[2,46],87:[2,46]},{3:146,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],20:[1,38],22:[1,39],76:[1,37]},{1:[2,51],14:[2,51],21:[2,51],24:[2,51],28:[2,51],29:[2,51],30:[2,51],31:[2,51],36:[2,51],42:[2,51],45:[2,51],46:[2,51],47:[2,51],48:[2,51],49:[2,51],50:[2,51],51:[2,51],52:[2,51],53:[2,51],59:[2,51],60:54,62:[2,51],78:[2,51],80:[2,51],82:[2,51],86:[2,51],87:[2,51]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:147,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],31:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:148,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],20:[1,38],22:[1,39],76:[1,37]},{1:[2,52],14:[2,52],21:[2,52],24:[2,52],28:[2,52],29:[2,52],30:[2,52],31:[2,52],36:[2,52],42:[2,52],45:[2,52],46:[2,52],47:[2,52],48:[2,52],49:[2,52],50:[2,52],51:[2,52],52:[2,52],53:[2,52],59:[2,52],60:54,62:[2,52],78:[2,52],80:[2,52],82:[2,52],86:[2,52],87:[2,52]},{3:149,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],20:[1,38],22:[1,39],76:[1,37]},{1:[2,53],14:[2,53],21:[2,53],24:[2,53],28:[2,53],29:[2,53],30:[2,53],31:[2,53],36:[2,53],42:[2,53],45:[2,53],46:[2,53],47:[2,53],48:[2,53],49:[2,53],50:[2,53],51:[2,53],52:[2,53],53:[2,53],59:[2,53],60:54,62:[2,53],78:[2,53],80:[2,53],82:[2,53],86:[2,53],87:[2,53]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:150,14:[2,20],16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{17:151,30:[1,6],79:[1,152]},{1:[2,70],14:[2,70],21:[2,70],24:[2,70],28:[2,70],29:[2,70],30:[2,70],31:[2,70],36:[2,70],42:[2,70],45:[2,70],46:[2,70],47:[2,70],48:[2,70],49:[2,70],50:[2,70],51:[2,70],52:[2,70],53:[2,70],58:[1,153],59:[2,70],62:[2,70],78:[2,70],80:[2,70],82:[2,70],86:[2,70],87:[2,70]},{62:[1,154]},{1:[2,74],14:[2,74],21:[2,74],24:[2,74],28:[2,74],29:[2,74],30:[2,74],31:[2,74],36:[2,74],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,74],59:[2,74],60:54,62:[2,74],78:[2,74],80:[2,74],82:[2,74],86:[2,74],87:[2,74]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:155,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],31:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,78],14:[2,78],21:[2,78],24:[2,78],28:[2,78],29:[2,78],30:[2,78],31:[2,78],36:[2,78],42:[2,78],45:[2,78],46:[2,78],47:[2,78],48:[2,78],49:[2,78],50:[2,78],51:[2,78],52:[2,78],53:[2,78],59:[2,78],62:[2,78],78:[2,78],80:[2,78],82:[2,78],86:[2,78],87:[2,78]},{42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],66:156,80:[1,35],87:[1,88]},{1:[2,81],14:[2,81],21:[2,81],24:[2,81],28:[2,81],29:[2,81],30:[2,81],31:[2,81],36:[2,81],42:[2,81],45:[2,81],46:[2,81],47:[2,81],48:[2,81],49:[2,81],50:[2,81],51:[2,81],52:[2,81],53:[2,81],59:[2,81],62:[2,81],67:[1,157],78:[2,81],80:[2,81],82:[2,81],86:[2,81],87:[1,158]},{1:[2,83],14:[2,83],21:[2,83],24:[2,83],28:[2,83],29:[2,83],30:[2,83],31:[2,83],36:[2,83],42:[2,83],45:[2,83],46:[2,83],47:[2,83],48:[2,83],49:[2,83],50:[2,83],51:[2,83],52:[2,83],53:[2,83],59:[2,83],62:[2,83],78:[2,83],80:[2,83],82:[2,83],86:[2,83],87:[2,83]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:62,20:[1,38],22:[1,39],25:[1,26],35:[1,59],39:159,43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,84],14:[2,84],21:[2,84],24:[2,84],28:[2,84],29:[2,84],30:[2,84],31:[2,84],36:[2,84],42:[2,84],45:[2,84],46:[2,84],47:[2,84],48:[2,84],49:[2,84],50:[2,84],51:[2,84],52:[2,84],53:[2,84],59:[2,84],62:[2,84],69:[1,160],70:[1,161],78:[2,84],80:[2,84],82:[2,84],86:[2,84],87:[2,84]},{1:[2,88],14:[2,88],21:[2,88],24:[2,88],28:[2,88],29:[2,88],30:[2,88],31:[2,88],36:[2,88],42:[2,88],45:[2,88],46:[2,88],47:[2,88],48:[2,88],49:[2,88],50:[2,88],51:[2,88],52:[2,88],53:[2,88],59:[2,88],62:[2,88],78:[2,88],80:[2,88],82:[2,88],86:[2,88],87:[2,88]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:162,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{9:[1,67],11:[1,68],15:[1,69],17:163,30:[1,6],72:[1,164]},{1:[2,93],14:[2,93],21:[2,93],24:[2,93],28:[2,93],29:[2,93],30:[2,93],31:[2,93],36:[2,93],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,93],59:[2,93],60:54,62:[2,93],78:[2,93],80:[2,93],82:[2,93],86:[2,93],87:[2,93]},{1:[2,94],14:[2,94],21:[2,94],24:[2,94],28:[2,94],29:[2,94],30:[2,94],31:[2,94],36:[2,94],42:[2,94],45:[2,94],46:[2,94],47:[2,94],48:[2,94],49:[2,94],50:[2,94],51:[2,94],52:[2,94],53:[2,94],59:[2,94],62:[2,94],78:[2,94],80:[2,94],82:[2,94],86:[2,94],87:[2,94]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:165,14:[2,20],16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{17:166,30:[1,6],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{17:167,30:[1,6],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{9:[1,67],11:[1,68],15:[1,69],81:[1,168]},{9:[2,1],11:[2,1],15:[2,1],28:[1,170],81:[2,1],83:[1,169],85:[1,171]},{4:[1,172]},{1:[2,128],14:[2,128],21:[2,128],24:[2,128],28:[1,173],29:[2,128],30:[2,128],31:[2,128],36:[2,128],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,128],59:[2,128],60:54,62:[2,128],78:[2,128],80:[2,128],82:[2,128],86:[2,128],87:[2,128]},{78:[1,174]},{13:175,21:[2,28],28:[1,135],29:[2,28],30:[2,28]},{13:176,24:[2,28],28:[1,177],29:[2,28]},{24:[2,110],28:[2,110],29:[2,110],31:[2,110]},{4:[1,117],5:113,7:[1,118],8:[1,114],10:107,20:[1,116],22:[1,115],23:178,26:112,28:[2,109],29:[2,109],30:[1,106],31:[2,109],32:[1,110],40:[1,111],45:[1,109],73:108,74:105,76:[1,37]},{9:[1,180],24:[2,95],28:[2,95],29:[2,95],31:[2,95],48:[2,95],75:[1,179]},{24:[2,103],28:[2,103],29:[2,103],31:[2,103],48:[1,181]},{4:[1,117],5:113,7:[1,118],8:[1,183],10:182,26:112,76:[1,37]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:184,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{24:[2,108],28:[2,108],29:[2,108],31:[2,108]},{1:[2,16],9:[2,16],11:[2,16],14:[2,16],15:[2,16],21:[2,16],24:[2,16],28:[2,16],29:[2,16],30:[2,16],31:[2,16],36:[2,16],41:[2,16],42:[2,16],43:[2,16],45:[2,16],46:[2,16],47:[2,16],48:[2,16],49:[2,16],50:[2,16],51:[2,16],52:[2,16],53:[2,16],54:[2,16],59:[2,16],62:[2,16],72:[2,16],75:[2,16],78:[2,16],80:[2,16],81:[2,16],82:[2,16],83:[2,16],86:[2,16],87:[2,16]},{1:[2,17],9:[2,17],11:[2,17],14:[2,17],15:[2,17],21:[2,17],24:[2,17],28:[2,17],29:[2,17],30:[2,17],31:[2,17],36:[2,17],41:[2,17],42:[2,17],43:[2,17],45:[2,17],46:[2,17],47:[2,17],48:[2,17],49:[2,17],50:[2,17],51:[2,17],52:[2,17],53:[2,17],54:[2,17],59:[2,17],62:[2,17],72:[2,17],75:[2,17],78:[2,17],80:[2,17],81:[2,17],82:[2,17],83:[2,17],86:[2,17],87:[2,17]},{9:[1,185],24:[2,96],28:[2,96],29:[2,96],31:[2,96],48:[2,96]},{4:[1,117],5:113,7:[1,118],8:[1,114],10:107,20:[1,116],22:[1,115],23:186,24:[2,109],26:112,28:[2,109],29:[2,109],30:[1,106],32:[1,110],40:[1,111],45:[1,109],73:108,74:105,76:[1,37]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:187,16:[1,32],18:[1,33],19:57,20:[1,38],21:[2,20],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,18],9:[2,18],11:[2,18],14:[2,18],15:[2,18],21:[2,18],24:[2,18],28:[2,18],29:[2,18],30:[2,18],31:[2,18],36:[2,18],41:[2,18],42:[2,18],43:[2,18],45:[2,18],46:[2,18],47:[2,18],48:[2,18],49:[2,18],50:[2,18],51:[2,18],52:[2,18],53:[2,18],54:[2,18],59:[2,18],62:[2,18],72:[2,18],75:[2,18],78:[2,18],80:[2,18],81:[2,18],82:[2,18],83:[2,18],86:[2,18],87:[2,18]},{1:[2,19],9:[2,19],11:[2,19],14:[2,19],15:[2,19],21:[2,19],24:[2,19],28:[2,19],29:[2,19],30:[2,19],31:[2,19],36:[2,19],41:[2,19],42:[2,19],43:[2,19],45:[2,19],46:[2,19],47:[2,19],48:[2,19],49:[2,19],50:[2,19],51:[2,19],52:[2,19],53:[2,19],54:[2,19],59:[2,19],62:[2,19],72:[2,19],75:[2,19],78:[2,19],80:[2,19],81:[2,19],82:[2,19],83:[2,19],86:[2,19],87:[2,19]},{1:[2,32],29:[2,32],31:[2,32],78:[2,32]},{1:[2,117],29:[1,40],78:[2,117]},{1:[2,40],9:[2,40],11:[2,40],14:[2,40],15:[2,40],21:[2,40],24:[2,40],28:[2,40],29:[2,40],30:[2,40],31:[2,40],36:[2,40],41:[2,40],42:[2,40],43:[2,40],45:[2,40],46:[2,40],47:[2,40],48:[2,40],49:[2,40],50:[2,40],51:[2,40],52:[2,40],53:[2,40],54:[2,40],58:[2,40],59:[2,40],62:[2,40],67:[2,40],69:[2,40],70:[2,40],72:[2,40],78:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],86:[2,40],87:[2,40]},{1:[2,44],14:[2,44],21:[2,44],24:[2,44],28:[2,44],29:[2,44],30:[2,44],31:[2,44],36:[2,44],42:[2,44],45:[1,44],46:[2,44],47:[2,44],48:[2,44],49:[1,48],50:[2,44],51:[2,44],52:[2,44],53:[2,44],59:[2,44],60:54,62:[2,44],78:[2,44],80:[2,44],82:[2,44],86:[2,44],87:[2,44]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:188,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],31:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,55],14:[2,55],21:[2,55],24:[2,55],28:[2,55],29:[2,55],30:[2,55],31:[2,55],36:[2,55],42:[2,55],45:[2,55],46:[2,55],47:[2,55],48:[2,55],49:[1,48],50:[2,55],51:[2,55],52:[2,55],53:[2,55],59:[2,55],60:54,62:[2,55],78:[2,55],80:[2,55],82:[2,55],86:[2,55],87:[2,55]},{1:[2,56],14:[2,56],21:[2,56],24:[2,56],28:[2,56],29:[2,56],30:[2,56],31:[2,56],36:[2,56],42:[1,43],45:[1,44],46:[2,56],47:[1,46],48:[2,56],49:[1,48],50:[1,49],51:[2,56],52:[1,51],53:[2,56],59:[2,56],60:54,62:[2,56],78:[2,56],80:[2,56],82:[2,56],86:[2,56],87:[2,56]},{1:[2,57],14:[2,57],21:[2,57],24:[2,57],28:[2,57],29:[2,57],30:[2,57],31:[2,57],36:[2,57],42:[1,43],45:[1,44],46:[2,57],47:[1,46],48:[2,57],49:[1,48],50:[1,49],51:[2,57],52:[1,51],53:[2,57],59:[2,57],60:54,62:[2,57],78:[2,57],80:[2,57],82:[2,57],86:[2,57],87:[2,57]},{1:[2,58],14:[2,58],21:[2,58],24:[2,58],28:[2,58],29:[2,58],30:[2,58],31:[2,58],36:[2,58],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,58],59:[2,58],60:54,62:[2,58],78:[2,58],80:[2,58],82:[2,58],86:[2,58],87:[2,58]},{1:[2,59],14:[2,59],21:[2,59],24:[2,59],28:[2,59],29:[2,59],30:[2,59],31:[2,59],36:[2,59],42:[2,59],45:[2,59],46:[2,59],47:[2,59],48:[2,59],49:[2,59],50:[2,59],51:[2,59],52:[2,59],53:[2,59],59:[2,59],60:54,62:[2,59],78:[2,59],80:[2,59],82:[2,59],86:[2,59],87:[2,59]},{1:[2,60],14:[2,60],21:[2,60],24:[2,60],28:[2,60],29:[2,60],30:[2,60],31:[2,60],36:[2,60],42:[2,60],45:[1,44],46:[2,60],47:[2,60],48:[2,60],49:[1,48],50:[2,60],51:[2,60],52:[2,60],53:[2,60],59:[2,60],60:54,62:[2,60],78:[2,60],80:[2,60],82:[2,60],86:[2,60],87:[2,60]},{1:[2,61],14:[2,61],21:[2,61],24:[2,61],28:[2,61],29:[2,61],30:[2,61],31:[2,61],36:[2,61],42:[1,43],45:[1,44],46:[2,61],47:[1,46],48:[2,61],49:[1,48],50:[1,49],51:[2,61],52:[1,51],53:[2,61],59:[2,61],60:54,62:[2,61],78:[2,61],80:[2,61],82:[2,61],86:[2,61],87:[2,61]},{1:[2,62],14:[2,62],21:[2,62],24:[2,62],28:[2,62],29:[2,62],30:[2,62],31:[2,62],36:[2,62],42:[1,43],45:[1,44],46:[2,62],47:[2,62],48:[2,62],49:[1,48],50:[1,49],51:[2,62],52:[2,62],53:[2,62],59:[2,62],60:54,62:[2,62],78:[2,62],80:[2,62],82:[2,62],86:[2,62],87:[2,62]},{1:[2,63],14:[2,63],21:[2,63],24:[2,63],28:[2,63],29:[2,63],30:[2,63],31:[2,63],36:[2,63],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,63],59:[2,63],60:54,62:[2,63],78:[2,63],80:[2,63],82:[2,63],86:[2,63],87:[2,63]},{1:[2,69],14:[2,69],21:[2,69],24:[2,69],28:[2,69],29:[2,69],30:[2,69],31:[2,69],36:[2,69],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,69],59:[2,69],60:54,62:[2,69],78:[2,69],80:[2,69],82:[2,69],86:[2,69],87:[2,69]},{29:[1,190],30:[1,191],36:[1,189]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],14:[2,29],16:[1,32],18:[1,33],19:57,20:[1,38],21:[2,29],22:[1,39],25:[1,26],27:192,29:[2,29],30:[2,29],31:[2,29],32:[1,58],35:[1,59],36:[2,29],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{14:[2,26],21:[2,26],28:[2,26],29:[2,26],30:[2,26],31:[2,26],36:[2,26],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{13:193,28:[1,135],29:[2,28],30:[2,28],36:[2,28]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:194,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{13:195,28:[1,135],29:[2,28],30:[2,28],31:[2,28]},{1:[2,42],14:[2,42],21:[2,42],24:[2,42],28:[2,42],29:[2,42],30:[2,42],31:[2,42],36:[2,42],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,42],59:[2,42],60:54,62:[2,42],78:[2,42],80:[2,42],82:[2,42],86:[2,42],87:[2,42]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:196,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],31:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,92],14:[2,92],21:[2,92],24:[2,92],28:[2,92],29:[2,92],30:[2,92],31:[2,92],36:[2,92],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,92],59:[2,92],60:54,62:[2,92],78:[2,92],80:[2,92],82:[2,92],86:[2,92],87:[2,92]},{1:[2,6],9:[2,6],11:[2,6],14:[2,6],15:[2,6],21:[2,6],24:[2,6],28:[2,6],29:[2,6],30:[2,6],31:[2,6],36:[2,6],41:[2,6],42:[2,6],43:[2,6],45:[2,6],46:[2,6],47:[2,6],48:[2,6],49:[2,6],50:[2,6],51:[2,6],52:[2,6],53:[2,6],54:[2,6],59:[2,6],62:[2,6],72:[2,6],78:[2,6],80:[2,6],81:[2,6],82:[2,6],83:[2,6],86:[2,6],87:[2,6]},{1:[2,7],9:[2,7],11:[2,7],14:[2,7],15:[2,7],21:[2,7],24:[2,7],28:[2,7],29:[2,7],30:[2,7],31:[2,7],36:[2,7],41:[2,7],42:[2,7],43:[2,7],45:[2,7],46:[2,7],47:[2,7],48:[2,7],49:[2,7],50:[2,7],51:[2,7],52:[2,7],53:[2,7],54:[2,7],59:[2,7],62:[2,7],72:[2,7],78:[2,7],80:[2,7],81:[2,7],82:[2,7],83:[2,7],86:[2,7],87:[2,7]},{13:197,14:[2,28],28:[1,135],29:[2,28],30:[2,28]},{1:[2,48],9:[1,67],11:[1,68],14:[2,48],15:[1,69],21:[2,48],24:[2,48],28:[2,48],29:[2,48],30:[2,48],31:[2,48],36:[2,48],42:[2,48],45:[2,48],46:[2,48],47:[2,48],48:[2,48],49:[2,48],50:[2,48],51:[2,48],52:[2,48],53:[2,48],59:[2,48],62:[2,48],78:[2,48],80:[2,48],82:[2,48],86:[2,48],87:[2,48]},{13:198,28:[1,135],29:[2,28],30:[2,28],31:[2,28]},{1:[2,49],9:[1,67],11:[1,68],14:[2,49],15:[1,69],21:[2,49],24:[2,49],28:[2,49],29:[2,49],30:[2,49],31:[2,49],36:[2,49],42:[2,49],45:[2,49],46:[2,49],47:[2,49],48:[2,49],49:[2,49],50:[2,49],51:[2,49],52:[2,49],53:[2,49],59:[2,49],62:[2,49],78:[2,49],80:[2,49],82:[2,49],86:[2,49],87:[2,49]},{1:[2,50],9:[1,67],11:[1,68],14:[2,50],15:[1,69],21:[2,50],24:[2,50],28:[2,50],29:[2,50],30:[2,50],31:[2,50],36:[2,50],42:[2,50],45:[2,50],46:[2,50],47:[2,50],48:[2,50],49:[2,50],50:[2,50],51:[2,50],52:[2,50],53:[2,50],59:[2,50],62:[2,50],78:[2,50],80:[2,50],82:[2,50],86:[2,50],87:[2,50]},{13:199,14:[2,28],28:[1,135],29:[2,28],30:[2,28]},{1:[2,68],14:[2,68],21:[2,68],24:[2,68],28:[2,68],29:[2,68],30:[2,68],31:[2,68],36:[2,68],42:[2,68],45:[2,68],46:[2,68],47:[2,68],48:[2,68],49:[2,68],50:[2,68],51:[2,68],52:[2,68],53:[2,68],59:[2,68],62:[2,68],78:[2,68],80:[2,68],82:[2,68],86:[2,68],87:[2,68]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:200,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{17:201,30:[1,6]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:202,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{13:203,28:[1,135],29:[2,28],30:[2,28],31:[2,28]},{1:[2,79],14:[2,79],21:[2,79],24:[2,79],28:[2,79],29:[2,79],30:[2,79],31:[2,79],36:[2,79],42:[2,79],45:[2,79],46:[2,79],47:[2,79],48:[2,79],49:[2,79],50:[2,79],51:[2,79],52:[2,79],53:[2,79],59:[2,79],62:[2,79],67:[1,204],78:[2,79],80:[2,79],82:[2,79],86:[2,79],87:[1,158]},{17:205,30:[1,6]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:62,20:[1,38],22:[1,39],25:[1,26],35:[1,59],39:206,43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{17:207,28:[1,138],30:[1,6]},{17:208,30:[1,6]},{17:209,30:[1,6]},{17:210,30:[1,6],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{1:[2,90],14:[2,90],21:[2,90],24:[2,90],28:[2,90],29:[2,90],30:[2,90],31:[2,90],36:[2,90],42:[2,90],45:[2,90],46:[2,90],47:[2,90],48:[2,90],49:[2,90],50:[2,90],51:[2,90],52:[2,90],53:[2,90],59:[2,90],62:[2,90],78:[2,90],80:[2,90],82:[2,90],86:[2,90],87:[2,90]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:211,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{13:212,14:[2,28],28:[1,135],29:[2,28],30:[2,28]},{1:[2,11],9:[2,11],11:[2,11],14:[2,11],15:[2,11],21:[2,11],24:[2,11],28:[2,11],29:[2,11],30:[2,11],31:[2,11],36:[2,11],41:[2,11],42:[2,11],43:[2,11],45:[2,11],46:[2,11],47:[2,11],48:[2,11],49:[2,11],50:[2,11],51:[2,11],52:[2,11],53:[2,11],54:[2,11],59:[2,11],62:[2,11],72:[2,11],78:[2,11],80:[2,11],81:[2,11],82:[2,11],83:[2,11],86:[2,11],87:[2,11]},{1:[2,118],14:[2,118],21:[2,118],24:[2,118],28:[2,118],29:[2,118],30:[2,118],31:[2,118],36:[2,118],42:[2,118],45:[2,118],46:[2,118],47:[2,118],48:[2,118],49:[2,118],50:[2,118],51:[2,118],52:[2,118],53:[2,118],58:[2,118],59:[2,118],62:[2,118],78:[2,118],80:[2,118],82:[2,118],86:[2,118],87:[2,118]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:213,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:214,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:215,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],20:[1,38],22:[1,39],76:[1,37]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:216,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{28:[1,218],83:[1,217]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:219,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,114],9:[2,114],11:[2,114],14:[2,114],15:[2,114],21:[2,114],24:[2,114],28:[2,114],29:[2,114],30:[2,114],31:[2,114],36:[2,114],41:[2,114],42:[2,114],43:[2,114],45:[2,114],46:[2,114],47:[2,114],48:[2,114],49:[2,114],50:[2,114],51:[2,114],52:[2,114],53:[2,114],54:[2,114],59:[2,114],62:[2,114],72:[2,114],75:[2,114],78:[2,114],80:[2,114],81:[2,114],82:[2,114],83:[2,114],86:[2,114],87:[2,114]},{21:[1,220],29:[1,190],30:[1,191]},{24:[1,221],29:[1,222]},{4:[1,117],5:113,7:[1,118],8:[1,114],10:107,20:[1,116],22:[1,115],24:[2,29],26:112,29:[2,29],31:[2,29],32:[1,110],40:[1,111],45:[1,109],73:108,74:223,76:[1,37]},{13:224,28:[1,177],29:[2,28],31:[2,28]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:225,20:[1,38],22:[1,39],25:[1,26],30:[1,226],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{4:[1,117],7:[1,118],26:227},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:228,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{24:[2,105],28:[2,105],29:[2,105],31:[2,105]},{24:[2,106],28:[2,106],29:[2,106],31:[2,106]},{24:[2,107],28:[2,107],29:[2,107],31:[2,107],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{4:[1,117],7:[1,118],26:229},{13:230,24:[2,28],28:[1,177],29:[2,28]},{13:231,21:[2,28],28:[1,135],29:[2,28],30:[2,28]},{13:232,28:[1,135],29:[2,28],30:[2,28],31:[2,28]},{37:[1,233],55:[1,234]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:235,32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:236,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],31:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{14:[2,22],21:[2,22],28:[2,22],29:[2,22],30:[2,22],31:[2,22],36:[2,22]},{29:[1,190],30:[1,191],36:[1,237]},{1:[2,133],28:[2,133],29:[2,133],30:[2,133],31:[2,133],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],78:[2,133],80:[1,35]},{29:[1,190],30:[1,191],31:[1,238]},{13:239,28:[1,135],29:[2,28],30:[2,28],31:[2,28]},{14:[1,240],29:[1,190],30:[1,191]},{29:[1,190],30:[1,191],31:[1,241]},{14:[1,242],29:[1,190],30:[1,191]},{17:243,30:[1,6],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{1:[2,71],14:[2,71],21:[2,71],24:[2,71],28:[2,71],29:[2,71],30:[2,71],31:[2,71],36:[2,71],42:[2,71],45:[2,71],46:[2,71],47:[2,71],48:[2,71],49:[2,71],50:[2,71],51:[2,71],52:[2,71],53:[2,71],59:[2,71],62:[2,71],78:[2,71],80:[2,71],82:[2,71],86:[2,71],87:[2,71]},{1:[2,73],14:[2,73],21:[2,73],24:[2,73],28:[2,73],29:[2,73],30:[2,73],31:[2,73],36:[2,73],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,73],59:[2,73],60:54,62:[2,73],78:[2,73],80:[2,73],82:[2,73],86:[2,73],87:[2,73]},{29:[1,190],30:[1,191],31:[1,244]},{17:245,30:[1,6]},{1:[2,82],14:[2,82],21:[2,82],24:[2,82],28:[2,82],29:[2,82],30:[2,82],31:[2,82],36:[2,82],42:[2,82],45:[2,82],46:[2,82],47:[2,82],48:[2,82],49:[2,82],50:[2,82],51:[2,82],52:[2,82],53:[2,82],59:[2,82],62:[2,82],78:[2,82],80:[2,82],82:[2,82],86:[2,82],87:[2,82]},{17:246,28:[1,138],30:[1,6]},{1:[2,130],14:[2,130],21:[2,130],24:[2,130],28:[2,130],29:[2,130],30:[2,130],31:[2,130],36:[2,130],42:[2,130],45:[2,130],46:[2,130],47:[2,130],48:[2,130],49:[2,130],50:[2,130],51:[2,130],52:[2,130],53:[2,130],59:[2,130],62:[2,130],67:[2,130],78:[2,130],80:[2,130],82:[2,130],86:[2,130],87:[2,130]},{1:[2,85],14:[2,85],21:[2,85],24:[2,85],28:[2,85],29:[2,85],30:[2,85],31:[2,85],36:[2,85],42:[2,85],45:[2,85],46:[2,85],47:[2,85],48:[2,85],49:[2,85],50:[2,85],51:[2,85],52:[2,85],53:[2,85],59:[2,85],62:[2,85],70:[1,247],78:[2,85],80:[2,85],82:[2,85],86:[2,85],87:[2,85]},{1:[2,87],14:[2,87],21:[2,87],24:[2,87],28:[2,87],29:[2,87],30:[2,87],31:[2,87],36:[2,87],42:[2,87],45:[2,87],46:[2,87],47:[2,87],48:[2,87],49:[2,87],50:[2,87],51:[2,87],52:[2,87],53:[2,87],59:[2,87],62:[2,87],78:[2,87],80:[2,87],82:[2,87],86:[2,87],87:[2,87]},{1:[2,89],14:[2,89],21:[2,89],24:[2,89],28:[2,89],29:[2,89],30:[2,89],31:[2,89],36:[2,89],42:[2,89],45:[2,89],46:[2,89],47:[2,89],48:[2,89],49:[2,89],50:[2,89],51:[2,89],52:[2,89],53:[2,89],59:[2,89],62:[2,89],78:[2,89],80:[2,89],82:[2,89],86:[2,89],87:[2,89]},{17:248,30:[1,6],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{14:[1,249],29:[1,190],30:[1,191]},{1:[2,120],14:[2,120],21:[2,120],24:[2,120],28:[2,120],29:[2,120],30:[2,120],31:[2,120],36:[2,120],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,120],59:[2,120],60:54,62:[2,120],78:[2,120],80:[2,120],82:[1,250],86:[2,120],87:[2,120]},{1:[2,122],14:[2,122],21:[2,122],24:[2,122],28:[2,122],29:[2,122],30:[2,122],31:[2,122],36:[2,122],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,122],59:[2,122],60:54,62:[2,122],78:[2,122],80:[2,122],82:[2,122],86:[2,122],87:[2,122]},{9:[1,67],11:[1,68],15:[1,69],83:[1,251]},{42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35],86:[1,252]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:253,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:254,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],20:[1,38],22:[1,39],76:[1,37]},{1:[2,129],14:[2,129],21:[2,129],24:[2,129],28:[2,129],29:[2,129],30:[2,129],31:[2,129],36:[2,129],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,129],59:[2,129],60:54,62:[2,129],78:[2,129],80:[2,129],82:[2,129],86:[2,129],87:[2,129]},{1:[2,12],9:[2,12],11:[2,12],14:[2,12],15:[2,12],21:[2,12],24:[2,12],25:[1,255],28:[2,12],29:[2,12],30:[2,12],31:[2,12],36:[2,12],41:[2,12],42:[2,12],43:[2,12],45:[2,12],46:[2,12],47:[2,12],48:[2,12],49:[2,12],50:[2,12],51:[2,12],52:[2,12],53:[2,12],54:[2,12],59:[2,12],62:[2,12],72:[2,12],78:[2,12],80:[2,12],81:[2,12],82:[2,12],83:[2,12],86:[2,12],87:[2,12]},{1:[2,13],9:[2,13],11:[2,13],14:[2,13],15:[2,13],21:[2,13],24:[2,13],25:[1,256],28:[2,13],29:[2,13],30:[2,13],31:[2,13],36:[2,13],41:[2,13],42:[2,13],43:[2,13],45:[2,13],46:[2,13],47:[2,13],48:[2,13],49:[2,13],50:[2,13],51:[2,13],52:[2,13],53:[2,13],54:[2,13],59:[2,13],62:[2,13],72:[2,13],78:[2,13],80:[2,13],81:[2,13],82:[2,13],83:[2,13],86:[2,13],87:[2,13]},{4:[1,117],5:113,7:[1,118],8:[1,114],10:107,20:[1,116],22:[1,115],26:112,32:[1,110],40:[1,111],45:[1,109],73:108,74:257,76:[1,37]},{24:[2,111],28:[2,111],29:[2,111],31:[2,111]},{29:[1,222],31:[1,258]},{24:[2,101],28:[2,101],29:[2,101],31:[2,101],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],12:259,16:[1,32],18:[1,33],19:57,20:[1,38],22:[1,39],25:[1,26],27:56,28:[2,20],29:[2,20],30:[2,20],31:[2,20],32:[1,58],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{24:[2,97],28:[2,97],29:[2,97],31:[2,97],48:[2,97]},{24:[2,104],28:[2,104],29:[2,104],31:[2,104],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],80:[1,35]},{24:[2,98],28:[2,98],29:[2,98],31:[2,98],48:[2,98]},{24:[1,260],29:[1,222]},{21:[1,261],29:[1,190],30:[1,191]},{29:[1,190],30:[1,191],31:[1,262]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:263,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{17:264,30:[1,6]},{14:[2,23],21:[2,23],28:[2,23],29:[2,23],30:[2,23],31:[2,23],36:[2,23]},{13:265,28:[1,135],29:[2,28],30:[2,28],31:[2,28]},{55:[1,234]},{1:[2,37],29:[2,37],31:[2,37],78:[2,37]},{29:[1,190],30:[1,191],31:[1,266]},{1:[2,8],9:[2,8],11:[2,8],14:[2,8],15:[2,8],21:[2,8],24:[2,8],28:[2,8],29:[2,8],30:[2,8],31:[2,8],36:[2,8],41:[2,8],42:[2,8],43:[2,8],45:[2,8],46:[2,8],47:[2,8],48:[2,8],49:[2,8],50:[2,8],51:[2,8],52:[2,8],53:[2,8],54:[2,8],59:[2,8],62:[2,8],72:[2,8],78:[2,8],80:[2,8],81:[2,8],82:[2,8],83:[2,8],86:[2,8],87:[2,8]},{1:[2,54],14:[2,54],21:[2,54],24:[2,54],28:[2,54],29:[2,54],30:[2,54],31:[2,54],36:[2,54],42:[2,54],45:[2,54],46:[2,54],47:[2,54],48:[2,54],49:[2,54],50:[2,54],51:[2,54],52:[2,54],53:[2,54],59:[2,54],62:[2,54],78:[2,54],80:[2,54],82:[2,54],86:[2,54],87:[2,54]},{17:267,30:[1,6]},{1:[2,119],14:[2,119],21:[2,119],24:[2,119],28:[2,119],29:[2,119],30:[2,119],31:[2,119],36:[2,119],42:[2,119],45:[2,119],46:[2,119],47:[2,119],48:[2,119],49:[2,119],50:[2,119],51:[2,119],52:[2,119],53:[2,119],58:[2,119],59:[2,119],62:[2,119],78:[2,119],80:[2,119],82:[2,119],86:[2,119],87:[2,119]},{1:[2,75],14:[2,75],21:[2,75],24:[2,75],28:[2,75],29:[2,75],30:[2,75],31:[2,75],36:[2,75],42:[2,75],45:[2,75],46:[2,75],47:[2,75],48:[2,75],49:[2,75],50:[2,75],51:[2,75],52:[2,75],53:[2,75],59:[2,75],62:[2,75],78:[2,75],80:[2,75],82:[2,75],86:[2,75],87:[2,75]},{1:[2,80],14:[2,80],21:[2,80],24:[2,80],28:[2,80],29:[2,80],30:[2,80],31:[2,80],36:[2,80],42:[2,80],45:[2,80],46:[2,80],47:[2,80],48:[2,80],49:[2,80],50:[2,80],51:[2,80],52:[2,80],53:[2,80],59:[2,80],62:[2,80],78:[2,80],80:[2,80],82:[2,80],86:[2,80],87:[2,80]},{1:[2,131],14:[2,131],21:[2,131],24:[2,131],28:[2,131],29:[2,131],30:[2,131],31:[2,131],36:[2,131],42:[2,131],45:[2,131],46:[2,131],47:[2,131],48:[2,131],49:[2,131],50:[2,131],51:[2,131],52:[2,131],53:[2,131],59:[2,131],62:[2,131],67:[2,131],78:[2,131],80:[2,131],82:[2,131],86:[2,131],87:[2,131]},{17:268,30:[1,6]},{1:[2,91],14:[2,91],21:[2,91],24:[2,91],28:[2,91],29:[2,91],30:[2,91],31:[2,91],36:[2,91],42:[2,91],45:[2,91],46:[2,91],47:[2,91],48:[2,91],49:[2,91],50:[2,91],51:[2,91],52:[2,91],53:[2,91],59:[2,91],62:[2,91],78:[2,91],80:[2,91],82:[2,91],86:[2,91],87:[2,91]},{17:269,30:[1,6]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:270,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:271,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:272,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,124],14:[2,124],21:[2,124],24:[2,124],28:[2,124],29:[2,124],30:[2,124],31:[2,124],36:[2,124],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,124],59:[2,124],60:54,62:[2,124],78:[2,124],80:[2,124],82:[2,124],86:[2,124],87:[2,124]},{9:[1,67],11:[1,68],15:[1,69],83:[1,273]},{1:[2,14],9:[2,14],11:[2,14],14:[2,14],15:[2,14],21:[2,14],24:[2,14],28:[2,14],29:[2,14],30:[2,14],31:[2,14],36:[2,14],41:[2,14],42:[2,14],43:[2,14],45:[2,14],46:[2,14],47:[2,14],48:[2,14],49:[2,14],50:[2,14],51:[2,14],52:[2,14],53:[2,14],54:[2,14],59:[2,14],62:[2,14],72:[2,14],78:[2,14],80:[2,14],81:[2,14],82:[2,14],83:[2,14],86:[2,14],87:[2,14]},{1:[2,15],9:[2,15],11:[2,15],14:[2,15],15:[2,15],21:[2,15],24:[2,15],28:[2,15],29:[2,15],30:[2,15],31:[2,15],36:[2,15],41:[2,15],42:[2,15],43:[2,15],45:[2,15],46:[2,15],47:[2,15],48:[2,15],49:[2,15],50:[2,15],51:[2,15],52:[2,15],53:[2,15],54:[2,15],59:[2,15],62:[2,15],72:[2,15],78:[2,15],80:[2,15],81:[2,15],82:[2,15],83:[2,15],86:[2,15],87:[2,15]},{24:[2,112],28:[2,112],29:[2,112],31:[2,112]},{24:[2,113],28:[2,113],29:[2,113],31:[2,113]},{13:274,28:[1,135],29:[2,28],30:[2,28],31:[2,28]},{25:[1,275]},{25:[1,276]},{1:[2,45],14:[2,45],21:[2,45],24:[2,45],28:[2,45],29:[2,45],30:[2,45],31:[2,45],36:[2,45],42:[2,45],45:[2,45],46:[2,45],47:[2,45],48:[2,45],49:[2,45],50:[2,45],51:[2,45],52:[2,45],53:[2,45],59:[2,45],62:[2,45],78:[2,45],80:[2,45],82:[2,45],86:[2,45],87:[2,45]},{1:[2,35],29:[2,35],31:[2,35],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[1,52],59:[1,53],60:54,62:[1,36],78:[2,35],80:[1,35]},{1:[2,65],14:[2,65],21:[2,65],24:[2,65],28:[2,65],29:[2,65],30:[2,65],31:[2,65],36:[2,65],42:[2,65],45:[2,65],46:[2,65],47:[2,65],48:[2,65],49:[2,65],50:[2,65],51:[2,65],52:[2,65],53:[2,65],59:[2,65],62:[2,65],78:[2,65],80:[2,65],82:[2,65],86:[2,65],87:[2,65]},{29:[1,190],30:[1,191],31:[1,277]},{1:[2,43],14:[2,43],21:[2,43],24:[2,43],28:[2,43],29:[2,43],30:[2,43],31:[2,43],36:[2,43],42:[2,43],45:[2,43],46:[2,43],47:[2,43],48:[2,43],49:[2,43],50:[2,43],51:[2,43],52:[2,43],53:[2,43],59:[2,43],62:[2,43],78:[2,43],80:[2,43],82:[2,43],86:[2,43],87:[2,43]},{1:[2,66],14:[2,66],21:[2,66],24:[2,66],28:[2,66],29:[2,66],30:[2,66],31:[2,66],36:[2,66],42:[2,66],45:[2,66],46:[2,66],47:[2,66],48:[2,66],49:[2,66],50:[2,66],51:[2,66],52:[2,66],53:[2,66],59:[2,66],62:[2,66],78:[2,66],80:[2,66],82:[2,66],86:[2,66],87:[2,66]},{1:[2,86],14:[2,86],21:[2,86],24:[2,86],28:[2,86],29:[2,86],30:[2,86],31:[2,86],36:[2,86],42:[2,86],45:[2,86],46:[2,86],47:[2,86],48:[2,86],49:[2,86],50:[2,86],51:[2,86],52:[2,86],53:[2,86],59:[2,86],62:[2,86],78:[2,86],80:[2,86],82:[2,86],86:[2,86],87:[2,86]},{1:[2,10],9:[2,10],11:[2,10],14:[2,10],15:[2,10],21:[2,10],24:[2,10],28:[2,10],29:[2,10],30:[2,10],31:[2,10],36:[2,10],41:[2,10],42:[2,10],43:[2,10],45:[2,10],46:[2,10],47:[2,10],48:[2,10],49:[2,10],50:[2,10],51:[2,10],52:[2,10],53:[2,10],54:[2,10],59:[2,10],62:[2,10],72:[2,10],78:[2,10],80:[2,10],81:[2,10],82:[2,10],83:[2,10],86:[2,10],87:[2,10]},{1:[2,121],14:[2,121],21:[2,121],24:[2,121],28:[2,121],29:[2,121],30:[2,121],31:[2,121],36:[2,121],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,121],59:[2,121],60:54,62:[2,121],78:[2,121],80:[2,121],82:[2,121],86:[2,121],87:[2,121]},{1:[2,123],14:[2,123],21:[2,123],24:[2,123],28:[2,123],29:[2,123],30:[2,123],31:[2,123],36:[2,123],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,123],59:[2,123],60:54,62:[2,123],78:[2,123],80:[2,123],82:[2,123],86:[2,123],87:[2,123]},{1:[2,126],14:[2,126],21:[2,126],24:[2,126],28:[2,126],29:[2,126],30:[2,126],31:[2,126],36:[2,126],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,126],59:[2,126],60:54,62:[2,126],78:[2,126],80:[2,126],82:[1,278],86:[2,126],87:[2,126]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:279,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{29:[1,190],30:[1,191],31:[1,280]},{24:[2,99],28:[2,99],29:[2,99],31:[2,99],48:[2,99]},{24:[2,100],28:[2,100],29:[2,100],31:[2,100],48:[2,100]},{14:[2,24],21:[2,24],28:[2,24],29:[2,24],30:[2,24],31:[2,24],36:[2,24]},{3:12,4:[1,27],5:28,6:29,7:[1,30],8:[1,31],16:[1,32],18:[1,33],19:281,20:[1,38],22:[1,39],25:[1,26],35:[1,59],43:[1,13],44:[1,14],45:[1,15],46:[1,16],56:[1,17],57:18,60:19,61:[1,20],62:[1,36],63:[1,21],64:[1,22],65:[1,23],68:[1,24],71:[1,25],76:[1,37],79:[1,34],80:[1,35]},{1:[2,125],14:[2,125],21:[2,125],24:[2,125],28:[2,125],29:[2,125],30:[2,125],31:[2,125],36:[2,125],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,125],59:[2,125],60:54,62:[2,125],78:[2,125],80:[2,125],82:[2,125],86:[2,125],87:[2,125]},{24:[2,102],28:[2,102],29:[2,102],31:[2,102]},{1:[2,127],14:[2,127],21:[2,127],24:[2,127],28:[2,127],29:[2,127],30:[2,127],31:[2,127],36:[2,127],42:[1,43],45:[1,44],46:[1,45],47:[1,46],48:[1,47],49:[1,48],50:[1,49],51:[1,50],52:[1,51],53:[2,127],59:[2,127],60:54,62:[2,127],78:[2,127],80:[2,127],82:[2,127],86:[2,127],87:[2,127]}],defaultActions:{2:[2,134]},parseError:function(b,c){throw new Error(b)},parse:function(b){function m(a){d.length=d.length-2*a,e.length=e.length-a}function n(){var a;return a=c.lexer.lex()||1,typeof a!="number"&&(a=c.symbols_[a]||a),a}var c=this,d=[0],e=[null],f=this.table,g="",h=0,i=0,j=0,k=2,l=1;this.lexer.setInput(b),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);var o,p,q,r,s,t,u={},v,w,x,y;for(;;){q=d[d.length-1],this.defaultActions[q]?r=this.defaultActions[q]:(o==null&&(o=n()),r=f[q]&&f[q][o]);if(typeof r=="undefined"||!r.length||!r[0]){if(!j){y=[];for(v in f[q])this.terminals_[v]&&v>2&&y.push("'"+this.terminals_[v]+"'");var z="";this.lexer.showPosition?z="Parse error on line "+(h+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+y.join(", "):z="Parse error on line "+(h+1)+": Unexpected "+(o==1?"end of input":"'"+(this.terminals_[o]||o)+"'"),this.parseError(z,{text:this.lexer.match,token:this.terminals_[o]||o,line:this.lexer.yylineno,expected:y})}if(j==3){if(o==l)throw new Error(z||"Parsing halted.");i=this.lexer.yyleng,g=this.lexer.yytext,h=this.lexer.yylineno,o=n()}for(;;){if(k.toString()in f[q])break;if(q==0)throw new Error(z||"Parsing halted.");m(1),q=d[d.length-1]}p=o,o=k,q=d[d.length-1],r=f[q]&&f[q][k],j=3}if(r[0]instanceof Array&&r.length>1)throw new Error("Parse Error: multiple actions possible at state: "+q+", token: "+o);switch(r[0]){case 1:d.push(o),e.push(this.lexer.yytext),d.push(r[1]),o=null,p?(o=p,p=null):(i=this.lexer.yyleng,g=this.lexer.yytext,h=this.lexer.yylineno,j>0&&j--);break;case 2:w=this.productions_[r[1]][1],u.$=e[e.length-w],t=this.performAction.call(u,g,i,h,this.yy,r[1],e);if(typeof t!="undefined")return t;w&&(d=d.slice(0,-1*w*2),e=e.slice(0,-1*w)),d.push(this.productions_[r[1]][0]),e.push(u.$),x=f[d[d.length-2]][d[d.length-1]],d.push(x);break;case 3:return!0}}return!0}};var c=[].slice;return function(a){function G(a,b){throw SyntaxError(a+" on line "+ -~b)}function H(a,b,c){var d,e;return b==null&&(b=a.length),e=(d=a[b-1])[0],e==="ID"||e==="]"||e==="?"||(c?d.callable||(e===")"||e===")CALL")&&d[1]:e==="}"||e===")"||e===")CALL"||e==="STRNUM"||e==="LITERAL"||e==="WORDS")}function I(a){var b,c,d;b=NaN;while(c=f.exec(a))b<=(d=c[0].length-1)||(b=d);return b}function J(a,b){return b?a.replace(J[b]||(J[b]=RegExp("\\n[^\\n\\S]{1,"+b+"}","g")),"\n"):a}function K(a,b){return function(c){return c.replace(a,b)}}function L(a){return a.slice(1+a.lastIndexOf("\n",0))}function M(a,b){return isNaN(a)?(a=a.length>8?"ng":Function("return"+a)(),a.length===1||G("bad string in range",b),[a.charCodeAt(),!0]):[+a]}function N(a){return'"\\u'+("000"+a.toString(16)).slice(-4)+'"'}function O(a){function e(a){var b;return(b=a[0])==="NEWLINE"||b==="INDENT"}function f(a){a[0]==="INDENT"&&(a[1]||a.then)||(c[0]="POST_IF")}var b,c,d;for(b=0,d=a.length;b<d;++b)c=a[b],c[0]==="IF"&&T(a,b+1,e,f)}function P(a){function k(b,c){switch(b[0]){case"NEWLINE":return b[1]!==";";case"DOT":case"?":case",":case"=>":return a[c-1].eol;case"ELSE":return d==="THEN";case"CATCH":return d==="TRY";case"FINALLY":return d==="TRY"||d==="CATCH"||d==="THEN";case"SWITCH":return!(i=!0);case"CASE":case"DEFAULT":return!i}}function l(b,c){var d;d=a[c-1],a.splice(d[0]===","?c-1:c,0,(g[2]=d[2],g))}var b,c,d,e,f,g,h,i,j;b=0;while(c=a[++b]){d=c[0];if(d!=="THEN"&&d!=="->"&&d!=="ELSE"&&d!=="DEFAULT"&&d!=="TRY"&&d!=="CATCH"&&d!=="FINALLY")continue;switch(e=a[b+1][0]){case"IF":if(d==="ELSE")continue;break;case"INDENT":case"THEN":d==="THEN"&&a.splice(b--,1);continue}f=["INDENT",0,c[2]],g=["DEDENT",0],d==="THEN"?(a[b]=f).then=!0:a.splice(++b,0,f);switch(!1){case e!=="DOT"&&e!=="?"&&e!==","&&e!=="=>":--b;case e!=="ID"&&e!=="STRNUM"&&e!=="LITERAL"||","!==((j=a[b+2])!=null?j[0]:void 8):l(0,b+=2),++b;break;case e!=="("&&e!=="["&&e!=="{"||","!==((j=a[h=1+U(a,b+1)])!=null?j[0]:void 8):l(0,h),++b;break;default:i=!1,T(a,b+1,k,l)}}}function Q(a){function m(b,c){var d,e;if(!k&&b.alias&&((e=b[1])==="&&"||e==="||")||b[0]==="=>")return!0;d=a[c-1];switch(b[0]){case"DOT":case"?":return!k&&(d.spaced||d[0]==="DEDENT");case"SWITCH":j=!0;case"IF":case"CLASS":case"FUNCTION":case"LET":case"WITH":k=!0;break;case"CASE":if(!j)return!0;k=!0;break;case"INDENT":if(k)return k=!1;return(e=d[0])!=="{"&&e!=="["&&e!==","&&e!=="->"&&e!==":"&&e!=="ELSE"&&e!=="ASSIGN"&&e!=="IMPORT"&&e!=="UNARY"&&e!=="DEFAULT"&&e!=="TRY"&&e!=="CATCH"&&e!=="FINALLY"&&e!=="HURL"&&e!=="DO";case"WHILE":if(b.done)return!1;case"NEWLINE":case"POST_IF":case"FOR":case"BY":case"TO":return d[0]!==","}return!1}function n(b,c){a.splice(c,0,[")CALL","",a[c-1][2]])}var b,c,d,f,g,h,i,j,k,l;b=0,c=[];while(d=a[++b]){d[1]==="do"&&((l=a[b+1])!=null?l[0]:void 8)==="INDENT"&&(f=U(a,b+1),a[f+1][0]==="NEWLINE"&&((l=a[f+2])!=null?l[0]:void 8)==="WHILE"?(d[0]="DO",a[f+2].done=!0,a.splice(f+1,1)):((d=a[1+b])[0]="(",(g=a[f])[0]=")",d.doblock=!0,a.splice(b,1))),h=d[0],i=a[b-1],h==="["&&c.push(i[0]==="DOT");if(i[0]==="]"){if(!c.pop())continue;i.index=!0}if(!((l=i[0])==="FUNCTION"||l==="LET"||i.spaced&&H(a,b,!0)))continue;if(d.doblock){d[0]="CALL(",g[0]=")CALL";continue}if(!e(h,F)&&(!!d.spaced||h!=="+-"&&h!=="^"))continue;if(h==="CREMENT")if(d.spaced||!e((l=a[b+1])!=null?l[0]:void 8,E))continue;k=j=!1,a.splice(b++,0,["CALL(","",d[2]]),T(a,b,m,n)}}function R(a){function m(b,c){var d,e,f;switch(d=b[0]){case",":break;case"NEWLINE":if(k)return!0;break;case"DEDENT":return!0;case"POST_IF":case"FOR":case"WHILE":return k;default:return!1}return e=(f=a[c+1])!=null?f[0]:void 8,e!==(d===","?"NEWLINE":"COMMENT")&&":"!==((f=a[e==="("?1+U(a,c+1):c+2])!=null?f[0]:void 8)}function n(b,c){a.splice(c,0,["}","",b[2]])}var b,c,d,f,g,h,i,j,k,l;b=[],c=0;while(d=a[++c]){if(":"!==(f=d[0])){switch(!1){case!e(f,C):g=b.pop();break;case!e(f,B):f==="INDENT"&&a[c-1][0]==="{"&&(f="{"),b.push([f,c])}continue}h=a[c-1][0]===")",i=h?g[1]:c-1,j=a[i-1];if((l=j[0])!==":"&&l!=="ASSIGN"&&l!=="IMPORT"&&((l=b[b.length-1])!=null?l[0]:void 8)==="{")continue;b.push(["{"]),k=!j.doblock&&(l=j[0])!=="NEWLINE"&&l!=="INDENT";while(((l=a[i-2])!=null?l[0]:void 8)==="COMMENT")i-=2;a.splice(i,0,["{","{",a[i][2]]),T(a,++c+1,m,n)}}function S(a){var d,f,g,h,i,j,l,m,n,o,p,q,r,s,t,u,v;d=0;while(f=a[++d]){switch(f[0]){case"STRNUM":~"-+".indexOf(g=f[1].charAt(0))&&(f[1]=f[1].slice(1),a.splice(d++,0,["+-",g,f[2]]));if(f.callable)continue;break;case"RANGE":s=M(f[1],h=f[2]),i=s[0],j=s[1],s=M(a[d+1][1],h),l=s[0],m=s[1],j^m&&G('bad "to" in range'),(n=((s=a[d+2])!=null?s[0]:void 8)==="RANGE_BY")&&isNaN(n=(s=a[d+3])!=null?s[1]:void 8)&&G('bad "by" in range'),o=[],l-=f.op==="til"&&1e-15;for(p=i,t=+n||1;t<0?p>=l:p<=l;p+=t)65536<o.push(["STRNUM",j?k(p):p+"",h],[",",",",h])&&G("range limit exceeded",h);o.pop()||G("empty range",h),a.splice.apply(a,[d,n?4:2].concat(c.call(o))),d+=o.length-1;break;case"WORDS":o=[["[","[",h=f[2]]];for(u=0,v=(s=f[1].match(/\S+/g)||"").length;u<v;++u)q=s[u],o.push(["STRNUM",b("'",q),h],[",",",",h]);a.splice.apply(a,[d,1].concat(c.call(o),[["]","]",h]])),d+=o.length;break;case"INDENT":if(r=a[d-1])if(r[1]==="new")a.splice(d++,0,["PARAM(","",f[2]],[")PARAM","",f[2]],["->","",f[2]]);else if((s=r[0])==="FUNCTION"||s==="LET")a.splice(d,0,["CALL(","",f[2]],[")CALL","",f[2]]),d+=2;continue;case"LITERAL":case"}":case"!?":break;case")":case")CALL":if(f[1])continue;break;case"]":if(f.index)continue;break;case"CREMENT":if(!H(a,d))continue;break;default:continue}f.spaced&&e(a[d+1][0],F)&&a.splice(++d,0,[",",",",f[2]])}}function T(a,b,c,d){var f,g,h;f=0;for(;g=a[b];++b){if(!f&&c(g,b))return d(g,b);h=g[0];if(0>(f+=e(h,B)||-e(h,C)))return d(g,b)}}function U(a,b){var c,d,e,f;c=1,e=D[d=a[b][0]];while(f=a[++b])switch(f[0]){case d:++c;break;case e:if(!--c)return b}return-1}var b,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F;a.lex=function(b,c){return d(a).tokenize(b||"",c||{})},a.rewrite=function(a){var b;return a||(a=this.tokens),P(a),O(a),Q(a),R(a),S(a),((b=a[0])!=null?b[0]:void 8)==="NEWLINE"&&a.shift(),a},a.tokenize=function(a,b){var c,d,e;this.inter||(a=a.replace(/[\r\u2028\u2029\uFEFF]/g,"")),a="\n"+a,this.tokens=[this.last=["NEWLINE","\n",0]],this.line=~-b.line,this.dents=[],this.closes=[],this.parens=[],c=0;while(d=a.charAt(c))switch(d){case" ":c+=this.doSpace(a,c);break;case"\n":c+=this.doLine(a,c);break;case"\\":c+=this.doBackslash(a,c);break;case"'":case'"':c+=this.doString(a,c,d);break;case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":c+=this.doNumber(a,c);break;case"/":switch(a.charAt(c+1)){case"*":c+=this.doComment(a,c);break;case"/":c+=this.doHeregex(a,c);break;default:c+=this.doRegex(a,c)||this.doLiteral(a,c)}break;case"`":c+=this.doJS(a,c);break;default:c+=this.doID(a,c)||this.doLiteral(a,c)||this.doSpace(a,c)}return this.dedent(this.dent),(e=this.closes.pop())&&this.carp("missing `"+e+"`"),this.inter?this.rest==null&&this.carp("unterminated interpolation"):(this.last.spaced=!0,this.newline()),b.raw||this.rewrite(),this.tokens},a.dent=0,a.doID=function(a,b){var c,d,f,g,h,i;d=(c=(o.lastIndex=b,o).exec(a))[0];if(!d)return 0;f=c[1],g=this.last;if(c[2]||g[0]==="DOT"||this.adi())return this.token("ID",e(f,n)?(i=Object(f),i.reserved=!0,i):f),c[2]&&this.token(":",":"),d.length;switch(f){case"this":case"eval":case"super":return this.token("LITERAL",f,!0).length;case"true":case"false":case"null":case"void":case"arguments":case"debugger":h="LITERAL";break;case"new":case"do":case"typeof":case"delete":h="UNARY";break;case"return":case"throw":h="HURL";break;case"break":case"continue":h="JUMP";break;case"for":this.seenFor=!0;case"then":this.wantBy=!1;break;case"catch":case"function":f="";break;case"in":case"of":if(this.seenFor){this.seenFor=!1,f==="of"&&(f="",this.wantBy=!0,g[0]==="ID"&&(i=this.tokens)[i.length-2][0]!=="FOR"&&(f=this.tokens.pop()[1],(i=this.tokens)[i.length-1][0]===","&&this.tokens.pop()));break};case"instanceof":g[1]==="!"&&(f=this.tokens.pop()[1]+f),h="RELATION";break;case"not":if(g.alias&&g[1]==="===")return g[1]="!==",3;h="UNARY",f="!";break;case"and":case"or":case"is":return this.unline(),f==="is"?this.token("COMPARE","==="):this.token("LOGIC",f==="or"?"||":"&&"),this.last.alias=!0,f.length;case"unless":h="IF";break;case"until":h="WHILE";break;case"import":f="<<<",H(this.tokens)||this.token("LITERAL","this");break;default:if(e(f,l))break;e(f,m)&&this.carp('reserved word "'+f+'"');if(!g[1]&&((i=g[0])==="CATCH"||i==="FUNCTION"||i==="LABEL"))return g[1]=f,g.spaced=!1,f.length;h="ID";switch(f){case"own":g[0]==="FOR"&&(h="OWN");break;case"all":if(g[1]==="<<<")return g[1]+="<",3;break;case"from":this.forange()&&(h="FROM");break;case"to":case"til":this.forange()&&this.tokens.push(["FROM","",this.line],["STRNUM","0",this.line]);if(this.seenFrom)this.seenFrom=!1,this.wantBy=!0,h="TO";else if(g[0]==="STRNUM"&&!g.callable)return g[0]="RANGE",g.op=f,f.length;break;case"by":g[0]==="STRNUM"&&(i=this.tokens)[i.length-2][0]==="RANGE"?h="RANGE_BY":this.wantBy&&(this.wantBy=!(h="BY"));break;case"ever":g[0]==="FOR"&&(this.seenFor=!1,g[0]="WHILE",h="LITERAL",f="true")}}return h||(h=c[1].toUpperCase()),(h==="RELATION"||h==="THEN"||h==="ELSE"||h==="CASE"||h==="DEFAULT"||h==="CATCH"||h==="FINALLY"||h==="IN"||h==="OF"||h==="FROM"||h==="TO"||h==="BY"||h==="EXTENDS")&&this.unline(),this.token(h,f),d.length},a.doNumber=function(a,b){var c,d,e,f,g,h,i;return v.lastIndex=b,(d=(c=v.exec(a))[0])?(e=this.last,c[5]&&(e[0]==="DOT"||this.adi())?(this.token("STRNUM",c[4].replace(w,"")),c[4].length):((f=c[1])?(h=parseInt(g=c[2].replace(w,""),f),(isNaN(h)||h===parseInt(g.slice(0,-1),f))&&this.carp("invalid number "+g+" in base "+f),h+=""):(h=(c[3]||d).replace(w,""),c[3]&&h.charAt()==="0"&&(i=h.charAt(1))!==""&&i!=="."&&this.carp("deprecated octal literal "+c[4])),!e.spaced&&e[0]==="+-"?(e[0]="STRNUM",e[1]+=h,d.length):(this.strnum(h),d.length))):0},a.doString=function(a,c,d){var e,f;return d===a.charAt(c+1)?d===a.charAt(c+2)?this.doHeredoc(a,c,d):(this.strnum(d+d),2):d==='"'?(e=this.interpolate(a,c,d),this.addInterpolated(e,g),1+e.size):(f=(s.lastIndex=c,s).exec(a)[0]||this.carp("unterminated string"),this.strnum(g(b(d,f.slice(1,-1)))),this.countLines(f).length)},a.doHeredoc=function(a,c,d){var e,f,g,i,j,k,l,m;if(d==="'")return~(e=a.indexOf(d+d+d,c+3))||this.carp("unterminated heredoc"),f=a.slice(c+3,e),g=f.replace(z,""),this.strnum(h(b(d,L(J(g,I(g)))))),this.countLines(f).length+6;i=this.interpolate(a,c,d+d+d),j=I(a.slice(c+3,c+i.size).replace(z,""));for(k=0,m=i.length;k<m;++k)l=i[k],l[0]==="S"&&(k+1===i.length&&(l[1]=l[1].replace(z,"")),l[1]=J(l[1],j),k===0&&(l[1]=L(l[1])));return this.addInterpolated(i,h),3+i.size},a.doComment=function(a,b){var c,d,e;return d=~(c=a.indexOf("*/",b+2))?a.slice(b,c+2):a.slice(b)+"*/",(e=this.last[0])==="NEWLINE"||e==="INDENT"||e==="THEN"?(this.token("COMMENT",J(d,this.dent)),this.token("NEWLINE","\n")):this.last.spaced=!0,this.countLines(d).length},a.doJS=function(a,b){var c,d;return t.lastIndex=b,c=t.exec(a)[0]||this.carp("unterminated JS literal"),this.token("LITERAL",(d=Object(J(c.slice(1,-1),this.dent)),d.js=!0,d),!0),this.countLines(c).length},a.doRegex=function(a,b){var c,d,e,f,g;if(c=H(this.tokens))if(!this.last.spaced||(g=a.charAt(b+1))===" "||g==="=")return 0;return g=(x.lastIndex=b,x).exec(a),d=g[0],e=g[1],f=g[2],d?this.regex(e,f):c||this.carp("unterminated regex"),d.length},a.doHeregex=function(a,c){var d,e,f,g,h,k,l,m,n,o,p;d=this.tokens,e=this.last,f=this.interpolate(a,c,"//"),g=a.slice(c+2+f.size),h=this.validate(/^(?:[gimy]{1,4}|[?$]?)/.exec(g)[0]);if(f[1]){if(h==="$")this.adi(),this.token("(",'"');else{d.push(["ID","RegExp",e[2]],["CALL(","",e[2]]);if(h==="?")for(k=f.length-1;k>=0;--k){l=f[k];if(l[0]==="TOKENS"){m=f.splice(k,1)[0][1];break}}}for(k=0,p=f.length;k<p;++k){l=f[k];if(l[0]==="TOKENS")d.push.apply(d,l[1]);else{n=l[1].replace(y,"");if(o&&!n)continue;o=d.push((l[0]="STRNUM",l[1]=b("'",i(n)),l))}d.push(["+-","+",d[d.length-1][2]])}--d.length;if(m||h>="g")this.token(",",","),m?d.push.apply(d,m):this.token("STRNUM","'"+h+"'");this.token(h==="$"?")":")CALL","")}else this.regex(j(f[0][1].replace(y,"")),h);return 2+f.size+h.length},a.doBackslash=function(a,c){var d,e,f;return u.lastIndex=c,f=u.exec(a),d=f[0],e=f[1],e?this.strnum(b("'",e)):this.countLines(d),d.length},a.doLine=function(a,b){var c,d,e,f,g,h,i,j;j=(r.lastIndex=b,r).exec(a),c=j[0],d=j[1],e=this.countLines(c).length,f=this.last,f.eol=!0,f.spaced=!0;if(b+e>=a.length)return e;if(0>(g=d.length-this.dent))this.dedent(-g),this.newline();else{(h=d&&(this.emender||(this.emender=RegExp("[^"+d.charAt(0)+"]"))).exec(d))&&this.carp("contaminated indent "+escape(h));if((i=f[0])==="ASSIGN"&&(j=""+f[1])!=="="&&j!==":="&&j!=="+="||i==="+-"||i==="=>"||i==="DOT"||i==="LOGIC"||i==="MATH"||i==="COMPARE"||i==="RELATION"||i==="SHIFT"||i==="BITWISE"||i==="IN"||i==="OF"||i==="TO"||i==="BY"||i==="FROM"||i==="EXTENDS")return e;g?this.indent(g):this.newline()}return this.wantBy=!1,e},a.doSpace=function(a,b){var c;q.lastIndex=b;if(c=q.exec(a)[0])this.last.spaced=!0;return c.length},a.doLiteral=function(a,b){var c,d,e,f,g,h;if(!(c=(p.lastIndex=b,p).exec(a)[0]))return 0;switch(e=d=c){case"+":case"-":e="+-";break;case"&&":case"||":e="LOGIC";break;case"?":case"!?":this.last.spaced&&(e="LOGIC");break;case"/":case"%":case"**":e="MATH";break;case"++":case"--":e="CREMENT";break;case"<<<":case"<<<<":e="IMPORT";break;case"&":case"|":e="BITWISE";break;case";":e="NEWLINE",this.wantBy=!1;break;case".":this.last[1]==="?"&&(this.last[0]="?"),e="DOT";break;case",":switch(this.last[0]){case",":case"[":case"(":case"CALL(":this.token("LITERAL","void");break;case"FOR":case"OWN":this.token("ID","")}break;case"!=":if(!H(this.tokens))return this.tokens.push(["UNARY","!",this.line],["ASSIGN","=",this.line]),2;case"===":case"!==":case"<":case">":case"<=":case">=":case"==":e="COMPARE";break;case"<<":case">>":case">>>":case"<?":case">?":e="SHIFT";break;case"(":if((h=this.last[0])!=="FUNCTION"&&h!=="LET"&&!this.able(!0))return this.token("(","("),this.closes.push(")"),this.parens.push(this.last),1;e="CALL(",this.closes.push(")CALL");break;case"[":case"{":this.adi(),this.closes.push("]}".charAt(d==="{"));break;case"}":if(this.inter&&d!==(h=this.closes)[h.length-1])return this.rest=a.slice(b+1),9e9;case"]":case")":")"===(e=d=this.pair(d))&&(this.lpar=this.parens.pop());break;case":":(h=this.last[0])!=="ID"&&h!=="STRNUM"&&h!==")"&&(e="LABEL",d="");break;case"=":case":=":case"+=":case"-=":case"*=":case"/=":case"%=":case"&=":case"^=":case"|=":case"<<=":case">>=":case">>>=":case"<?=":case">?=":case"**=":if(this.last[1]==="."||this.last[0]==="?"&&this.adi())return this.last[1]+=d,d.length;this.last[0]==="LOGIC"?(d=Object(d)).logic=this.tokens.pop()[1]:(d==="+="||d==="-="||d==="^=")&&!H(this.tokens)&&(h=this.last[0])!=="+-"&&h!=="^"&&h!=="UNARY"&&h!=="LABEL"&&(this.token("UNARY",d.charAt()),d="="),e="ASSIGN";break;case"*":if(f=((h=this.last[0])==="NEWLINE"||h==="INDENT"||h==="THEN")&&(A.lastIndex=b+1,A).exec(a)[0].length)return this.tokens.push(["LITERAL","void",this.line],["ASSIGN","=",this.line]),this.indent(b+f-1-this.dent-a.lastIndexOf("\n",b-1)),f;e=H(this.tokens)?"MATH":"STRNUM";break;case"@":case"@@":return this.dotcat(d)||(d==="@"?this.token("LITERAL","this",!0):this.token("LITERAL","arguments")),d.length;case"!":switch(!1){default:if(!this.last.spaced){if(H(this.tokens,null,!0))this.token("CALL(","!"),this.token(")CALL",")");else{if(this.last[1]!=="typeof")break;this.last[1]="classof"}return 1}}e="UNARY";break;case"~":if(this.dotcat(d))return 1;e="UNARY";break;case"->":case"~>":g="->";case"<-":case"<~":this.parameters(e=g||"<-");break;case"::":g="prototype";case"..":this.adi(),e="ID",d=g||"constructor";break;default:switch(d.charAt(0)){case"(":this.token("CALL(","("),e=")CALL",d=")";break;case"<":d.length<4&&this.carp("unterminated words"),this.adi(),e="WORDS",d=d.slice(2,-2)}}return(e===","||e==="=>"||e==="DOT"||e==="LOGIC"||e==="COMPARE"||e==="MATH"||e==="IMPORT"||e==="SHIFT"||e==="BITWISE")&&this.unline(),this.token(e,d),c.length},a.token=function(a,b,c){return this.tokens.push(this.last=[a,b,this.line]),c&&(this.last.callable=!0),b},a.indent=function(a){this.dent+=a,this.dents.push(this.token("INDENT",a)),this.closes.push("DEDENT")},a.dedent=function(a){var b;this.dent-=a;while(a>0&&(b=this.dents.pop()))a<b&&!this.inter&&this.carp("unmatched dedent ("+a+" for "+b+")"),this.pair("DEDENT"),a-=typeof b=="number"?this.token("DEDENT",b):b},a.newline=function(){var a;this.last[1]==="\n"||this.tokens.push(this.last=(a=["NEWLINE","\n",this.line],a.spaced=!0,a))},a.unline=function(){var a;if(!this.tokens[1])return;switch(this.last[0]){case"INDENT":(a=this.dents)[a.length-1]+="";case"NEWLINE":this.tokens.length--}},a.parameters=function(a){var b,c,d,e;if(this.last[0]===")"&&")"===this.last[1]){this.lpar[0]="PARAM(",this.last[0]=")PARAM";return}if(a==="->")this.token("PARAM(","");else{for(b=(d=this.tokens).length-1;b>=0;--b){c=d[b];if((e=c[0])==="NEWLINE"||e==="INDENT"||e==="THEN"||e==="(")break}this.tokens.splice(b+1,0,["PARAM(","",c[2]])}this.token(")PARAM","")},a.interpolate=function(b,c,f){var g,h,i,j,k,l,m,p,q,r,s;g=[],h=f.charAt(0),i=0,j=-1,b=b.slice(c+f.length);while(k=b.charAt(++j)){switch(k){case h:if(f!==b.slice(j,j+f.length))continue;return g.push(["S",this.countLines(b.slice(0,j)),this.line]),g.size=i+j+f.length,g;case"#":if(l=(o.lastIndex=j+1,o).exec(b)[1]){if(l==="this"||!e(l,n))break;j+=l.length;continue}if("{"!==b.charAt(j+1))continue;break;case"\\":++j;default:continue}if(j||q&&!m)m=g.push(["S",this.countLines(b.slice(0,j)),this.line]);if(l)b=b.slice(p=j+1+l.length),g.push(["TOKENS",q=[["ID",l,this.line]]]);else{r=(s=d(a),s.inter=!0,s.emender=this.emender,s),q=r.tokenize(b.slice(j+2),{line:this.line,raw:!0}),p=b.length-r.rest.length,b=r.rest,this.line=r.line;while(((s=q[0])!=null?s[0]:void 8)==="NEWLINE")q.shift();q.length&&(q.unshift(["(","(",q[0][2]]),q.push([")",")",this.line]),g.push(["TOKENS",q]))}i+=p,j=-1}this.carp("missing `"+f+"`")},a.addInterpolated=function(a,c){var d,e,f,g,h,i,j,k,l,m;if(!a[1])return this.strnum(c(b('"',a[0][1])));d=this.tokens,e=this.last,l=!e.spaced&&e[1]==="%"?(--d.length,this.last=e=d[d.length-1],["[","]",[",",","]]):["(",")",["+-","+"]],f=l[0],g=l[1],h=l[2],i=this.adi(),d.push([f,'"',e[2]]);for(j=0,m=a.length;j<m;++j){k=a[j];if(k[0]==="TOKENS")d.push.apply(d,k[1]);else{if(j>1&&!k[1])continue;d.push(["STRNUM",c(b('"',k[1])),k[2]])}d.push(h.concat(d[d.length-1][2]))}--d.length,this.token(g,"",i)},a.strnum=function(a){this.token("STRNUM",a,this.adi()||this.last[0]==="DOT")},a.regex=function(a,c){try{RegExp(a)}catch(d){this.carp(d.message)}return c==="$"?this.strnum(b("'",i(a))):this.token("LITERAL","/"+(a||"(?:)")+"/"+this.validate(c))},a.adi=function(){if(this.last.spaced)return;this.last[0]==="!?"&&(this.last[0]="CALL(",this.tokens.push([")CALL","",this.line],["?","?",this.line]));if(H(this.tokens))return this.token("DOT",".")},a.dotcat=function(a){if(this.last[1]==="."||this.adi())return this.last[1]+=a},a.pair=function(a){var b,c;return a===(b=(c=this.closes)[c.length-1])||")CALL"===b&&a===")"?(this.unline(),this.closes.pop()):("DEDENT"!==b&&this.carp("unmatched `"+a+"`"),this.dedent((c=this.dents)[c.length-1]),this.pair(a))},a.able=function(a){return!this.last.spaced&&H(this.tokens,null,a)},a.countLines=function(a){var b;while(b=1+a.indexOf("\n",b))++this.line;return a},a.forange=function(){var a;return((a=(a=this.tokens)[a.length-2])!=null?a[0]:void 8)==="FOR"&&(this.seenFor=!1,this.seenFrom=!0,this)},a.validate=function(a){var b;return(b=a&&/(.).*\1/.exec(a))&&this.carp("duplicate regex flag `"+b[1]+"`"),a},a.carp=function(a){G(a,this.line)},b=function(a,b,c){return function(d,e){return d+e.replace(a,b).replace(c[d],"\\$&")+d}}.call(this,/\\(?:([0-3]?[0-7]{2}|[1-7]|0(?=[89]))|[\\0bfnrtuvx]|[^\n\S]|([\w\W]))?/g,function(a,b,c){return b?"\\x"+(256+parseInt(b,8)).toString(16).slice(1):c||(a==="\\"?"\\\\":a)},{"'":/'/g,'"':/"/g}),f=/\n[^\n\S]*(?!$)/mg,g=K(/\n[^\n\S]*/g,""),h=K(/\n/g,"\\n"),i=K(/\\/g,"\\\\"),j=K(/(\\.)|\//g,function(){return arguments[1]||"\\/"}),k=typeof JSON=="undefined"||JSON===null?N:function(a){switch(a){case 8232:case 8233:return N(a);default:return JSON.stringify(String.fromCharCode(a))}},l=["true","false","null","this","void","super","return","throw","break","continue","if","else","for","while","switch","case","default","try","catch","finally","class","extends","new","do","delete","typeof","in","instanceof","import","function","let","with","debugger","export"],m=["var","const","enum","implements","interface","package","private","protected","public","static","yield"],n=l.concat(m),o=function(){var a,b;return a="$_A-Za-z\\xAA\\xB5\\xBA\\xDF-\\xF6\\xF8-\\xFF\\u0101\\u0103\\u0105\\u0107\\u0109\\u010B\\u010D\\u010F\\u0111\\u0113\\u0115\\u0117\\u0119\\u011B\\u011D\\u011F\\u0121\\u0123\\u0125\\u0127\\u0129\\u012B\\u012D\\u012F\\u0131\\u0133\\u0135\\u0137\\u0138\\u013A\\u013C\\u013E\\u0140\\u0142\\u0144\\u0146\\u0148\\u0149\\u014B\\u014D\\u014F\\u0151\\u0153\\u0155\\u0157\\u0159\\u015B\\u015D\\u015F\\u0161\\u0163\\u0165\\u0167\\u0169\\u016B\\u016D\\u016F\\u0171\\u0173\\u0175\\u0177\\u017A\\u017C\\u017E-\\u0180\\u0183\\u0185\\u0188\\u018C\\u018D\\u0192\\u0195\\u0199-\\u019B\\u019E\\u01A1\\u01A3\\u01A5\\u01A8\\u01AA\\u01AB\\u01AD\\u01B0\\u01B4\\u01B6\\u01B9\\u01BA\\u01BD-\\u01BF\\u01C6\\u01C9\\u01CC\\u01CE\\u01D0\\u01D2\\u01D4\\u01D6\\u01D8\\u01DA\\u01DC\\u01DD\\u01DF\\u01E1\\u01E3\\u01E5\\u01E7\\u01E9\\u01EB\\u01ED\\u01EF\\u01F0\\u01F3\\u01F5\\u01F9\\u01FB\\u01FD\\u01FF\\u0201\\u0203\\u0205\\u0207\\u0209\\u020B\\u020D\\u020F\\u0211\\u0213\\u0215\\u0217\\u0219\\u021B\\u021D\\u021F\\u0221\\u0223\\u0225\\u0227\\u0229\\u022B\\u022D\\u022F\\u0231\\u0233-\\u0239\\u023C\\u023F\\u0240\\u0242\\u0247\\u0249\\u024B\\u024D\\u024F-\\u0293\\u0295-\\u02AF\\u0371\\u0373\\u0377\\u037B-\\u037D\\u0390\\u03AC-\\u03CE\\u03D0\\u03D1\\u03D5-\\u03D7\\u03D9\\u03DB\\u03DD\\u03DF\\u03E1\\u03E3\\u03E5\\u03E7\\u03E9\\u03EB\\u03ED\\u03EF-\\u03F3\\u03F5\\u03F8\\u03FB\\u03FC\\u0430-\\u045F\\u0461\\u0463\\u0465\\u0467\\u0469\\u046B\\u046D\\u046F\\u0471\\u0473\\u0475\\u0477\\u0479\\u047B\\u047D\\u047F\\u0481\\u048B\\u048D\\u048F\\u0491\\u0493\\u0495\\u0497\\u0499\\u049B\\u049D\\u049F\\u04A1\\u04A3\\u04A5\\u04A7\\u04A9\\u04AB\\u04AD\\u04AF\\u04B1\\u04B3\\u04B5\\u04B7\\u04B9\\u04BB\\u04BD\\u04BF\\u04C2\\u04C4\\u04C6\\u04C8\\u04CA\\u04CC\\u04CE\\u04CF\\u04D1\\u04D3\\u04D5\\u04D7\\u04D9\\u04DB\\u04DD\\u04DF\\u04E1\\u04E3\\u04E5\\u04E7\\u04E9\\u04EB\\u04ED\\u04EF\\u04F1\\u04F3\\u04F5\\u04F7\\u04F9\\u04FB\\u04FD\\u04FF\\u0501\\u0503\\u0505\\u0507\\u0509\\u050B\\u050D\\u050F\\u0511\\u0513\\u0515\\u0517\\u0519\\u051B\\u051D\\u051F\\u0521\\u0523\\u0525\\u0561-\\u0587\\u1D00-\\u1D2B\\u1D62-\\u1D77\\u1D79-\\u1D9A\\u1E01\\u1E03\\u1E05\\u1E07\\u1E09\\u1E0B\\u1E0D\\u1E0F\\u1E11\\u1E13\\u1E15\\u1E17\\u1E19\\u1E1B\\u1E1D\\u1E1F\\u1E21\\u1E23\\u1E25\\u1E27\\u1E29\\u1E2B\\u1E2D\\u1E2F\\u1E31\\u1E33\\u1E35\\u1E37\\u1E39\\u1E3B\\u1E3D\\u1E3F\\u1E41\\u1E43\\u1E45\\u1E47\\u1E49\\u1E4B\\u1E4D\\u1E4F\\u1E51\\u1E53\\u1E55\\u1E57\\u1E59\\u1E5B\\u1E5D\\u1E5F\\u1E61\\u1E63\\u1E65\\u1E67\\u1E69\\u1E6B\\u1E6D\\u1E6F\\u1E71\\u1E73\\u1E75\\u1E77\\u1E79\\u1E7B\\u1E7D\\u1E7F\\u1E81\\u1E83\\u1E85\\u1E87\\u1E89\\u1E8B\\u1E8D\\u1E8F\\u1E91\\u1E93\\u1E95-\\u1E9D\\u1E9F\\u1EA1\\u1EA3\\u1EA5\\u1EA7\\u1EA9\\u1EAB\\u1EAD\\u1EAF\\u1EB1\\u1EB3\\u1EB5\\u1EB7\\u1EB9\\u1EBB\\u1EBD\\u1EBF\\u1EC1\\u1EC3\\u1EC5\\u1EC7\\u1EC9\\u1ECB\\u1ECD\\u1ECF\\u1ED1\\u1ED3\\u1ED5\\u1ED7\\u1ED9\\u1EDB\\u1EDD\\u1EDF\\u1EE1\\u1EE3\\u1EE5\\u1EE7\\u1EE9\\u1EEB\\u1EED\\u1EEF\\u1EF1\\u1EF3\\u1EF5\\u1EF7\\u1EF9\\u1EFB\\u1EFD\\u1EFF-\\u1F07\\u1F10-\\u1F15\\u1F20-\\u1F27\\u1F30-\\u1F37\\u1F40-\\u1F45\\u1F50-\\u1F57\\u1F60-\\u1F67\\u1F70-\\u1F7D\\u1F80-\\u1F87\\u1F90-\\u1F97\\u1FA0-\\u1FA7\\u1FB0-\\u1FB4\\u1FB6\\u1FB7\\u1FBE\\u1FC2-\\u1FC4\\u1FC6\\u1FC7\\u1FD0-\\u1FD3\\u1FD6\\u1FD7\\u1FE0-\\u1FE7\\u1FF2-\\u1FF4\\u1FF6\\u1FF7\\u210A\\u210E\\u210F\\u2113\\u212F\\u2134\\u2139\\u213C\\u213D\\u2146-\\u2149\\u214E\\u2184\\u2C30-\\u2C5E\\u2C61\\u2C65\\u2C66\\u2C68\\u2C6A\\u2C6C\\u2C71\\u2C73\\u2C74\\u2C76-\\u2C7C\\u2C81\\u2C83\\u2C85\\u2C87\\u2C89\\u2C8B\\u2C8D\\u2C8F\\u2C91\\u2C93\\u2C95\\u2C97\\u2C99\\u2C9B\\u2C9D\\u2C9F\\u2CA1\\u2CA3\\u2CA5\\u2CA7\\u2CA9\\u2CAB\\u2CAD\\u2CAF\\u2CB1\\u2CB3\\u2CB5\\u2CB7\\u2CB9\\u2CBB\\u2CBD\\u2CBF\\u2CC1\\u2CC3\\u2CC5\\u2CC7\\u2CC9\\u2CCB\\u2CCD\\u2CCF\\u2CD1\\u2CD3\\u2CD5\\u2CD7\\u2CD9\\u2CDB\\u2CDD\\u2CDF\\u2CE1\\u2CE3\\u2CE4\\u2CEC\\u2CEE\\u2D00-\\u2D25\\uA641\\uA643\\uA645\\uA647\\uA649\\uA64B\\uA64D\\uA64F\\uA651\\uA653\\uA655\\uA657\\uA659\\uA65B\\uA65D\\uA65F\\uA663\\uA665\\uA667\\uA669\\uA66B\\uA66D\\uA681\\uA683\\uA685\\uA687\\uA689\\uA68B\\uA68D\\uA68F\\uA691\\uA693\\uA695\\uA697\\uA723\\uA725\\uA727\\uA729\\uA72B\\uA72D\\uA72F-\\uA731\\uA733\\uA735\\uA737\\uA739\\uA73B\\uA73D\\uA73F\\uA741\\uA743\\uA745\\uA747\\uA749\\uA74B\\uA74D\\uA74F\\uA751\\uA753\\uA755\\uA757\\uA759\\uA75B\\uA75D\\uA75F\\uA761\\uA763\\uA765\\uA767\\uA769\\uA76B\\uA76D\\uA76F\\uA771-\\uA778\\uA77A\\uA77C\\uA77F\\uA781\\uA783\\uA785\\uA787\\uA78C\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFF41-\\uFF5A\\xC0-\\xD6\\xD8-\\xDE\\u0100\\u0102\\u0104\\u0106\\u0108\\u010A\\u010C\\u010E\\u0110\\u0112\\u0114\\u0116\\u0118\\u011A\\u011C\\u011E\\u0120\\u0122\\u0124\\u0126\\u0128\\u012A\\u012C\\u012E\\u0130\\u0132\\u0134\\u0136\\u0139\\u013B\\u013D\\u013F\\u0141\\u0143\\u0145\\u0147\\u014A\\u014C\\u014E\\u0150\\u0152\\u0154\\u0156\\u0158\\u015A\\u015C\\u015E\\u0160\\u0162\\u0164\\u0166\\u0168\\u016A\\u016C\\u016E\\u0170\\u0172\\u0174\\u0176\\u0178\\u0179\\u017B\\u017D\\u0181\\u0182\\u0184\\u0186\\u0187\\u0189-\\u018B\\u018E-\\u0191\\u0193\\u0194\\u0196-\\u0198\\u019C\\u019D\\u019F\\u01A0\\u01A2\\u01A4\\u01A6\\u01A7\\u01A9\\u01AC\\u01AE\\u01AF\\u01B1-\\u01B3\\u01B5\\u01B7\\u01B8\\u01BC\\u01C4\\u01C7\\u01CA\\u01CD\\u01CF\\u01D1\\u01D3\\u01D5\\u01D7\\u01D9\\u01DB\\u01DE\\u01E0\\u01E2\\u01E4\\u01E6\\u01E8\\u01EA\\u01EC\\u01EE\\u01F1\\u01F4\\u01F6-\\u01F8\\u01FA\\u01FC\\u01FE\\u0200\\u0202\\u0204\\u0206\\u0208\\u020A\\u020C\\u020E\\u0210\\u0212\\u0214\\u0216\\u0218\\u021A\\u021C\\u021E\\u0220\\u0222\\u0224\\u0226\\u0228\\u022A\\u022C\\u022E\\u0230\\u0232\\u023A\\u023B\\u023D\\u023E\\u0241\\u0243-\\u0246\\u0248\\u024A\\u024C\\u024E\\u0370\\u0372\\u0376\\u0386\\u0388-\\u038A\\u038C\\u038E\\u038F\\u0391-\\u03A1\\u03A3-\\u03AB\\u03CF\\u03D2-\\u03D4\\u03D8\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2\\u03E4\\u03E6\\u03E8\\u03EA\\u03EC\\u03EE\\u03F4\\u03F7\\u03F9\\u03FA\\u03FD-\\u042F\\u0460\\u0462\\u0464\\u0466\\u0468\\u046A\\u046C\\u046E\\u0470\\u0472\\u0474\\u0476\\u0478\\u047A\\u047C\\u047E\\u0480\\u048A\\u048C\\u048E\\u0490\\u0492\\u0494\\u0496\\u0498\\u049A\\u049C\\u049E\\u04A0\\u04A2\\u04A4\\u04A6\\u04A8\\u04AA\\u04AC\\u04AE\\u04B0\\u04B2\\u04B4\\u04B6\\u04B8\\u04BA\\u04BC\\u04BE\\u04C0\\u04C1\\u04C3\\u04C5\\u04C7\\u04C9\\u04CB\\u04CD\\u04D0\\u04D2\\u04D4\\u04D6\\u04D8\\u04DA\\u04DC\\u04DE\\u04E0\\u04E2\\u04E4\\u04E6\\u04E8\\u04EA\\u04EC\\u04EE\\u04F0\\u04F2\\u04F4\\u04F6\\u04F8\\u04FA\\u04FC\\u04FE\\u0500\\u0502\\u0504\\u0506\\u0508\\u050A\\u050C\\u050E\\u0510\\u0512\\u0514\\u0516\\u0518\\u051A\\u051C\\u051E\\u0520\\u0522\\u0524\\u0531-\\u0556\\u10A0-\\u10C5\\u1E00\\u1E02\\u1E04\\u1E06\\u1E08\\u1E0A\\u1E0C\\u1E0E\\u1E10\\u1E12\\u1E14\\u1E16\\u1E18\\u1E1A\\u1E1C\\u1E1E\\u1E20\\u1E22\\u1E24\\u1E26\\u1E28\\u1E2A\\u1E2C\\u1E2E\\u1E30\\u1E32\\u1E34\\u1E36\\u1E38\\u1E3A\\u1E3C\\u1E3E\\u1E40\\u1E42\\u1E44\\u1E46\\u1E48\\u1E4A\\u1E4C\\u1E4E\\u1E50\\u1E52\\u1E54\\u1E56\\u1E58\\u1E5A\\u1E5C\\u1E5E\\u1E60\\u1E62\\u1E64\\u1E66\\u1E68\\u1E6A\\u1E6C\\u1E6E\\u1E70\\u1E72\\u1E74\\u1E76\\u1E78\\u1E7A\\u1E7C\\u1E7E\\u1E80\\u1E82\\u1E84\\u1E86\\u1E88\\u1E8A\\u1E8C\\u1E8E\\u1E90\\u1E92\\u1E94\\u1E9E\\u1EA0\\u1EA2\\u1EA4\\u1EA6\\u1EA8\\u1EAA\\u1EAC\\u1EAE\\u1EB0\\u1EB2\\u1EB4\\u1EB6\\u1EB8\\u1EBA\\u1EBC\\u1EBE\\u1EC0\\u1EC2\\u1EC4\\u1EC6\\u1EC8\\u1ECA\\u1ECC\\u1ECE\\u1ED0\\u1ED2\\u1ED4\\u1ED6\\u1ED8\\u1EDA\\u1EDC\\u1EDE\\u1EE0\\u1EE2\\u1EE4\\u1EE6\\u1EE8\\u1EEA\\u1EEC\\u1EEE\\u1EF0\\u1EF2\\u1EF4\\u1EF6\\u1EF8\\u1EFA\\u1EFC\\u1EFE\\u1F08-\\u1F0F\\u1F18-\\u1F1D\\u1F28-\\u1F2F\\u1F38-\\u1F3F\\u1F48-\\u1F4D\\u1F59\\u1F5B\\u1F5D\\u1F5F\\u1F68-\\u1F6F\\u1FB8-\\u1FBB\\u1FC8-\\u1FCB\\u1FD8-\\u1FDB\\u1FE8-\\u1FEC\\u1FF8-\\u1FFB\\u2102\\u2107\\u210B-\\u210D\\u2110-\\u2112\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u2130-\\u2133\\u213E\\u213F\\u2145\\u2183\\u2C00-\\u2C2E\\u2C60\\u2C62-\\u2C64\\u2C67\\u2C69\\u2C6B\\u2C6D-\\u2C70\\u2C72\\u2C75\\u2C7E-\\u2C80\\u2C82\\u2C84\\u2C86\\u2C88\\u2C8A\\u2C8C\\u2C8E\\u2C90\\u2C92\\u2C94\\u2C96\\u2C98\\u2C9A\\u2C9C\\u2C9E\\u2CA0\\u2CA2\\u2CA4\\u2CA6\\u2CA8\\u2CAA\\u2CAC\\u2CAE\\u2CB0\\u2CB2\\u2CB4\\u2CB6\\u2CB8\\u2CBA\\u2CBC\\u2CBE\\u2CC0\\u2CC2\\u2CC4\\u2CC6\\u2CC8\\u2CCA\\u2CCC\\u2CCE\\u2CD0\\u2CD2\\u2CD4\\u2CD6\\u2CD8\\u2CDA\\u2CDC\\u2CDE\\u2CE0\\u2CE2\\u2CEB\\u2CED\\uA640\\uA642\\uA644\\uA646\\uA648\\uA64A\\uA64C\\uA64E\\uA650\\uA652\\uA654\\uA656\\uA658\\uA65A\\uA65C\\uA65E\\uA662\\uA664\\uA666\\uA668\\uA66A\\uA66C\\uA680\\uA682\\uA684\\uA686\\uA688\\uA68A\\uA68C\\uA68E\\uA690\\uA692\\uA694\\uA696\\uA722\\uA724\\uA726\\uA728\\uA72A\\uA72C\\uA72E\\uA732\\uA734\\uA736\\uA738\\uA73A\\uA73C\\uA73E\\uA740\\uA742\\uA744\\uA746\\uA748\\uA74A\\uA74C\\uA74E\\uA750\\uA752\\uA754\\uA756\\uA758\\uA75A\\uA75C\\uA75E\\uA760\\uA762\\uA764\\uA766\\uA768\\uA76A\\uA76C\\uA76E\\uA779\\uA77B\\uA77D\\uA77E\\uA780\\uA782\\uA784\\uA786\\uA78B\\uFF21-\\uFF3A\\u01C5\\u01C8\\u01CB\\u01F2\\u1F88-\\u1F8F\\u1F98-\\u1F9F\\u1FA8-\\u1FAF\\u1FBC\\u1FCC\\u1FFC\\u02B0-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0374\\u037A\\u0559\\u0640\\u06E5\\u06E6\\u07F4\\u07F5\\u07FA\\u081A\\u0824\\u0828\\u0971\\u0E46\\u0EC6\\u10FC\\u17D7\\u1843\\u1AA7\\u1C78-\\u1C7D\\u1D2C-\\u1D61\\u1D78\\u1D9B-\\u1DBF\\u2071\\u207F\\u2090-\\u2094\\u2C7D\\u2D6F\\u2E2F\\u3005\\u3031-\\u3035\\u303B\\u309D\\u309E\\u30FC-\\u30FE\\uA015\\uA4F8-\\uA4FD\\uA60C\\uA67F\\uA717-\\uA71F\\uA770\\uA788\\uA9CF\\uAA70\\uAADD\\uFF70\\uFF9E\\uFF9F\\u01BB\\u01C0-\\u01C3\\u0294\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0621-\\u063F\\u0641-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u0800-\\u0815\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0972\\u0979-\\u097F\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C3D\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D28\\u0D2A-\\u0D39\\u0D3D\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E45\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EDC\\u0EDD\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8B\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10D0-\\u10FA\\u1100-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17DC\\u1820-\\u1842\\u1844-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191C\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C77\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u2135-\\u2138\\u2D30-\\u2D65\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u3006\\u303C\\u3041-\\u3096\\u309F\\u30A1-\\u30FA\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31B7\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCB\\uA000-\\uA014\\uA016-\\uA48C\\uA4D0-\\uA4F7\\uA500-\\uA60B\\uA610-\\uA61F\\uA62A\\uA62B\\uA66E\\uA6A0-\\uA6E5\\uA7FB-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA6F\\uAA71-\\uAA76\\uAA7A\\uAA80-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB\\uAADC\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA2D\\uFA30-\\uFA6D\\uFA70-\\uFAD9\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF66-\\uFF6F\\uFF71-\\uFF9D\\uFFA0-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC\\u16EE-\\u16F0\\u2160-\\u2182\\u2185-\\u2188\\u3007\\u3021-\\u3029\\u3038-\\u303A\\uA6E6-\\uA6EF",b="0-9\\u0660-\\u0669\\u06F0-\\u06F9\\u07C0-\\u07C9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE6-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\u1040-\\u1049\\u1090-\\u1099\\u17E0-\\u17E9\\u1810-\\u1819\\u1946-\\u194F\\u19D0-\\u19DA\\u1A80-\\u1A89\\u1A90-\\u1A99\\u1B50-\\u1B59\\u1BB0-\\u1BB9\\u1C40-\\u1C49\\u1C50-\\u1C59\\uA620-\\uA629\\uA8D0-\\uA8D9\\uA900-\\uA909\\uA9D0-\\uA9D9\\uAA50-\\uAA59\\uABF0-\\uABF9\\uFF10-\\uFF19\\u0300-\\u036F\\u0483-\\u0487\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u0610-\\u061A\\u064B-\\u065E\\u0670\\u06D6-\\u06DC\\u06DF-\\u06E4\\u06E7\\u06E8\\u06EA-\\u06ED\\u0711\\u0730-\\u074A\\u07A6-\\u07B0\\u07EB-\\u07F3\\u0816-\\u0819\\u081B-\\u0823\\u0825-\\u0827\\u0829-\\u082D\\u0900-\\u0902\\u093C\\u0941-\\u0948\\u094D\\u0951-\\u0955\\u0962\\u0963\\u0981\\u09BC\\u09C1-\\u09C4\\u09CD\\u09E2\\u09E3\\u0A01\\u0A02\\u0A3C\\u0A41\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A70\\u0A71\\u0A75\\u0A81\\u0A82\\u0ABC\\u0AC1-\\u0AC5\\u0AC7\\u0AC8\\u0ACD\\u0AE2\\u0AE3\\u0B01\\u0B3C\\u0B3F\\u0B41-\\u0B44\\u0B4D\\u0B56\\u0B62\\u0B63\\u0B82\\u0BC0\\u0BCD\\u0C3E-\\u0C40\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C62\\u0C63\\u0CBC\\u0CBF\\u0CC6\\u0CCC\\u0CCD\\u0CE2\\u0CE3\\u0D41-\\u0D44\\u0D4D\\u0D62\\u0D63\\u0DCA\\u0DD2-\\u0DD4\\u0DD6\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB\\u0EBC\\u0EC8-\\u0ECD\\u0F18\\u0F19\\u0F35\\u0F37\\u0F39\\u0F71-\\u0F7E\\u0F80-\\u0F84\\u0F86\\u0F87\\u0F90-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u102D-\\u1030\\u1032-\\u1037\\u1039\\u103A\\u103D\\u103E\\u1058\\u1059\\u105E-\\u1060\\u1071-\\u1074\\u1082\\u1085\\u1086\\u108D\\u109D\\u135F\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17B7-\\u17BD\\u17C6\\u17C9-\\u17D3\\u17DD\\u180B-\\u180D\\u18A9\\u1920-\\u1922\\u1927\\u1928\\u1932\\u1939-\\u193B\\u1A17\\u1A18\\u1A56\\u1A58-\\u1A5E\\u1A60\\u1A62\\u1A65-\\u1A6C\\u1A73-\\u1A7C\\u1A7F\\u1B00-\\u1B03\\u1B34\\u1B36-\\u1B3A\\u1B3C\\u1B42\\u1B6B-\\u1B73\\u1B80\\u1B81\\u1BA2-\\u1BA5\\u1BA8\\u1BA9\\u1C2C-\\u1C33\\u1C36\\u1C37\\u1CD0-\\u1CD2\\u1CD4-\\u1CE0\\u1CE2-\\u1CE8\\u1CED\\u1DC0-\\u1DE6\\u1DFD-\\u1DFF\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2CEF-\\u2CF1\\u2DE0-\\u2DFF\\u302A-\\u302F\\u3099\\u309A\\uA66F\\uA67C\\uA67D\\uA6F0\\uA6F1\\uA802\\uA806\\uA80B\\uA825\\uA826\\uA8C4\\uA8E0-\\uA8F1\\uA926-\\uA92D\\uA947-\\uA951\\uA980-\\uA982\\uA9B3\\uA9B6-\\uA9B9\\uA9BC\\uAA29-\\uAA2E\\uAA31\\uAA32\\uAA35\\uAA36\\uAA43\\uAA4C\\uAAB0\\uAAB2-\\uAAB4\\uAAB7\\uAAB8\\uAABE\\uAABF\\uAAC1\\uABE5\\uABE8\\uABED\\uFB1E\\uFE00-\\uFE0F\\uFE20-\\uFE26\\u0903\\u093E-\\u0940\\u0949-\\u094C\\u094E\\u0982\\u0983\\u09BE-\\u09C0\\u09C7\\u09C8\\u09CB\\u09CC\\u09D7\\u0A03\\u0A3E-\\u0A40\\u0A83\\u0ABE-\\u0AC0\\u0AC9\\u0ACB\\u0ACC\\u0B02\\u0B03\\u0B3E\\u0B40\\u0B47\\u0B48\\u0B4B\\u0B4C\\u0B57\\u0BBE\\u0BBF\\u0BC1\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCC\\u0BD7\\u0C01-\\u0C03\\u0C41-\\u0C44\\u0C82\\u0C83\\u0CBE\\u0CC0-\\u0CC4\\u0CC7\\u0CC8\\u0CCA\\u0CCB\\u0CD5\\u0CD6\\u0D02\\u0D03\\u0D3E-\\u0D40\\u0D46-\\u0D48\\u0D4A-\\u0D4C\\u0D57\\u0D82\\u0D83\\u0DCF-\\u0DD1\\u0DD8-\\u0DDF\\u0DF2\\u0DF3\\u0F3E\\u0F3F\\u0F7F\\u102B\\u102C\\u1031\\u1038\\u103B\\u103C\\u1056\\u1057\\u1062-\\u1064\\u1067-\\u106D\\u1083\\u1084\\u1087-\\u108C\\u108F\\u109A-\\u109C\\u17B6\\u17BE-\\u17C5\\u17C7\\u17C8\\u1923-\\u1926\\u1929-\\u192B\\u1930\\u1931\\u1933-\\u1938\\u19B0-\\u19C0\\u19C8\\u19C9\\u1A19-\\u1A1B\\u1A55\\u1A57\\u1A61\\u1A63\\u1A64\\u1A6D-\\u1A72\\u1B04\\u1B35\\u1B3B\\u1B3D-\\u1B41\\u1B43\\u1B44\\u1B82\\u1BA1\\u1BA6\\u1BA7\\u1BAA\\u1C24-\\u1C2B\\u1C34\\u1C35\\u1CE1\\u1CF2\\uA823\\uA824\\uA827\\uA880\\uA881\\uA8B4-\\uA8C3\\uA952\\uA953\\uA983\\uA9B4\\uA9B5\\uA9BA\\uA9BB\\uA9BD-\\uA9C0\\uAA2F\\uAA30\\uAA33\\uAA34\\uAA4D\\uAA7B\\uABE3\\uABE4\\uABE6\\uABE7\\uABE9\\uABEA\\uABEC\\x5F\\u203F\\u2040\\u2054\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFF3F\\u200c\\u200d",RegExp("(["+a+"]["+a+b+"]*)([^\\n\\S]*:(?![:=]))?|","g")}.call(this),p=/[-+*\/%&|^:]=|\.{1,3}|([+&|:])\1|\([^\n\S]*\)|-[->]|[!=]==?|~>|@@|<\[(?:[\s\S]*?\]>)?|<(?:<(?:=|<{0,2})|[-~])|>>>?=?|[<>]\??=?|!\?|=>|\*\*=?|[^\s#]?/g,q=/(?=.)[^\n\S]*(?:#.*)?|/g,r=/(?:\s*#.*)*(?:\n([^\n\S]*))+/g,s=/'[^\\']*(?:\\[\s\S][^\\']*)*'|/g,t=/`[^\\`]*(?:\\[\s\S][^\\`]*)*`|/g,u=/\\(?:(\S[^\s,;)}\]]*)|\s*)/g,v=/0x[\dA-Fa-f][\dA-Fa-f_]*|([2-9]|[12]\d|3[0-6])r([\dA-Za-z]\w*)|((\d[\d_]*)(\.\d[\d_]*)?(?:e[+-]?\d[\d_]*)?)[$\w]*|/g,w=/_+/g,x=/\/([^[\/\n\\]*(?:(?:\\.|\[[^\]\n\\]*(?:\\.[^\]\n\\]*)*\])[^[\/\n\\]*)*)\/([gimy]{1,4}|\$?)|/g,y=/\s+(?:#.*)?/g,z=/\n[^\n\S]*$/,A=/[^\n\S]*[^#\s]?/g,B=["(","[","{","CALL(","PARAM(","INDENT"],C=[")","]","}",")CALL",")PARAM","DEDENT"],D=new function(){var a,b,c,d,e;for(a=0,e=(d=B).length;a<e;++a)b=d[a],this[c=C[a]]=b,this[b]=c},E=["(","{","[","ID","STRNUM","LITERAL","LET","WITH","WORDS"],F=E.concat(["...","UNARY","CREMENT","PARAM(","FUNCTION","IF","SWITCH","TRY","CLASS","RANGE","LABEL","DO"])}.call(this,a["./lexer"]={}),function(a){function db(a,b){this.parent=a,this.shared=b,this.variables={}}function eb(){return!0}function fb(){return!1}function gb(){return this}function hb(){}function ib(a){return db.root.assign("__"+a,T[a])}function jb(a,b){return a.replace(/\n/g,"\n"+b)}var b,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,$,_,ab,bb,cb;(b=function(){throw Error("unimplemented")}).prototype={compile:function(a,b){var c,d,e,f,g,h,i,j;c={};for(d in a)c[d]=a[d];b!=null&&(c.level=b),e=this.unfoldSoak(c)||this;if(c.level&&e.isStatement())return e.compileClosure(c);f=(e.tab=c.indent,e).compileNode(c);if(g=e.temps)for(i=0,j=g.length;i<j;++i)h=g[i],c.scope.free(h);return f},compileClosure:function(a){var b,c,d,e,f;return(b=this.getJump())&&b.carp("inconvertible statement"),c=C([],k(this)),d=r(),f=e=!1,this.traverseChildren(function(a){switch(a.value){case"this":f=!0;break;case"arguments":e=a.value="__args"}}),f&&(d.args.push(m("this")),d.method=".call"),e&&(d.args.push(m("arguments")),c.params.push(n("__args"))),F(q((c.wrapper=!0,c["void"]=this["void"],c),[d]),!0).compile(a)},compileBlock:function(a,b){var c;return(c=b!=null?b.compile(a,U):void 8)?"{\n"+c+"\n"+this.tab+"}":"{}"},cache:function(a,b,c){var d,e,f;return this.isComplex()?(e=y(d=n(a.scope.temporary()),this),c!=null?(e=e.compile(a,c),b&&a.scope.free(d.value),[e,d.value]):b?[e,(d.temp=!0,d)]:[e,d,[d.value]]):[f=c!=null?this.compile(a,c):this,f]},compileLoopReference:function(a,b,c){var d,e,f;return this instanceof n&&a.scope.check(this.value)||this instanceof w&&((f=this.op)==="+"||f==="-")&&-1/0<(f=+this.it.value)&&f<1/0||this instanceof m&&!this.isComplex()?[f=this.compile(a),f]:(e=y(n(d=a.scope.temporary(b)),this),c||(e["void"]=!0),[d,e.compile(a,c?Z:V)])},eachChild:function(a){var b,c,d,e,f,g,h,i,j;for(g=0,i=(h=this.children).length;g<i;++g){b=h[g];if(c=this[b])if("length"in c)for(d=0,j=c.length;d<j;++d){e=c[d];if((f=a(e,b,d))!=null)return f}else if((f=a(c,b))!=null)return f}},traverseChildren:function(a,b){var c=this;return this.eachChild(function(d,e,f){var g;return(g=a(d,c,e,f))!=null?g:d.traverseChildren(a,b)})},anaphorize:function(){function d(a){var b;return a.value==="that"||((b=a.aSource)?(b=a[b])?d(b):void 8:a.eachChild(d))}var a,b,c;return this.children=this.aTargets,this.eachChild(d)&&((a=this)[b=this.aSource]instanceof B&&(a=a[b],b="it"),a[b].value!=="that"&&(a[b]=y(n("that"),a[b]))),delete this.children,c=this[this.aSource],c.cond=!0,c},carp:function(a){throw SyntaxError(a+" on line "+(this.line||this.traverseChildren(function(a){return a.line})))},delegate:function(a,b){function f(a){this[a]=function(c){return b.call(this,a,c)}}var c,d,e;for(d=0,e=a.length;d<e;++d)c=a[d],f.call(this,c)},children:[],terminator:";",isComplex:eb,isStatement:fb,isAssignable:fb,isCallable:fb,isEmpty:fb,isArray:fb,isString:fb,isRegex:fb,isMatcher:function(){return this.isString()||this.isRegex()},assigns:fb,ripName:hb,unfoldSoak:hb,unfoldAssign:hb,unparen:gb,unwrap:gb,maybeKey:gb,expandSlice:gb,varName:String,getAccessors:hb,getCall:hb,getDefault:hb,getJump:hb,invert:function(){return w("!",this,!0)},makeReturn:function(a){return a?r.make(R(a+".push"),[this]):J(this)},show:String,toString:function(a){var b,c;a||(a=""),b="\n"+a+this.constructor.displayName;if(c=this.show())b+=" "+c;return this.eachChild(function(c){b+=c.toString(a+_)}),b},stringify:function(a){return JSON.stringify(this,null,a)},toJSON:function(){return f({type:this.constructor.displayName},this)}},a.parse=function(b){return a.fromJSON(JSON.parse(b))},a.fromJSON=function(){function b(c){var e,f,g,h,i,j,k,l=[];if(!c||typeof c!="object")return c;if(e=c.type){f=d(a[e].prototype);for(g in c)h=c[g],f[g]=b(h);return f}if(c.length!=null){for(j=0,k=c.length;j<k;++j)i=c[j],l.push(b(i));return l}return c}return b}(),j={show:function(){return this.negated&&"!"},invert:function(){return this.negated=!this.negated,this}},a.Block=k=function(a){function e(a){var b=this instanceof h?this:new h;return b.lines=[],a?(a=a.unparen(),a instanceof e?a:(b.add(a),b)):b}function h(){}e.displayName="Block";var b=g(e,a).prototype,d=e;return h.prototype=b,b.children=["lines"],b.toJSON=function(){return delete this.back,a.prototype.toJSON.call(this)},b.add=function(a){var b,c;a=a.unparen();switch(!1){case!(b=this.back):b.add(a);break;case!(b=a.lines):(c=this.lines).push.apply(c,b);break;default:this.lines.push(a);if(b=a.back,delete a.back,b)this.back=b}return this},b.prepend=function(){var a;return(a=this.lines).splice.apply(a,[this.neck(),0].concat(c.call(arguments))),this},b.pipe=function(a){return this.lines.push(y(n("_"),this.lines.pop()),a),this},b.unwrap=function(){return this.lines.length===1?this.lines[0]:this},b.chomp=function(){var a,b,c;a=this.lines,b=a.length;while(c=a[--b])if(!c.comment)break;return a.length=b+1,this},b.neck=function(){var a,b,c,d;for(a=0,d=(c=this.lines).length;a<d;++a){b=c[a];if(!(b.comment||b instanceof m))break}return a},b.isComplex=function(){var a;return this.lines.length>1||((a=this.lines[0])!=null?a.isComplex():void 8)},b.delegate(["isCallable","isArray","isString","isRegex"],function(a){var b;return(b=(b=this.lines)[b.length-1])!=null?b[a]():void 8}),b.getJump=function(a){var b,c,d,e,f;for(d=0,f=(e=this.lines).length;d<f;++d){b=e[d];if(c=b.getJump(a))return c}},b.makeReturn=function(a){var b,c,d,e;return(b=(e=c=this.lines)[d=e.length-1]!=null?c[d]=c[d].makeReturn(a):void 8)&&b instanceof J&&!b.it&&--this.lines.length,this},b.compile=function(a,b){var c,d,e,f,g,h,i,j;b==null&&(b=a.level);if(b)return this.compileExpressions(a,b);a.block=this,c=a.indent,g=[];for(h=0,j=(i=this.lines).length;h<j;++h)d=i[h],d=d.unfoldSoak(a)||d,e=c+(d.front=!0,d).compile(a,b),d.isStatement()?g.push(e):g.push(e+d.terminator);return f=g,f.join("\n")},b.compileRoot=function(a){var b,c,d,e,g;return b=f({level:U,scope:this.scope=db.root=new db},a),delete b.filename,b.indent=(c=b.bare,delete b.bare,c)?"":_,/^\s*(?:[/#]|javascript:)/.test((g=this.lines[0])!=null?g.code:void 8)&&(d=this.lines.shift().code+"\n"),(g=b.eval,delete b.eval,g)&&this.chomp().lines.length&&(c?this.lines.push(F(this.lines.pop())):this.makeReturn()),e=this.compileWithDeclarations(b),c||(e="(function(){\n"+e+"\n}).call(this);\n"),[d]+e},b.compileWithDeclarations=function(a){var b,c,d,e,f;a.level=U,b="";if(c=this.neck())d=this.lines.splice(c,9e9),b=this.compile(a),this.lines=d;return(e=this.compile(a))?(b&&b+"\n")+((f=this.scope)?f.emit(e,a.indent):e):b},b.compileExpressions=function(a,b){var c,d,e,f,g,h,i,j;c=this.lines,d=-1;while(e=c[++d])e.comment&&c.splice(d--,1);c.length||c.push(m("void")),c[0].front=this.front,c[c.length-1]["void"]=this["void"];if(!c[1])return c[0].compile(a,b);f="",g=c.pop();for(i=0,j=c.length;i<j;++i)h=c[i],f+=(h["void"]=!0,h).compile(a,V)+", ";return f+=g.compile(a,V),b<W?f:"("+f+")"},e}(b),l=function(a){function d(){}d.displayName="Atom";var b=g(d,a).prototype,c=d;return b.show=function(){return this.value},b.isComplex=fb,d}(b),a.Literal=m=function(a){function d(a){var b=this instanceof e?this:new e;return b.value=a,a.js?R(a+"",!0):a==="super"?new E:b}function e(){}d.displayName="Literal";var b=g(d,a).prototype,c=d;return e.prototype=b,b.isEmpty=function(){switch(this.value){case"void":case"null":return!0}},b.isCallable=function(){switch(this.value){case"this":case"eval":return!0}},b.isString=function(){return 0<="'\"".indexOf((this.value+"").charAt())},b.isRegex=function(){return(this.value+"").charAt()==="/"},b.isComplex=function(){return this.isRegex()||this.value==="debugger"},b.varName=function(){return/^\w+$/.test(this.value)?"$"+this.value:""},b.compile=function(a,b){var c,d;b==null&&(b=a.level);switch(c=this.value+""){case"this":return((d=a.scope.fun)!=null?d.bound:void 8)||c;case"void":c+=" 8";case"null":b===Z&&this.carp("invalid use of "+this.value);break;case"debugger":if(b)return"(function(){\n"+_+a.indent+"debugger;\n"+a.indent+"}())";break;case"*":this.carp("stray star")}return c},d}(l),a.Var=n=function(a){function d(a){var b=this instanceof e?this:new e;return b.value=a,b}function e(){}d.displayName="Var";var b=g(d,a).prototype,c=d;return e.prototype=b,b.isAssignable=b.isCallable=eb,b.assigns=function(a){return a===this.value},b.maybeKey=function(){var a;return a=o(this.value),a.line=this.line,a},b.varName=b.show,b.compile=function(a){return this.temp?a.scope.free(this.value):this.value},d}(l),a.Key=o=function(a){function d(a,b){var c=this instanceof e?this:new e;return c.reserved=b||a.reserved,c.name=""+a,c}function e(){}d.displayName="Key";var b=g(d,a).prototype,c=d;return e.prototype=b,b.isAssignable=function(){return!this.reserved},b.assigns=function(a){return a===this.name},b.varName=function(){var a;return a=this.name,this.reserved||a==="arguments"||a==="eval"?"$"+a:a},b.compile=b.show=function(){return this.reserved?"'"+this.name+"'":this.name},d}(l),a.Index=p=function(a){function d(a,b,c){var d,f=this instanceof e?this:new e;b||(b=".");if(c&&a instanceof v)switch(a.items.length){case 0:a=o("__proto__");break;case 1:(d=a.items[0])instanceof G||(a=F(d))}switch(b.slice(-1)){case"=":f.assign=b.slice(1);break;case"@":f.vivify=b.length>2?v:t}return f.key=a,f.symbol=b,f}function e(){}d.displayName="Index";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["key"],b.show=function(){return(this.soak||"")+this.symbol},b.isComplex=function(){return this.key.isComplex()},b.varName=function(){var a;return((a=this.key)instanceof o||a instanceof m)&&this.key.varName()},b.compile=function(a){var b;return b=this.key.compile(a,V),this.key instanceof o&&"'"!==b.charAt(0)?"."+b:"["+b+"]"},d}(b),a.Chain=q=function(a){function d(a,b){var c=this instanceof e?this:new e;return!b&&a instanceof d?a:(c.head=a,c.tails=b||[],c)}function e(){}d.displayName="Chain";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["head","tails"],b.add=function(a){var b,c;this.head instanceof B&&(c=d(this.head.it),this.head=c.head,this.tails=c.tails,a.soak=!0),this.tails.push(a);if(a instanceof r&&!a.method&&this.head instanceof E)a.method=".call",a.args.unshift(m("this"));else if(b=a.vivify,delete a.vivify,b)this.head=y(d(this.head,this.tails.splice(0,9e9)),b(),"=","||");return this},b.unwrap=function(){return this.tails.length?this:this.head},b.delegate(["getJump","assigns","isStatement","isString"],function(a,b){return!this.tails.length&&this.head[a](b)}),b.isComplex=function(){return this.tails.length||this.head.isComplex()},b.isCallable=function(){var a,b;return(a=(b=this.tails)[b.length-1])?(b=a.key)==null||!b.items:this.head.isCallable()},b.isArray=function(){var a,b;return(a=(b=this.tails)[b.length-1])?a.key instanceof v:this.head.isArray()},b.isRegex=function(){return this.head.value==="RegExp"&&!this.tails[1]&&this.tails[0]instanceof r},b.isAssignable=function(){var a,b,c,d;if(!(a=(b=this.tails)[b.length-1]))return this.head.isAssignable();if(!(a instanceof p)||a.key instanceof s)return!1;for(c=0,d=(b=this.tails).length;c<d;++c){a=b[c];if(a.assign)return!1}return!0},b.isSimpleAccess=function(){return this.tails.length===1&&!this.head.isComplex()&&!this.tails[0].isComplex()},b.makeReturn=function(b){return this.tails.length?a.prototype.makeReturn.apply(this,arguments):this.head.makeReturn(b)},b.getCall=function(){var a,b;return(a=(b=this.tails)[b.length-1])instanceof r&&a},b.varName=function(){var a;return(a=(a=this.tails)[a.length-1])!=null?a.varName():void 8},b.cacheReference=function(a){var b,c,e,f,g,h;return b=(h=this.tails)[h.length-1],b instanceof r?this.cache(a,!0):this.tails.length<2&&!this.head.isComplex()&&(b==null||!b.isComplex())?[this,this]:(c=d(this.head,this.tails.slice(0,-1)),c.isComplex()&&(e=a.scope.temporary(),c=d(y(n(e),c)),f=(h=n(e),h.temp=!0,h)),b?(b.isComplex()&&(e=a.scope.temporary("key"),b=p(y(n(e),b.key)),g=p((h=n(e),h.temp=!0,h))),[c.add(b),d(f||c.head,[g||b])]):[c,f])},b.compileNode=function(a){var b,c,d,e,f,g,h,i,j,k;b=this.head,c=this.tails,b.front=this.front,b.newed=this.newed;if(!c.length)return b.compile(a);if(d=this.unfoldAssign(a))return d.compile(a);c[0]instanceof r&&!b.isCallable()&&this.carp("invalid callee"),this.expandSlice(a),this.expandBind(a),this.expandSplat(a),this.expandStar(a);if(!this.tails.length)return this.head.compile(a);e=this.head.compile(a,Z),g=f="";for(i=0,k=(j=this.tails).length;i<k;++i)h=j[i],h["new"]&&(g+="new "),f+=h.compile(a);return"."===f.charAt(0)&&bb.test(e)&&(e+=" "),g+e+f},b.unfoldSoak=function(a){var b,c,e,f,g,h,i,j;if(b=this.head.unfoldSoak(a))return(h=b.then.tails).push.apply(h,this.tails),b;for(c=0,i=(h=this.tails).length;c<i;++c){e=h[c];if(j=e.soak,delete e.soak,j)return f=d(this.head,this.tails.splice(0,c)),g=e instanceof r?(j=f.cacheReference(a),g=j[0],this.head=j[1],R("typeof "+g.compile(a,Y)+" == 'function'")):(c&&e.assign?(j=f.cacheReference(a),g=j[0],f=j[1],this.head=f.head,(j=this.tails).unshift.apply(j,f.tails)):(j=f.unwrap().cache(a,!0),g=j[0],this.head=j[1]),B(g)),j=P(g,this),j.soak=!0,j.cond=this.cond,j["void"]=this["void"],j}},b.unfoldAssign=function(a){var b,c,e,f,g,h,i,j,k,l,m,n;if(b=this.head.unfoldAssign(a))return(k=b.right.tails).push.apply(k,this.tails),b;for(c=0,l=(k=this.tails).length;c<l;++c){e=k[c];if(f=e.assign){e.assign="",g=d(this.head,this.tails.splice(0,c)).expandSlice(a).unwrap();if(g instanceof v){h=g.items,i=(this.head=v()).items;for(c=0,m=h.length;c<m;++c)j=h[c],n=d(j).cacheReference(a),i[c]=n[0],h[c]=n[1]}else n=d(g).cacheReference(a),g=n[0],this.head=n[1];return n=y(g,this,f),n.access=!0,n}}},b.expandSplat=function(a){var b,c,e,f,g,h;b=this.tails,c=-1;while(e=b[++c]){if(!(f=e.args))continue;g=e.method===".call"&&(f=f.concat()).shift();if(!(f=G.compileArray(a,f,!0)))continue;e["new"]&&this.carp('splatting "new"'),!g&&b[c-1]instanceof p&&(h=d(this.head,b.splice(0,c-1)).cache(a,!0),this.head=h[0],g=h[1],c=0),e.method=".apply",e.args=[g||m("null"),R(f)]}},b.expandBind=function(a){var b,c,e,f,g,h;b=this.tails,c=-1;while(e=b[++c]){if(e.symbol!==".~")continue;e.symbol="",f=d(this.head,b.splice(0,c)).unwrap(),g=b.shift().key,h=r.make(S("bind"),[f,(g.reserved=!0,g)]),this.head=this.newed?F(h,!0):h,c=-1}},b.expandStar=function(a){function q(a){a.value==="*"?f.push(a):a instanceof p||a.eachChild(q)}var b,c,e,f,g,h,i,j,k,l,m,n;b=this.tails,c=-1;while(e=b[++c]){if(e.args||e.stars||e.key instanceof o)continue;f=e.stars=[],e.eachChild(q);if(!f.length)continue;l=d(this.head,b.splice(0,c)).unwrap().cache(a),g=l[0],h=l[1],i=l[2],j=d(h,[p(o("length"))]).compile(a);for(m=0,n=f.length;m<n;++m)k=f[m],k.value=j,k.isAssignable=eb;this.head=R(g.compile(a,Z)+b.shift().compile(a)),i&&a.scope.free(i[0]),c=-1}},b.expandSlice=function(a,b){var c,e,f,g,h;c=this.tails,e=-1;while(f=c[++e])(g=f.key)!=null&&g.items&&(c[e+1]instanceof r&&f.carp("calling a slice"),h=c.splice(0,e+1),h=h.pop().key.toSlice(a,d(this.head,h).unwrap(),b),this.head=(h.front=this.front,h),e=-1);return this},d}(b),a.Call=r=function(a){function d(a){var b,c=this instanceof e?this:new e;return a||(a=[]),a.length===1&&(b=a[0])instanceof G&&(b.filler?(c.method=".call",a[0]=m("this"),a[1]=G(m("arguments"))):b.it instanceof v&&(a=b.it.items)),c.args=a,c}function e(){}d.displayName="Call";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["args"],b.show=function(){return[this["new"]]+[this.method]+[this.soak?"?":void 8]},b.compile=function(a){var b,c,d,e,f;b=(this.method||"")+"(";for(c=0,f=(e=this.args).length;c<f;++c)d=e[c],b+=(c?", ":"")+d.compile(a,W);return b+")"},d.make=function(a,b){return q(a).add(d(b))},d.block=function(a,b,c){var e,f;return e=F(q(a,[(f=d(b),f.method=c,f)]),!0),e.calling=!0,e},d.back=function(a,b,c){var e,f,g,h,i;e=C(a,void 8,c);if(e["void"]=b.op==="!")b=b.it;b instanceof Q&&(e.name=b.label,e.labeled=!0,b=b.it),!e["void"]&&(e["void"]=b.op==="!")&&(b=b.it),f=(b.getCall()||(b=q(b).add(d())).getCall()).args;for(g=0,i=f.length;g<i;++g){h=f[g];if(h.filler)break}return b.back=(f[g]=e).body,b},d.let=function(a,b){var c,d,e,f,g;f=[];for(c=0,g=a.length;c<g;++c)d=a[c],d.op==="="&&!d.logic?(a[c]=d.right,f.push(d.left)):f.push(n(d.varName()||d.carp('invalid "let" argument')));return e=f,a.unshift(m("this")),this.block(C(e,b),a,".call")},d}(b),s=function(a){function d(){}d.displayName="List";var b=g(d,a).prototype,c=d;return b.children=["items"],b.show=function(){return this.name},b.named=function(a){return this.name=a,this},b.isEmpty=function(){return!this.items.length},b.assigns=function(a){var b,c,d,e;for(c=0,e=(d=this.items).length;c<e;++c){b=d[c];if(b.assigns(a))return!0}},d.compile=function(a,b){var c,d,e,f,g;switch(b.length){case 0:return"";case 1:return b[0].compile(a,W)}c=a.indent,d=a.level,a.indent=c+_,a.level=W,f=b[e=0].compile(a);while(g=b[++e])f+=", "+g.compile(a);return~f.indexOf("\n")&&(f="\n"+a.indent+f+"\n"+c),a.indent=c,a.level=d,f},d}(b),a.Obj=t=function(a){function d(a){var b=this instanceof e?this:new e;return b.items=a||[],b}function e(){}d.displayName="Obj";var b=g(d,a).prototype,c=d;return e.prototype=b,b.asObj=gb,b.toSlice=function(a,b,c){var d,e,f,g,h,i,j,k,l,m,o,r;d=this.items,d.length>1?(o=b.cache(a),b=o[0],e=o[1],f=o[2]):e=b;for(g=0,r=d.length;g<r;++g){h=d[g];if(h.comment)continue;if(h instanceof u||h instanceof G)h[i=(o=h.children)[o.length-1]]=j=q(b,[p(h[i].maybeKey())]);else{if(k=h.getDefault())h=h.first;h instanceof F?(o=h.cache(a,!0),l=o[0],h=o[1],c&&(o=[h,l],l=o[0],h=o[1]),l=F(l)):l=h,m=j=q(b,[p(h.maybeKey())]),k&&(m=(k.first=m,k)),d[g]=u(l,m)}b=e}return j||this.carp("empty slice"),f&&((j.head=n(f[0])).temp=!0),this},b.compileNode=function(a){var b,c,e,f,g,h,i,j,k,l,m,n;b=this.items;if(!b.length)return this.front?"({})":"{}";c="",e="\n"+(a.indent+=_),f={};for(g=0,n=b.length;g<n;++g){h=b[g];if(h.comment){c+=e+h.compile(a);continue}if(i=h.getDefault())h=h.first;if(h instanceof G||(h.key||h)instanceof F){j=b.slice(g);break}i&&(h instanceof u?h.val=(i.first=h.val,i):h=u(h,(i.first=h,i))),k?c+=",":k=!0,c+=e+(h instanceof u?(l=h.key,m=h.val,h.accessor?h.compileAccessor(a,l=l.compile(a)):(m.ripName(l),(l=l.compile(a))+": "+m.compile(a,W))):(l=h.compile(a))+": "+l),ab.test(l)||(l=Function("return "+l)()),(f[l+"."]^=1)||h.carp('duplicate property "'+l+'"')}return c="{"+(c&&c+"\n"+this.tab)+"}",j&&(c=z(R(c),d(j)).compile((a.indent=this.tab,a))),this.front&&"{"===c.charAt()?"("+c+")":c},d}(s),a.Prop=u=function(a){function d(a,b){var c,d,f,g,h=this instanceof e?this:new e;h.key=a,h.val=b;if(c=b.getAccessors()){h.val=c;for(f=0,g=c.length;f<g;++f)d=c[f],d.x=(d["void"]=d.params.length)?"s":"g";h.accessor="accessor"}return h}function e(){}d.displayName="Prop";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["key","val"],b.show=function(){return this.accessor},b.assigns=function(a){var b;return typeof (b=this.val).assigns=="function"?b.assigns(a):void 8},b.compileAccessor=function(a,b){var c,d;return c=this.val,c[1]&&c[0].params.length+c[1].params.length!==1&&c[0].carp("invalid accessor parameter"),function(){var e,f,g,h=[];for(e=0,g=(f=c).length;e<g;++e)d=f[e],d.accessor=!0,h.push(d.x+"et "+b+d.compile(a,W).slice(8));return h}().join(",\n"+a.indent)},b.compileDescriptor=function(a){var b,c,e,f,g;b=t();for(e=0,g=(f=this.val).length;e<g;++e)c=f[e],b.items.push(d(o(c.x+"et"),c));return b.items.push(d(o("configurable"),m(!0))),b.items.push(d(o("enumerable"),m(!0))),b.compile(a)},d}(b),a.Arr=v=function(a){function d(a){var b=this instanceof e?this:new e;return b.items=a||[],b}function e(){}d.displayName="Arr";var b=g(d,a).prototype,c=d;return e.prototype=b,b.isArray=eb,b.asObj=function(){var a,b;return t(function(){var c,d,e=[];for(a=0,d=(c=this.items).length;a<d;++a)b=c[a],e.push(u(m(a),b));return e}.call(this))},b.toSlice=function(a,b){var c,d,e,f,g,h,i,j;c=this.items,c.length>1?(i=b.cache(a),b=i[0],d=i[1]):d=b;for(e=0,j=c.length;e<j;++e){f=c[e];if(g=f instanceof G)f=f.it;if(f.isEmpty())continue;h=q(b,[p(f)]),c[e]=g?G(h):h,b=d}return h||this.carp("empty slice"),this},b.compile=function(a){var b,c;return b=this.items,b.length?(c=G.compileArray(a,b))?this.newed?"("+c+")":c:"["+s.compile(a,b)+"]":"[]"},d.maybe=function(a){return a.length!==1||a[0]instanceof G?c(a):a[0]},d.wrap=function(a){return c([G((a.isArray=eb,a))])},d}(s),a.Unary=w=function(a){function e(a,b,c){var d,e,g,h,i,j=this instanceof f?this:new f;if(d=!c&&b.unaries)return d.push(a),b;switch(a){case"!":if(c)break;if(b instanceof C&&!b["void"])return b["void"]=!0,b;return b.invert();case"++":case"--":c&&(j.post=!0);break;case"new":b instanceof B&&!b.negated&&(b=q(b).add(r())),b.newed=!0;for(g=0,i=(h=b.tails||"").length;g<i;++g){e=h[g];if(e instanceof r&&!e["new"])return e.method===".call"&&e.args.shift(),e["new"]="new",e.method="",b}break;case"~":if(b instanceof C&&b.statement&&!b.bound)return b.bound="__this",b}return j.op=a,j.it=b,j}function f(){}function h(a){return{"++":"in","--":"de"}[a]+"crement"}e.displayName="Unary";var b=g(e,a).prototype,c=e;return f.prototype=b,b.children=["it"],b.show=function(){return[this.post?"@":void 8]+this.op},b.isCallable=function(){var a;return(a=this.op)==="do"||a==="new"||a==="delete"},b.isArray=function(){return this.it instanceof v&&this.it.items.length||this.it instanceof q&&this.it.isArray()},b.isString=function(){var a;return(a=this.op)==="typeof"||a==="classof"},b.invert=function(){var a;return this.op!=="!"||(a=this.it.op)!=="!"&&a!=="<"&&a!==">"&&a!=="<="&&a!==">="&&a!=="in"&&a!=="instanceof"?c("!",this,!0):this.it},b.unfoldSoak=function(a){var b;return((b=this.op)==="++"||b==="--"||b==="delete")&&P.unfoldSoak(a,this,"it")},b.getAccessors=function(){var a;if(this.op!=="~")return;if(this.it instanceof C)return[this.it];if(this.it instanceof v){a=this.it.items;if(!a[2]&&a[0]instanceof C&&a[1]instanceof C)return a}},b.compileNode=function(a){var b,c,d,e,f;if(b=this.compileSpread(a))return b;c=this.op,d=this.it;switch(c){case"!":d.cond=!0;break;case"new":d.isCallable()||d.carp("invalid constructor");break;case"do":return f=F(d instanceof B&&!d.negated?q(d).add(r()):r.make(d)),(f.front=this.front,f.newed=this.newed,f).compile(a);case"delete":(d instanceof n||!d.isAssignable())&&this.carp("invalid delete");if(a.level&&!this["void"])return this.compilePluck(a);break;case"++":case"--":d.isAssignable()||this.carp("invalid "+h(c)),d instanceof n&&!a.scope.check(d.value,!0)&&this.carp(h(c)+' of undeclared variable "'+d.value+'"'),this.post&&(d.front=this.front);break;case"^":return ib("clone")+"("+d.compile(a,W)+")";case"classof":return ib("toString")+".call("+d.compile(a,W)+").slice(8, -1)"}e=d.compile(a,Y+$.unary);if(this.post)e+=c;else{if(c==="new"||c==="typeof"||c==="delete"||(c==="+"||c==="-")&&c===e.charAt())c+=" ";e=c+e}return a.level<Z?e:"("+e+")"},b.compileSpread=function(a){var b,e,f,g,h,i,j,l,m,n,o;b=this.it,e=[this];for(;b instanceof c;b=b.it)e.push(b);if(!((b=b.expandSlice(a).unwrap())instanceof v&&(f=b.items).length))return"";for(g=0,m=f.length;g<m;++g){h=f[g];if(i=h instanceof G)h=h.it;for(n=e.length-1;n>=0;--n)j=e[n],h=c(j.op,h,j.post);f[g]=i?l=G(h):h}return!l&&(this["void"]||!a.level)&&(b=(o=d(k.prototype),o.lines=f,o.front=this.front,o["void"]=!0,o)),b.compile(a,V)},b.compilePluck=function(a){var b,c,d,e,f;return f=q(this.it).cacheReference(a),b=f[0],c=f[1],e=this.assigned?"":(d=a.scope.temporary())+" = ",e+=b.compile(a,W)+", delete "+c.compile(a,W),this.assigned?e:(e+=", "+a.scope.free(d),a.level<W?e:"("+e+")")},e}(b),a.Binary=x=function(a){function i(a,b,c){var d=this instanceof j?this:new j;switch(a){case"of":return new A(b,c);case"+":if(b instanceof v)return b.items.push(G(c)),b;if(c instanceof v||c instanceof K&&(c=v([G(c)])))return c.items.unshift(G(b)),c}return d.op=a,d.first=b,d.second=c,d}function j(){}i.displayName="Binary";var b,c,e=g(i,a).prototype,f=i;return j.prototype=e,e.children=["first","second"],e.show=function(){return this.op},e.isCallable=function(){var a;return((a=this.op)==="&&"||a==="||"||a==="?"||a==="!?")&&this.first.isCallable()&&this.second.isCallable()},e.isArray=function(){switch(this.op){case"*":return this.first instanceof v;case"/":return this.second.isMatcher()}},e.isString=function(){switch(this.op){case"+":case"*":return this.first.isString()||this.second.isString();case"-":return this.second.isMatcher()}},b=/^[!=]==?$/,c=/^(?:[!=]=|[<>])=?$/,e.invert=function(){var a;return b.test(a=this.op)&&!c.test(this.second.op)?(this.op="!=".charAt(a.indexOf("="))+a.slice(1),this):w("!",F(this),!0)},e.getDefault=function(){switch(this.op){case"?":case"||":case"&&":case"!?":return this}},e.compileNode=function(a){var b,d,e,f,g;switch(this.op){case"?":case"!?":return this.compileExistence(a);case"*":if(this.second.isString())return this.compileJoin(a);if(this.first.isString()||this.first instanceof v)return this.compileRepeat(a);break;case"-":if(this.second.isMatcher())return this.compileRemove(a);break;case"/":if(this.second.isMatcher())return this.compileSplit(a);break;case"**":return this.compilePow(a);case"<?":case">?":return this.compileMinMax(a);case"&&":case"||":if(b=this["void"]||!a.level)this.second["void"]=!0;if(b||this.cond)this.first.cond=!0,this.second.cond=!0;break;case"instanceof":d=this.second.expandSlice(a).unwrap(),e=d.items;if(d instanceof v){if(e[1])return this.compileAnyInstanceOf(a,e);this.second=e[0]||d}this.second.isCallable()||this.second.carp("invalid instanceof operand");break;default:if(c.test(this.op)&&c.test(this.second.op))return this.compileChain(a)}return this.first.front=this.front,g=this.first.compile(a,f=Y+$[this.op])+" "+this.op+" "+this.second.compile(a,f),a.level<=f?g:"("+g+")"},e.compileChain=function(a){var b,c,d,e;return c=this.first.compile(a,b=Y+$[this.op]),e=this.second.first.cache(a,!0),d=e[0],this.second.first=e[1],c+=" "+this.op+" "+d.compile(a,b)+" && "+this.second.compile(a,Y),a.level<=Y?c:"("+c+")"},e.compileExistence=function(a){var b,c;return this.op==="!?"?(c=(b=P(B(this.first),this.second),b.cond=this.cond,b["void"]=this["void"]||!a.level,b),c.compileExpression(a)):this["void"]||!a.level?(c=i("&&",B(this.first,!0),this.second),(c["void"]=!0,c).compileNode(a)):(c=this.first.cache(a,!0),P(B(c[0]),c[1]).addElse(this.second).compileExpression(a))},e.compileAnyInstanceOf=function(a,b){var c,d,e,f,g,h,j;g=this.first.cache(a),c=g[0],d=g[1],this.temps=g[2],e=i("instanceof",c,b.shift());for(h=0,j=b.length;h<j;++h)f=b[h],e=i("||",e,i("instanceof",d,f));return F(e).compile(a)},e.compileMinMax=function(a){var b,c,d;return b=this.first.cache(a,!0),c=this.second.cache(a,!0),d=i(this.op.charAt(),b[0],c[0]),P(d,b[1]).addElse(c[1]).compileExpression(a)},e.compileMethod=function(a,b,c,d){var e;return e=[this.second].concat(d||[]),this.first["is"+b]()?q(this.first,[p(o(c)),r(e)]).compile(a):(e.unshift(this.first),r.make(R(ib(c)+".call"),e).compile(a))},e.compileJoin=function(a){return this.compileMethod(a,"Array","join")},e.compileRemove=function(a){return this.compileMethod(a,"String","replace",R("''"))},e.compileSplit=function(a){return this.compileMethod(a,"String","split")},e.compileRepeat=function(a){var b,c,e,f,g,i,j,l,n,o;b=this.first,c=this.second,e=b.items;if((f=e&&G.compileArray(a,e))&&(b=R(f))||!(c instanceof m&&c.value<32))return b=r.make(S("repeat"+(e?"Array":"String")),[b,c]),b.compile(a);c=+c.value;if(1<=c&&c<2)return b.compile(a);if(e){if(c<1)return(n=d(k.prototype),n.lines=e,n).add(R("[]")).compile(a);g=[];for(i=0,o=e.length;i<o;++i)j=e[i],n=j.cache(a,1),e[i]=n[0],g[g.length]=n[1];return e.push((n=R(),n.compile=function(){return h(", "+s.compile(a,g),c-1).slice(2)},n)),b.compile(a)}return b instanceof m?(l=(b=b.compile(a)).charAt())+h(b.slice(1,-1)+"",c)+l:c<1?k(b.it).add(R("''")).compile(a):(b=(g=b.cache(a,1,Y))[0]+h(" + "+g[1],c-1),a.level<Y+$["+"]?b:"("+b+")")},e.compilePow=function(a){return r.make(R("Math.pow"),[this.first,this.second]).compile(a)},i}(b),a.Assign=y=function(a){function f(a,c,d,e){var f=this instanceof h?this:new h;return f.left=a,f.op=d||"=",f.logic=e||f.op.logic,f.op+="",f[c instanceof b?"right":"unaries"]=c,f}function h(){}f.displayName="Assign";var c=g(f,a).prototype,e=f;return h.prototype=c,c.children=["left","right"],c.show=function(){return(this.logic||"")+this.op},c.assigns=function(a){return this.left.assigns(a)},c.delegate(["isCallable","isRegex"],function(a){var b;return((b=this.op)==="="||b===":=")&&this.right[a]()}),c.isArray=function(){switch(this.op){case"=":case":=":case"+=":return this.right.isArray();case"/=":return this.right.isMatcher()}},c.isString=function(){switch(this.op){case"=":case":=":case"+=":case"*=":return this.right.isString();case"-=":return this.right.isMatcher()}},c.unfoldSoak=function(a){var b,c,d,e;return this.left instanceof B?((b=(e=this.left=this.left.it).name,delete e.name,b)?(c=this.right,c=f(this.right=n(b),c)):(e=this.right.cache(a),c=e[0],this.right=e[1],d=e[2]),e=P(B(c),this),e.temps=d,e.cond=this.cond,e["void"]=this["void"],e):P.unfoldSoak(a,this,"left")},c.unfoldAssign=function(){return this.access&&this},c.compileNode=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,o,p;b=this.left.expandSlice(a,!0).unwrap();if(!this.right){b.isAssignable()||b.carp("invalid unary assign"),m=q(b).cacheReference(a),b=m[0],this.right=m[1];for(o=0,p=(m=this.unaries).length;o<p;++o)c=m[o],this.right=w(c,this.right)}if(b.isEmpty())return(m=F(this.right),m.front=this.front,m.newed=this.newed,m).compile(a);b.getDefault()&&(this.right=x(b.op,this.right,b.second),b=b.first);if(b.items)return this.compileDestructuring(a,b);if(this.logic)return this.compileConditional(a,b);b.isAssignable()||b.carp("invalid assign"),c=this.op,d=this.right;if(c==="<?="||c===">?=")return this.compileMinMax(a,b,d);if(c==="**="||c==="+="&&(d instanceof v||d instanceof K)||c==="*="&&d.isString()||(c==="-="||c==="/=")&&d.isMatcher())m=q(b).cacheReference(a),b=m[0],e=m[1],d=x(c.slice(0,-1),e,d),c=":=";(d=d.unparen()).ripName(b=b.unwrap()),f=b instanceof n,g=c.replace(":",""),h=(b.front=!0,b).compile(a,W),j=!a.level&&d instanceof K&&!d["else"]&&(f||b.isSimpleAccess())?(i=a.scope.temporary("res"))+" = [];\n"+this.tab+d.makeReturn(i).compile(a)+"\n"+this.tab+h+" "+g+" "+a.scope.free(i):h+" "+g+" "+(d.assigned=!0,d).compile(a,W),f&&(k=d.op==="delete",c==="="?a.scope.declare(h):a.scope.check(h,!0)||b.carp('assignment to undeclared variable "'+h+'"'));if(l=a.level)k&&(j+=", "+h),l>(k?V:W)&&(j="("+j+")");return j},c.compileConditional=function(a,b){var c,d,e;return b instanceof n&&((e=this.logic)==="?"||e==="!?")&&this.op==="="&&a.scope.declare(b.value),c=q(b).cacheReference(a),d=x(this.logic,c[0],(this.logic=!1,this.left=c[1],this)),(d["void"]=this["void"],d).compileNode(a)},c.compileMinMax=function(a,b,c){var d,e,g,h,i;return d=q(b).cacheReference(a),e=c.cache(a,!0),g=x(this.op.replace("?",""),d[0],e[0]),h=f(d[1],e[1],":="),this["void"]||!a.level?F(x("||",g,h)).compile(a):(i=g.second.cache(a,!0),g.second=i[0],b=i[1],P(g,b).addElse(h).compileExpression(a))},c.compileDestructuring=function(a,b){var c,d,e,f,g,h,i,j,k;return c=b.items,d=c.length,e=a.level&&!this["void"],f=this.right.compile(a,d===1?Z:W),(g=b.name)?(h=g+" = "+f,a.scope.declare(f=g)):(e||d>1)&&(!ab.test(f)||b.assigns(f))&&(h=(i=a.scope.temporary())+" = "+f,f=i),j=this["rend"+b.constructor.displayName](a,c,f),i&&a.scope.free(i),h&&j.unshift(h),(e||!j.length)&&j.push(f),k=j.join(", "),j.length<2||a.level<W?k:"("+k+")"},c.rendArr=function(a,b,c){var e,f,g,h,i,j,k,l,o,r,s,t=[];for(e=0,r=b.length;e<r;++e){f=b[e];if(f.isEmpty())continue;if(f instanceof G){h&&f.carp("multiple splat in an assignment"),g=(f=f.it).isEmpty();if(e+1===(h=b.length)){if(g)break;i=v.wrap(R(ib("slice")+".call("+c+(e?", "+e+")":")")))}else{i=j=c+".length - "+(h-e-1);if(g&&e+2===h)continue;k=e+1,this.temps=[j=a.scope.temporary("i")],i=g?(f=n(j),n(i)):v.wrap(R(e+" < ("+j+" = "+i+") ? "+ib("slice")+".call("+c+", "+e+", "+j+") : ("+j+" = "+e+", [])"))}}else(l=j)&&k<e&&(l+=" + "+(e-k)),i=q(o||(o=m(c)),[p(R(l||e))]);t.push((s=d(this),s.left=f,s.right=i,s["void"]=!0,s).compile(a,V))}return t},c.rendObj=function(a,b,c){var e,f,g,h,i,j,k,l,m,r=[];for(k=0,l=b.length;k<l;++k){e=b[k];if(f=e instanceof G)e=e.it;if(g=e.getDefault())e=e.first;e instanceof F?(m=q(e.it).cacheReference(a),e=m[0],h=m[1]):e instanceof u?e=(h=e.key,e).val:h=e,e instanceof o&&(e=n(e.name)),g&&(e=(g.first=e,g)),j=q(i||(i=n(c)),[p(h.maybeKey())]),f&&(j=z(t(),j)),r.push((m=d(this),m.left=e,m.right=j,m["void"]=!0,m).compile(a,V))}return r},f}(b),a.Import=z=function(a){function d(a,b,c){var d=this instanceof e?this:new e;return d.left=a,d.right=b,d.all=c&&"All",!c&&a instanceof t&&b.items?t(a.items.concat(b.asObj().items)):d}function e(){}d.displayName="Import";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["left","right"],b.show=function(){return this.all},b.delegate(["isCallable","isArray"],function(a){return this.left[a]()}),b.unfoldSoak=function(a){var b,c,d,e;return b=this.left,b instanceof B&&!b.negated?((b=b.it)instanceof n?(c=(this.left=b).value,a.scope.check(c,!0)||(b=R("typeof "+c+" != 'undefined' && "+c))):(e=b.cache(a),b=e[0],this.left=e[1],d=e[2]),e=P(b,this),e.temps=d,e.soak=!0,e.cond=this.cond,e["void"]=this["void"],e):P.unfoldSoak(a,this,"left")||(this["void"]||!a.level)&&P.unfoldSoak(a,this,"right")},b.compileNode=function(a){var b;b=this.right;if(!this.all){b instanceof q&&(b=b.unfoldSoak(a)||b.unfoldAssign(a)||b.expandSlice(a).unwrap());if(b instanceof s)return this.compileAssign(a,b.asObj().items)}return r.make(S("import"+(this.all||"")),[this.left,b]).compileNode(a)},b.compileAssign=function(a,b){var c,e,f,g,h,i,j,k,l,m,n,r,s,t,v;if(!b.length)return this.left.compile(a);c=!a.level,b.length<2&&(c||this["void"]||b[0]instanceof G)?(e=this.left,e.isComplex()&&(e=F(e))):(t=this.left.cache(a),f=t[0],e=t[1],this.temps=t[2]),t=c?[";","\n"+this.tab]:[","," "],g=t[0],h=t[1],g+=h,i=this.temps?f.compile(a,V)+g:"";for(j=0,v=b.length;j<v;++j){k=b[j],j&&(i+=l?h:g);if(l=k.comment){i+=k.compile(a);continue}if(k instanceof G){i+=d(e,k.it).compile(a);continue}if(m=k.getDefault())k=k.first;if(n=k instanceof F)t=k.it.cache(a,!0),r=t[0],s=t[1];else if(k instanceof u){r=k.key,s=k.val;if(k.accessor){r instanceof o&&(r=R("'"+r.name+"'")),i+="Object.defineProperty("+e.compile(a,W)+", "+r.compile(a,W)+", "+k.compileDescriptor(a)+")";continue}}else r=s=k;n||(r=r.maybeKey()),m&&(s=(m.first=s,m)),i+=y(q(e,[p(r)]),s).compile(a,V)}return c?i:(this["void"]||k instanceof G||(i+=(l?" ":", ")+e.compile(a,V)),a.level<W?i:"("+i+")")},d}(b),a.Of=A=function(a){function d(a,b){this.item=a,this.array=b}d.displayName="Of";var b=g(d,a).prototype,c=d;return b.children=["item","array"],i(b,j),b.compileNode=function(a){var b,c,e,f,g,h,i,j,k,l,m;c=(b=this.array.expandSlice(a).unwrap()).items;if(!(b instanceof v)||c.length<2)return(this.negated?"!":"")+""+ib("of")+"("+this.item.compile(a,W)+", "+b.compile(a,W)+")";e="",l=this.item.cache(a,!1,V),f=l[0],g=l[1],l=this.negated?[" !== "," && "]:[" === "," || "],h=l[0],i=l[1];for(j=0,m=c.length;j<m;++j)k=c[j],e&&(e+=i),k instanceof G?(e+=(l=new d(n(g),k.it),l.negated=this.negated,l).compile(a,U),!j&&f!==g&&(e="("+f+", "+e+")")):e+=(j||f===g?g:"("+f+")")+h+k.compile(a,Y+$["=="]);return f===g||a.scope.free(g),a.level<Y+$["||"]?e:"("+e+")"},d}(b),a.Existence=B=function(a){function d(a,b){var c=this instanceof e?this:new e;return c.it=a,c.negated=b,c}function e(){}d.displayName="Existence";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["it"],i(b,j),b.compileNode=function(a){var b,c,d,e,f;return b=(f=this.it.unwrap(),f.front=this.front,f),c=b.compile(a,Y+$["=="]),b instanceof n&&!a.scope.check(c,!0)?(f=this.negated?["||","="]:["&&","!"],d=f[0],e=f[1],c="typeof "+c+" "+e+"= 'undefined' "+d+" "+c+" "+e+"== null"):c+=" "+(d=this.negated?"==":"!=")+" null",a.level<Y+$[d]?c:"("+c+")"},d}(b),a.Fun=C=function(a){function d(a,b,c){var d=this instanceof e?this:new e;return d.params=a||[],d.body=b||k(),d.bound=c&&"__this",d}function e(){}d.displayName="Fun";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["params","body"],b.show=function(){return this.bound},b.named=function(a){return this.name=a,this.statement=!0,this},b.isCallable=eb,b.isStatement=function(){return!!this.statement},b.traverseChildren=function(b,c){if(c)return a.prototype.traverseChildren.apply(this,arguments)},b.makeReturn=function(){return this.statement?(this.returns=!0,this):a.prototype.makeReturn.apply(this,arguments)},b.ripName=function(a){var b;this.name||(this.name=a.varName()),this.declared=a instanceof n,((b=a.head)!=null?b.value:void 8)==="prototype"&&a.tails.length===1&&!a.tails[0].isComplex()&&(this.meth=a.tails[0])},b.compileNode=function(a){var b,c,d,e,f,g,h,i,j,k;b=a.scope,c=b.shared||b,d=a.scope=this.body.scope=new db(this.wrapper?b:c,this.wrapper&&c),d.fun=this,(e=this.proto)&&d.assign("prototype",e.compile(a)+".prototype"),(e=this.cname)&&d.assign("constructor",e);if(f=a.loop,delete a.loop,f)a.indent=this.tab="";a.indent+=_,g=this.body,h=this.name,i=this.tab,j="function",this.bound==="__this"&&(this.ctor?(d.assign("__this","this instanceof __ctor ? this : new __ctor"),g.add(J(m("__this")))):(e=(k=c.fun)!=null?k.bound:void 8)?this.bound=e:c.assign("__this","this")),this.statement&&(h||this.carp("nameless function declaration"),b===a.block.scope||this.carp("misplaced function declaration"),this.accessor&&this.carp("named accessor"),b.add(h,"function"));if(this.statement||h&&this.labeled)j+=" "+d.add(h,"function");this["void"]||this.ctor||this.newed||g.makeReturn(),j+="("+this.compileParams(d)+"){";if(e=g.compileWithDeclarations(a))j+="\n"+e+"\n"+i;return j+="}",f?b.assign(b.temporary("fn"),j):(this.returns?j+="\n"+i+"return "+h+";":this.bound&&this.ctor&&(j+=" function __ctor(){} __ctor.prototype = prototype;"),this.front&&!this.statement?"("+j+")":j)},b.compileParams=function(a){var b,c,d,e,f,g,h,i,j,k,l,o,p,q,r,s,t,u;b=this.params,c=this.body,d=[],e=[];for(f=0,r=b.length;f<r;++f)g=b[f],g instanceof G?h=f:g.op==="="&&!g.logic&&(b[f]=x("?",g.left,g.right));h!=null?(i=b.splice(h,9e9),!i[1]&&i[0].it.isEmpty()&&(i=0)):this.accessor?(j=b[1])&&j.carp("excess accessor parameter"):!b.length&&!this.wrapper&&c.traverseChildren(function(a){return a.value==="it"||null})&&(b[0]=n("it"));if(b.length){k={};for(s=0,r=b.length;s<r;++s){g=b[s],l=g;if(o=l.getDefault())l=l.first;l.isEmpty()?l=n(a.temporary("arg")):l instanceof n?o&&e.push(y(l,g.second,"=",g.op)):(p=n((u=(t=l.it||l).name,delete t.name,u)||l.varName()||a.temporary("arg")),e.push(y(l,o?x(g.op,p,g.second):p)),l=p),d.push(q=a.add(l.value,"arg")),(k[q+"."]^=1)||g.carp('duplicate parameter "'+q+'"')}}if(i){while(h--)i.unshift(v());e.push(y(v(i),m("arguments")))}return e.length&&(t=this.body).prepend.apply(t,e),d.join(", ")},d}(b),a.Class=D=function(a){function d(a,b,c){this.title=a,this.sup=b,this.fun=C([],c)}d.displayName="Class";var b=g(d,a).prototype,c=d;return b.children=["title","sup","fun"],b.isCallable=eb,b.ripName=function(a){this.name=a.varName()},b.compile=function(a,b){var c,d,e,f,g,h,i,j,k,l,o,p,q,s,u;c=this.fun,d=this.title,e=d!=null?d.varName():void 8,f=e||this.name,ab.test(f||"")?c.cname=f:f="constructor",g=c.body.lines;for(h=0,s=g.length;h<s;++h)i=g[h],i instanceof t?g[h]=z(j||(j=n("prototype")),i):i instanceof C&&!i.statement&&(k&&i.carp("redundant constructor"),k=i);k||(k=g[g.length]=C()),k.name=f,k.ctor=!0,k.statement=!0,g.push(l=c.proto=n(c.bound=f));if(o=this.sup)p=[o],c.proto=S.Extends(l,(u=c.params)[u.length]=n("superclass"));return c.cname&&c.body.prepend(m(f+".displayName = '"+f+"'")),q=F(r.make(c,p),!0),e&&d.isComplex()&&(q=y(l,q)),d&&(q=y(d,q)),q.compile(a,b)},d}(b),a.Super=E=function(a){function e(){}e.displayName="Super";var b,c=g(e,a).prototype,d=e;return c.isCallable=eb,b=/^\.|^\[['"\d]/,c.compile=function(a){var c,d,e,f;c=a.scope;for(;d=!c.get("superclass")&&c.fun;c=c.parent)if(b.test(e=(f=d.meth)!=null?f.compile(a):void 8))return"superclass.prototype"+e;return"superclass"},e}(b),a.Parens=F=function(a){function d(a,b,c){var d=this instanceof e?this:new e;return d.it=a,d.keep=b,d.string=c,d}function e(){}d.displayName="Parens";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["it"],b.show=function(){return this.string&&'""'},b.delegate(["isComplex","isCallable","isArray","isRegex"],function(a){return this.it[a]()}),b.isString=function(){return this.string||this.it.isString()},b.unparen=function(){return this.keep?this:this.it.unparen()},b.compile=function(a,b){var c;return b==null&&(b=a.level),c=this.it,c.cond||(c.cond=this.cond),c["void"]||(c["void"]=this["void"]),this.calling&&(!b||this["void"])&&(c.head["void"]=!0),this.keep||this.newed||b>=Y+$[c.op]?c.isStatement()?c.compileClosure(a):"("+c.compile(a,V)+")":(c.front=this.front,c).compile(a,b||V)},d}(b),a.Splat=G=function(a){function f(a,b){var c=this instanceof h?this:new h;return c.it=a,c.filler=b,c}function h(){}function i(a){var b,d,e;b=-1;while(d=a[++b])d instanceof f&&(e=d.it,e.isEmpty()?a.splice(b--,1):e instanceof v&&(a.splice.apply(a,[b,1].concat(c.call(i(e.items)))),b+=e.items.length-1));return a}function j(a){return a.isArray()?a:r.make(R(ib("slice")+".call"),[a])}f.displayName="Splat";var b,d=g(f,a).prototype,e=f;return h.prototype=d,b=F.prototype,d.children=b.children,d.isComplex=b.isComplex,d.isAssignable=eb,d.assigns=function(a){return this.it.assigns(a)},d.compile=function(){return this.carp("invalid splat")},f.compileArray=function(a,b,c){var d,e,g,h,k,l,m;i(b);for(d=0,k=b.length;d<k;++d){e=b[d];if(e instanceof f)break}if(d>=b.length)return"";if(!b[1])return(c?Object:j)(b[0].it).compile(a,W);g=[],h=[];for(l=0,k=(m=b.splice(d,9e9)).length;l<k;++l)e=m[l],e instanceof f?(h.length&&g.push(v(h.splice(0,9e9))),g.push(j(e.it))):h.push(e);return h.length&&g.push(v(h)),(d?v(b):g.shift()).compile(a,Z)+(".concat("+s.compile(a,g)+")")},f}(b),a.Jump=H=function(a){function d(a,b){this.verb=a,this.label=b}d.displayName="Jump";var b=g(d,a).prototype,c=d;return b.show=function(){var a;return(this.verb||"")+((a=this.label)?" "+a:"")},b.isStatement=eb,b.makeReturn=gb,b.getJump=function(a){var b;a||(a={});if(!a[this.verb])return this;if(b=this.label)return!e(b,a.labels||[])&&this},b.compileNode=function(a){var b;return(b=this.label)?e(b,a.labels||[])||this.carp('undefined label "'+b+'"'):a[this.verb]||this.carp("stray "+this.verb),this.show()+";"},d.extended=function(a){a.prototype.children=["it"],this[a.displayName.toLowerCase()]=a},d}(b),a.Throw=I=function(a){function d(a){var b=this instanceof e?this:new e;return b.it=a,b}function e(){}d.displayName="Throw";var b=g(d,a).prototype,c=d;return e.prototype=b,b.getJump=hb,b.compileNode=function(a){var b;return"throw "+(((b=this.it)!=null?b.compile(a,V):void 8)||"null")+";"},d}(H),a.Return=J=function(a){function d(a){var b=this instanceof e?this:new e;return a&&a.value!=="void"&&(b.it=a),b}function e(){}d.displayName="Return";var b=g(d,a).prototype,c=d;return e.prototype=b,b.getJump=gb,b.compileNode=function(a){var b;return"return"+((b=this.it)?" "+b.compile(a,V):"")+";"},d}(H),a.While=K=function(a){function e(a,c,d){this.un=c,d&&(d instanceof b?this.update=d:this.post=!0);if(this.post||a.value!==""+!c)this.test=a}e.displayName="While";var c=g(e,a).prototype,d=e;return c.children=["test","body","update","else"],c.aSource="test",c.aTargets=["body","update"],c.show=function(){return[this.un?"!":void 8,this.post?"do":void 8].join("")},c.isStatement=c.isArray=eb,c.getJump=function(a){var b,c,d,e;a||(a={}),a["continue"]=!0,a["break"]=!0;for(c=0,e=(d=this.body.lines).length;c<e;++c){b=d[c];if(b.getJump(a))return b}},c.addBody=function(a){var b;return this.body=a,b=a.lines[0],(b!=null?b.verb:void 8)==="continue"&&!b.label&&(a.lines.length=0),this},c.addElse=function(a){return this["else"]=a,this},c.makeReturn=function(a){return a?this.body.makeReturn(a):this.getJump()||(this.returns=!0),this},c.compileNode=function(a){var b,c,d,e;return a.loop=!0,this.test&&(this.un?this.test=this.test.invert():this.anaphorize()),this.post?"do {"+this.compileBody((a.indent+=_,a),this.test):(b=((e=this.test)!=null?e.compile(a,V):void 8)||"",d=(c=this.update)?"for (;"+(b&&" "+b)+"; "+c.compile(a,V):b?"while ("+b:"for (;;",d+") {"+this.compileBody((a.indent+=_,a)))},c.compileBody=function(a,b){var c,d,e,f,g,h,i;a["break"]=!0,a["continue"]=!0,c=this.body.lines,e=d="",this.returns&&(c[i=c.length-1]!=null&&(c[i]=c[i].makeReturn(f=a.scope.assign("__results","[]"))),d="\n"+this.tab+"return "+(f||"[]")+";"),this["else"]&&c.unshift(R((g=a.scope.temporary("run"))+" = true;"));if(h=this.body.compile(a,U))e+="\n"+h+"\n"+this.tab;return e+="}",b&&(e+=" while ("+b.compile((a.tab=this.tab,a),V)+");"),g&&(this.returns&&this["else"].makeReturn(),e+=" if (!"+g+") "+this.compileBlock(a,this["else"])),e+d},e}(b),a.For=L=function(a){function d(a){i(this,a),this.item instanceof n&&!this.item.value&&(this.item=null)}d.displayName="For";var b=g(d,a).prototype,c=d;return b.children=["item","source","from","to","step","body"],b.aSource=null,b.show=function(){return this.index},b.compileNode=function(a){var b,c,d,e,f,g,h,i,j,k,l,n,o,p,q;return a.loop=!0,b=this.temps=[],(c=this.index)?a.scope.declare(c):b.push(c=a.scope.temporary("i")),this.object||(q=(this.step||m(1)).compileLoopReference(a,"step"),d=q[0],e=q[1],d===e||b.push(d)),this.from?(q=this.to.compileLoopReference(a,"to"),f=q[0],g=q[1],h=c+" = "+this.from.compile(a,W),g!==f&&(h+=", "+g,b.push(f)),i=this.op==="til"?"":"=",j=+d?c+" "+(d<0?">":"<")+i+" "+f:d+" < 0 ? "+c+" >"+i+" "+f+" : "+c+" <"+i+" "+f):(this.item||this.object&&this.own?(q=this.source.compileLoopReference(a,"ref",!this.object),k=q[0],l=q[1],k===l||b.push(k)):k=l=this.source.compile(a,V),this.object||(0>d&&~~d===+d?(h=c+" = "+l+".length - 1",j=c+" >= 0"):(b.push(n=a.scope.temporary("len")),h=c+" = 0, "+n+" = "+l+".length",j=c+" < "+n))),o="for ("+(this.object?c+" in "+l:(e===d||(h+=", "+e),h+"; "+j+"; "+(1==Math.abs(d)?(d<0?"--":"++")+c:c+(d<0?" -= "+d.slice(1):" += "+d)))),this.own&&(o+=") if ("+a.scope.assign("__own","{}.hasOwnProperty")+".call("+k+", "+c+")"),o+=") {",this.infuseIIFE(),a.indent+=_,this.item&&!this.item.isEmpty()&&(o+="\n"+a.indent+y(this.item,R(k+"["+c+"]")).compile(a,U)+";"),p=this.compileBody(a),this.item&&"}"===p.charAt(0)&&(o+="\n"+this.tab),o+p},b.infuseIIFE=function(){function b(a,b){var c,d,e;if(b)for(d=0,e=a.length;d<e;++d){c=a[d];if(b===c.value)return!0}}var a=this;this.body.traverseChildren(function(c){var d,e,f,g,h;if(!(c.calling||c.op==="new"&&(d=c.it).params))return;d?c.it=r.make((d["void"]=!0,d)):d=c.it.head,e=d.params,f=c.it.tails[0];if(e.length^f.args.length-!!f.method)return;g=a.index,h=a.item,g&&!b(e,g)&&f.args.push(e[e.length]=n(g)),h instanceof n&&!b(e,h.value)&&f.args.push(e[e.length]=h)})},d}(K),a.Try=M=function(a){function d(a,b,c,d){this.attempt=a,this.thrown=b!=null?b:"__e",this.recovery=c,this.ensure=d}d.displayName="Try";var b=g(d,a).prototype,c=d;return b.children=["attempt","recovery","ensure"],b.show=function(){return this.thrown},b.isStatement=eb,b.isCallable=function(){var a;return((a=this.recovery)!=null?a.isCallable():void 8)&&this.attempt.isCallable()},b.getJump=function(a){var b;return this.attempt.getJump(a)||((b=this.recovery)!=null?b.getJump(a):void 8)},b.makeReturn=function(a){return this.attempt=this.attempt.makeReturn(a),this.recovery!=null&&(this.recovery=this.recovery.makeReturn(a)),this},b.compileNode=function(a){var b,c;a.indent+=_,b="try "+this.compileBlock(a,this.attempt);if(this.recovery||!this.ensure)a.scope.check(c=this.thrown||"e")||a.scope.add(c,"catch"),b+=" catch ("+c+") "+this.compileBlock(a,this.recovery);return this.ensure&&(b+=" finally "+this.compileBlock(a,this.ensure)),b},d}(b),a.Switch=N=function(a){function d(a,b,c){this.topic=a,this.cases=b,this["default"]=c}d.displayName="Switch";var b=g(d,a).prototype,c=d;return b.children=["topic","cases","default"],b.aSource="topic",b.aTargets=["cases"],b.isStatement=eb,b.isCallable=function(){var a,b,c,d;for(b=0,d=(c=this.cases).length;b<d;++b){a=c[b];if(!a.isCallable())return!1}return(c=this["default"])!=null?c.isCallable():void 8},b.getJump=function(a){var b,c,d,e,f;a||(a={}),a["break"]=!0;for(d=0,f=(e=this.cases).length;d<f;++d){b=e[d];if(c=b.body.getJump(a))return c}return(e=this["default"])!=null?e.getJump(a):void 8},b.makeReturn=function(a){var b,c,d,e;for(c=0,e=(d=this.cases).length;c<e;++c)b=d[c],b.makeReturn(a);return(d=this["default"])!=null&&d.makeReturn(a),this},b.compileNode=function(a){var b,c,d,e,f,g,h,i,j;b=this.tab,c=!!this.topic&&this.anaphorize().compile(a,V),d="switch ("+c+") {\n",e=this["default"]||this.cases.length-1,a["break"]=!0;for(f=0,j=(i=this.cases).length;f<j;++f)g=i[f],d+=g.compileCase(a,b,f===e,!c);if(this["default"]){a.indent=b+_;if(h=this["default"].compile(a,U))d+=b+("default:\n"+h+"\n")}return d+b+"}"},d}(b),a.Case=O=function(a){function d(a,b){this.tests=a,this.body=b}d.displayName="Case";var b=g(d,a).prototype,c=d;return b.children=["tests","body"],b.isCallable=function(){return this.body.isCallable()},b.makeReturn=function(a){var b;return((b=(b=this.body.lines)[b.length-1])!=null?b.value:void 8)!=="fallthrough"&&this.body.makeReturn(a),this},b.compileCase=function(a,b,c,d){var e,f,g,h,i,j,k,l,n,o,p,q,r,s,t,u;o=[];for(p=0,r=(q=this.tests).length;p<r;++p){e=q[p],e=e.expandSlice(a).unwrap();if(e instanceof v)for(s=0,u=(t=e.items).length;s<u;++s)f=t[s],o.push(f);else o.push(e)}g=o,g.length||g.push(m("void"));if(d){f=g[0],h=0;while(i=g[++h])f=x("||",f,i);g=[(this.t=f,this.aSource="t",this.aTargets=["body"],this).anaphorize().invert()]}j="";for(p=0,r=g.length;p<r;++p)f=g[p],j+=b+("case "+f.compile(a,V)+":\n");k=this.body.lines,l=k[k.length-1];if(n=(l!=null?l.value:void 8)==="fallthrough")k[k.length-1]=R("// fallthrough");a.indent=b+=_;if(i=this.body.compile(a,U))j+=i+"\n";return c||n||l instanceof H||(j+=b+"break;\n"),j},d}(b),a.If=P=function(a){function d(a,b,c){var d=this instanceof e?this:new e;return d["if"]=a,d.then=b,d.un=c,d}function e(){}d.displayName="If";var b=g(d,a).prototype,c=d;return e.prototype=b,b.children=["if","then","else"],b.aSource="if",b.aTargets=["then"],b.show=function(){return this.un&&"!"},b.terminator="",b.addElse=function(a){return this["else"]instanceof c?this["else"].addElse(a):this["else"]=a,this},b.delegate(["isCallable","isArray","isString","isRegex"],function(a){var b;return((b=this["else"])!=null?b[a]():void 8)&&this.then[a]()}),b.getJump=function(a){var b;return this.then.getJump(a)||((b=this["else"])!=null?b.getJump(a):void 8)},b.makeReturn=function(a){return this.then=this.then.makeReturn(a),this["else"]!=null&&(this["else"]=this["else"].makeReturn(a)),this},b.compileNode=function(a){return this.un?this["if"]=this["if"].invert():this.soak||this.anaphorize(),a.level?this.compileExpression(a):this.compileStatement(a)},b.compileStatement=function(a){var b,d;return b="if ("+this["if"].compile(a,V)+") ",a.indent+=_,b+=this.compileBlock(a,k(this.then)),(d=this["else"])?b+" else "+(d instanceof c?d.compile((a.indent=this.tab,a),U):this.compileBlock(a,d)):b},b.compileExpression=function(a){var b,c,d,e;return b=this.then,c=this["else"],this["void"]&&(b["void"]=(c||0)["void"]=!0),!c&&(this.cond||this["void"])?F(x("&&",this["if"],b)).compile(a):(d=this["if"].compile(a,X),e=c!=null&&c.isComplex()?"\n"+(a.indent+=_):" ",d+=e+"? "+b.compile(a,W)+""+e+": "+((c!=null?c.compile(a,W):void 8)||"void 8"),a.level<X?d:"("+d+")")},d.unfoldSoak=function(a,b,c){var d;if(d=b[c].unfoldSoak(a))return b[c]=d.then,d.cond=b.cond,d["void"]=b["void"],d.then=q(b),d},d}(b),a.Label=Q=function(a){function h(a,b){var c;this.label=a||"_",this.it=b;if(c=(b instanceof C||b instanceof D)&&b||b.calling&&b.it.head)return c.name||(c.name=this.label,c.labeled=!0),b}h.displayName="Label";var b,d=g(h,a).prototype,f=h;return b=F.prototype,d.children=b.children,d.isCallable=b.isCallable,d.isArray=b.isArray,d.show=function(){return this.label},d.isStatement=eb,d.getJump=function(a){return a||(a={}),(a.labels||(a.labels=[])).push(this.label),this.it.getJump((a["break"]=!0,a))},d.makeReturn=function(a){return this.it=this.it.makeReturn(a),this},d.compileNode=function(a){var b,d,f;return b=this.label,d=this.it,f=a.labels=c.call(a.labels||[]),e(b,f)&&this.carp('duplicate label "'+b+'"'),f.push(b),d.isStatement()||(d=k(d)),b+": "+(d instanceof k?(a.indent+=_,this.compileBlock(a,d)):d.compile(a))},h}(b),a.JS=R=function(a){function d(a,b,c){var d=this instanceof e?this:new e;return d.code=a,d.literal=b,d.comment=c,d}function e(){}d.displayName="JS";var b=g(d,a).prototype,c=d;return e.prototype=b,b.show=function(){return this.comment?this.code:"`"+this.code+"`"},b.terminator="",b.isAssignable=b.isCallable=function(){return!this.comment},b.compile=function(a){return this.literal?jb(this.code,a.indent):this.code},d}(b),a.Util=S=function(a){function d(a){var b=this instanceof e?this:new e;return b.verb=a,b}function e(){}d.displayName="Util";var b=g(d,a).prototype,c=d;return e.prototype=b,b.show=H.prototype.show,b.isCallable=eb,b.compile=function(){return ib(this.verb)},d.Extends=function(){return r.make(d("extend"),[arguments[0],arguments[1]])},d}(b),a.L=function(a,b){return b.line=a+1,b},a.Export=function(a){var b,c,e,f,g;b=-1,c=S("out");while(e=a[++b]){if(f=e instanceof C&&e.name){a.splice(b++,0,y(q(c,[p(o(f))]),n(f)));continue}a[b]=(f=e.varName()||e instanceof y&&e.left.varName()||e instanceof D&&((g=e.title)!=null?g.varName():void 8))?y(q(c,[p(o(f))]),e):z(c,e)}return g=d(k.prototype),g.lines=a,g},cb=db.prototype,cb.add=function(a,b){return this.variables[a+"."]=b,a},cb.get=function(a){return this.variables[a+"."]},cb.declare=function(a){var b,c,d;if(b=this.shared){if(this.check(a))return;c=b}else c=this;if(!(d=this.variables[a+"."])||d!=="var"&&d!=="arg"&&!d.value)return c.add(a,"var")},cb.assign=function(a,b){return this.add(a,{value:b})},cb.temporary=function(a){var b,c,d;a||(a="ref"),b=0;do c="__"+(a.length>1?a+(b++||""):(b++ +parseInt(a,36)).toString(36));while((d=this.variables[c+"."])!=="reuse"&&d!==void 8);return this.add(c,"var")},cb.free=function(a){return this.add(a,"reuse")},cb.check=function(a,b){var c,d;return(c=a+"."in this.variables)||!b?c:(d=this.parent)!=null?d.check(a,b):void 8},cb.emit=function(a,b){var c,d,e,f,g,h,i,j,k;c=[],d=[],e=[],f=[];for(g in k=this.variables){h=k[g],g=g.slice(0,-1);if(h==="var"||h==="reuse")("_"===g.charAt(0)?d:c).push(g);else if(i=h.value)~(j=jb(i,b)).lastIndexOf("function(",0)?f.push("function "+g+j.slice(8)):e.push(g+" = "+j)}if(i=c.concat(d,e).join(", "))a=b+"var "+i+";\n"+a;return(i=f.join("\n"+b))?a+"\n"+b+i:a},T={clone:"function(it){\n function fun(){} fun.prototype = it;\n return new fun;\n}",extend:"function(sub, sup){\n function fun(){} fun.prototype = (sub.superclass = sup).prototype;\n (sub.prototype = new fun).constructor = sub;\n if (typeof sup.extended == 'function') sup.extended(sub);\n return sub;\n}",bind:"function(obj, key){\n return function(){ return obj[key].apply(obj, arguments) };\n}","import":"function(obj, src){\n var own = {}.hasOwnProperty;\n for (var key in src) if (own.call(src, key)) obj[key] = src[key];\n return obj;\n}",importAll:"function(obj, src){\n for (var key in src) obj[key] = src[key];\n return obj;\n}",repeatString:"function(str, n){\n for (var r = ''; n > 0; (n >>= 1) && (str += str)) if (n & 1) r += str;\n return r;\n}",repeatArray:"function(arr, n){\n for (var r = []; n > 0; (n >>= 1) && (arr = arr.concat(arr)))\n if (n & 1) r.push.apply(r, arr);\n return r;\n}",of:"function(x, arr){\n var i = 0, l = arr.length >>> 0;\n while (i < l) if (x === arr[i++]) return true;\n return false;\n}",out:"typeof exports != 'undefined' && exports || this",split:"''.split",replace:"''.replace",toString:"{}.toString",join:"[].join",slice:"[].slice"},U=0,V=1,W=2,X=3,Y=4,Z=5,function(){this["&&"]=this["||"]=.2,this["&"]=this["^"]=this["|"]=.3,this["=="]=this["!="]=this["==="]=this["!=="]=.4,this["<"]=this[">"]=this["<="]=this[">="]=this["in"]=this["instanceof"]=.5,this["<<"]=this[">>"]=this[">>>"]=.6,this["+"]=this["-"]=.7,this["*"]=this["/"]=this["%"]=.8}.call($={unary:.9}),_=" ",ab=/^(?!\d)[$\w\x7f-\uffff]+$/,bb=/^\d+$/}.call(this,a["./ast"]={}),function(b){var c,d;c=a("./lexer"),d=a("./parser").parser,d.yy=a("./ast"),d.lexer={lex:function(){var a,b;return b=this.tokens[++this.pos]||[""],a=b[0],this.yytext=b[1],this.yylineno=b[2],a},setInput:function(a){return this.pos=-1,this.tokens=a},upcomingInput:function(){return""}},b.VERSION="0.7.3b",b.compile=function(a,b){var e;try{return d.parse(c.lex(a)).compileRoot(b)}catch(f){if(e=b!=null?b.filename:void 8)f.message+="\nat "+e;throw f}},b.ast=function(a){return d.parse(typeof a=="string"?c.lex(a):a)},b.tokens=c.lex,b.lex=function(a){return c.lex(a,{raw:!0})},b.run=function(a,c){var d;return Function(b.compile(a,(d={},f(d,c),d.bare=!0,d)))()},b.tokens.rewrite=c.rewrite,i(b.ast,d.yy),a.extensions?a("./node")(b):(b.require=a,""+this=="[object BackstagePass]"&&(this.EXPORTED_SYMBOLS=["Coco"]))}.call(this,a["./coco"]={}),a["./coco"]}(),this.window&&function(){var a,b,c,d,e,f,g;Coco.stab=function(a,b,c,d){try{Coco.run(a,{filename:c})}catch(e){d=e}return b(d)},Coco.load=function(a,b){var c;return b||(b=function(){}),c=new(self.ActiveXObject||XMLHttpRequest)("Microsoft.XMLHTTP"),c.open("GET",a,!0),"overrideMimeType"in c&&c.overrideMimeType("text/plain"),c.onreadystatechange=function(){var d;c.readyState===4&&((d=c.status)===200||d===0?Coco.stab(c.responseText,b,a):b(Error(a+": "+c.status+" "+c.statusText)))},c.send(null),c},a=/^(?:text\/|application\/)?coco$/i,b=function(a){a&&setTimeout(function(){throw a})};for(e=0,g=(f=document.getElementsByTagName("script")).length;e<g;++e)c=f[e],a.test(c.type)&&((d=c.src)?Coco.load(d,b):Coco.stab(c.innerHTML,b,c.id))}(),this.WSH&&function(){var a,b,c,d,e,f,g;a=WSH.arguments,b=WSH.createObject("Scripting.FileSystemObject");for(c=0,g=a.length;c<g;++c)d=a.item(c),e=b.openTextFile(d,1).readAll(),f=Coco.compile(e),b.openTextFile(d.replace(/(?:\.co)?$/,".js"),2,!0).write(f);c||WSH.echo("Usage: coco [files]")}(),this.Coco;
4
+ http://satyr.github.com/coco
5
+ this.Coco=function(){function e(t){return e[t]}function t(e){function t(){}return t.prototype=e,new t}function i(e,t){for(var i=0,n=t.length>>>0;n>i;)if(e===t[i++])return!0;return!1}function n(e,t){var i={}.hasOwnProperty;for(var n in t)i.call(t,n)&&(e[n]=t[n]);return e}function s(e,t){function i(){}return i.prototype=(e.superclass=t).prototype,(e.prototype=new i).constructor=e,"function"==typeof t.extended&&t.extended(e),e}function r(e,t){for(var i="";t>0;(t>>=1)&&(e+=e))1&t&&(i+=e);return i}function a(e,t){for(var i in t)e[i]=t[i];return e}var o=e["./parser"]={};o.parser={trace:function(){},yy:{},symbols_:{error:2,Head:3,ID:4,STRNUM:5,LITERAL:6,Parenthetical:7,List:8,"PARAM(":9,ArgList:10,OptComma:11,")PARAM":12,"->":13,Block:14,FUNCTION:15,"CALL(":16,")CALL":17,IF:18,Expression:19,Else:20,INDENT:21,IfLines:22,DEDENT:23,LoopHead:24,SWITCH:25,Cases:26,DEFAULT:27,TRY:28,CATCH:29,FINALLY:30,CLASS:31,Chain:32,OptExtends:33,OptImplements:34,LET:35,WITH:36,FOR:37,DOT:38,Key:39,"?":40,"[":41,"]":42,"{":43,Properties:44,"}":45,LABEL:46,KeyBase:47,Arg:48,",":49,NEWLINE:50,"...":51,Lines:52,Line:53,"<-":54,COMMENT:55,ASSIGN:56,IMPORT:57,CREMENT:58,UNARY:59,"+-":60,"^":61,COMPARE:62,LOGIC:63,MATH:64,SHIFT:65,BITWISE:66,RELATION:67,"|>":68,"!?":69,POST_IF:70,DO:71,WHILE:72,HURL:73,JUMP:74,EXTENDS:75,DECL:76,Exprs:77,KeyValue:78,Property:79,":":80,"(":81,Body:82,")":83,ELSE:84,OF:85,BY:86,IN:87,FROM:88,TO:89,CASE:90,IMPLEMENTS:91,Root:92,$accept:0,$end:1},terminals_:{2:"error",4:"ID",5:"STRNUM",6:"LITERAL",9:"PARAM(",12:")PARAM",13:"->",15:"FUNCTION",16:"CALL(",17:")CALL",18:"IF",21:"INDENT",23:"DEDENT",25:"SWITCH",27:"DEFAULT",28:"TRY",29:"CATCH",30:"FINALLY",31:"CLASS",35:"LET",36:"WITH",37:"FOR",38:"DOT",40:"?",41:"[",42:"]",43:"{",45:"}",46:"LABEL",49:",",50:"NEWLINE",51:"...",54:"<-",55:"COMMENT",56:"ASSIGN",57:"IMPORT",58:"CREMENT",59:"UNARY",60:"+-",61:"^",62:"COMPARE",63:"LOGIC",64:"MATH",65:"SHIFT",66:"BITWISE",67:"RELATION",68:"|>",69:"!?",70:"POST_IF",71:"DO",72:"WHILE",73:"HURL",74:"JUMP",75:"EXTENDS",76:"DECL",80:":",81:"(",83:")",84:"ELSE",85:"OF",86:"BY",87:"IN",88:"FROM",89:"TO",90:"CASE",91:"IMPLEMENTS"},productions_:[0,[3,1],[3,1],[3,1],[3,1],[3,1],[3,6],[3,6],[3,4],[3,4],[3,3],[3,3],[3,5],[3,2],[3,4],[3,2],[3,2],[3,4],[3,6],[3,4],[3,5],[3,4],[3,6],[3,3],[3,3],[32,1],[32,3],[32,3],[32,5],[32,2],[8,4],[8,4],[8,5],[8,5],[39,1],[39,1],[47,1],[47,1],[10,0],[10,1],[10,3],[10,4],[10,6],[48,1],[48,2],[48,1],[11,0],[11,1],[52,0],[52,1],[52,3],[52,2],[53,1],[53,2],[53,6],[53,1],[53,1],[14,3],[19,1],[19,3],[19,6],[19,3],[19,6],[19,2],[19,2],[19,3],[19,3],[19,3],[19,2],[19,2],[19,2],[19,5],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,2],[19,3],[19,2],[19,4],[19,2],[19,5],[19,1],[19,1],[19,2],[19,3],[19,2],[19,2],[19,5],[77,1],[77,3],[78,1],[78,1],[78,3],[78,3],[78,5],[78,5],[79,3],[79,6],[79,1],[79,3],[79,2],[79,2],[79,2],[79,1],[44,0],[44,1],[44,3],[44,4],[44,4],[7,3],[82,1],[82,1],[82,3],[20,0],[20,2],[20,5],[24,4],[24,6],[24,4],[24,6],[24,6],[24,8],[24,2],[24,4],[22,3],[22,4],[26,3],[26,4],[33,2],[33,0],[34,2],[34,0],[92,1]],performAction:function(e,t,i,n,s,r){var a=r.length-1;switch(s){case 1:this.$=n.L(i,n.Var(r[a]));break;case 2:case 3:this.$=n.L(i,n.Literal(r[a]));break;case 6:this.$=n.L(i,n.Fun(r[a-4],r[a],"~>"===r[a-1]));break;case 7:this.$=n.L(i,n.Fun(r[a-3],r[a]).named(r[a-5]));break;case 8:this.$=n.If(r[a-2],r[a-1],"unless"===r[a-3]).addElse(r[a]);break;case 9:this.$=r[a-1].maybeUnlessBlock("unless"===r[a-3]);break;case 10:this.$=r[a-2].addBody(r[a-1]).addElse(r[a]);break;case 11:this.$=new n.Switch(r[a-1],r[a]);break;case 12:this.$=new n.Switch(r[a-3],r[a-2],r[a]);break;case 13:this.$=new n.Switch(null,r[a]);break;case 14:this.$=new n.Switch(null,r[a-2],r[a]);break;case 15:this.$=new n.Switch(null,[],r[a]);break;case 16:this.$=new n.Try(r[a]);break;case 17:this.$=new n.Try(r[a-2],r[a-1],r[a]);break;case 18:this.$=new n.Try(r[a-4],r[a-3],r[a-2],r[a]);break;case 19:this.$=new n.Try(r[a-2],null,null,r[a]);break;case 20:this.$=new n.Class(r[a-3].unwrap(),r[a-2],r[a-1],r[a]);break;case 21:this.$=new n.Class(null,r[a-2],r[a-1],r[a]);break;case 22:this.$=n.Call.let(r[a-3],r[a]);break;case 23:this.$=n.Pipe(r[a-1],r[a],"with");break;case 24:this.$=new n.For({kind:r[a-2],source:r[a-1],ref:!0}).addBody(r[a]);break;case 25:this.$=n.Chain(r[a]);break;case 26:case 27:this.$=r[a-2].add(n.Index(r[a],r[a-1],!0));break;case 28:this.$=r[a-4].add(n.Call(r[a-2]));break;case 29:this.$=n.Chain(n.Existence(r[a-1].unwrap()));break;case 30:this.$=n.L(i,n.Arr(r[a-2]));break;case 31:this.$=n.L(i,n.Obj(r[a-2]));break;case 32:this.$=n.L(i,n.Arr(r[a-3])).named(r[a]);break;case 33:this.$=n.L(i,n.Obj(r[a-3])).named(r[a]);break;case 36:this.$=n.L(i,n.Key(r[a]));break;case 37:this.$=n.L(i,n.Literal(r[a]));break;case 38:this.$=[];break;case 39:this.$=[r[a]];break;case 40:r[a-2].push(r[a]),this.$=r[a-2];break;case 41:r[a-3].push(r[a]),this.$=r[a-3];break;case 42:this.$=r[a-5].concat(r[a-2]);break;case 44:this.$=n.Splat(r[a]);break;case 45:this.$=n.Splat(n.L(i,n.Arr()),!0);break;case 48:this.$=n.L(i,n.Block());break;case 49:this.$=n.Block(r[a]);break;case 50:this.$=r[a-2].add(r[a]);break;case 53:this.$=n.Pipe(r[a-1],r[a],"cascade");break;case 54:this.$=n.Call.back(r[a-4],r[a],"<~"===r[a-1]);break;case 55:this.$=n.L(i,n.JS(r[a],!0,!0));break;case 56:this.$=n.L(i,n.Throw(n.JS("Error('unimplemented')")));break;case 57:this.$=r[a-1];break;case 58:this.$=r[a].unwrap();break;case 59:this.$=n.Assign(r[a-2].unwrap(),r[a],r[a-1]);break;case 60:this.$=n.Assign(r[a-5].unwrap(),n.Arr.maybe(r[a-2]),r[a-4]);break;case 61:this.$=n.Import(r[a-2],r[a],"<<<<"===r[a-1]);break;case 62:this.$=n.Import(r[a-5],n.Arr.maybe(r[a-2]),"<<<<"===r[a-4]);break;case 63:this.$=n.Unary(r[a-1],r[a].unwrap());break;case 64:this.$=n.Unary(r[a],r[a-1].unwrap(),!0);break;case 65:case 66:case 67:this.$=n.Assign(r[a].unwrap(),[r[a-2]],r[a-1]);break;case 68:case 69:case 70:this.$=n.Unary(r[a-1],r[a]);break;case 71:this.$=n.Unary(r[a-4],n.Arr.maybe(r[a-2]));break;case 72:case 73:case 74:case 75:case 76:case 77:case 78:this.$=n.Binary(r[a-1],r[a-2],r[a]);break;case 79:this.$="!"===r[a-1].charAt(0)?n.Binary(r[a-1].slice(1),r[a-2],r[a]).invert():n.Binary(r[a-1],r[a-2],r[a]);break;case 80:case 81:this.$=n.Pipe(r[a-2],r[a]);break;case 82:this.$=n.Existence(r[a-1].unwrap(),!0);break;case 83:this.$=n.If(r[a],r[a-2],"unless"===r[a-1]);break;case 84:this.$=r[a].addBody(n.Block(r[a-1]));break;case 85:this.$=new n.While(r[a],"until"===r[a-1],!0).addBody(r[a-2]);break;case 86:this.$=n.Jump[r[a-1]](r[a]);break;case 87:this.$=n.Jump[r[a-4]](n.Arr.maybe(r[a-2]));break;case 88:this.$=n.L(i,n.Jump[r[a]]());break;case 89:this.$=n.L(i,new n.Jump(r[a]));break;case 90:this.$=n.L(i,new n.Jump(r[a-1],r[a]));break;case 91:this.$=n.Util.Extends(r[a-2].unwrap(),r[a]);break;case 92:case 93:this.$=new n.Label(r[a-1],r[a]);break;case 94:this.$=n.Decl(r[a-4],r[a-2],i+1);break;case 95:this.$=[r[a]];break;case 96:r[a-2].push(r[a]),this.$=r[a-2];break;case 98:this.$=n.Prop(n.L(i,n.Key(r[a],"arguments"!==r[a]&&"eval"!==r[a])),n.L(i,n.Literal(r[a])));break;case 99:this.$=n.Prop(r[a],n.Chain(r[a-2],[n.Index(r[a],r[a-1])]));break;case 100:this.$=n.Prop(r[a],n.Chain(n.L(i,n.Literal(r[a-2])),[n.Index(r[a],r[a-1])]));break;case 101:this.$=n.Prop(n.L(i,n.Key(r[a])),n.L(i,n.Obj(r[a-3]).named(r[a])));break;case 102:this.$=n.Prop(n.L(i,n.Key(r[a])),n.L(i,n.Arr(r[a-3]).named(r[a])));break;case 103:this.$=n.Prop(r[a-2],r[a]);break;case 104:this.$=n.Prop(r[a-5],n.Arr.maybe(r[a-2]));break;case 106:this.$=n.Binary(r[a-1],r[a-2],r[a]);break;case 107:this.$=n.Prop(r[a].maybeKey(),n.L(i,n.Literal("+"===r[a-1])));break;case 108:this.$=n.Prop(n.L(i,n.Key(r[a],!0)),n.L(i,n.Literal("+"===r[a-1])));break;case 109:this.$=n.Splat(r[a]);break;case 110:this.$=n.L(i,n.JS(r[a],!0,!0));break;case 111:this.$=[];break;case 112:this.$=[r[a]];break;case 113:r[a-2].push(r[a]),this.$=r[a-2];break;case 114:r[a-3].push(r[a]),this.$=r[a-3];break;case 115:this.$=r[a-2];break;case 116:this.$=n.Parens(r[a-1].chomp().unwrap(),!1,'"'===r[a-2]);break;case 119:this.$=r[a-2].add(r[a]);break;case 120:this.$=null;break;case 121:this.$=r[a];break;case 122:this.$=n.If(r[a-2],r[a-1],"unless"===r[a-3]).addElse(r[a]);break;case 123:this.$=new n.For({kind:r[a-3],item:r[a-2].unwrap(),index:r[a-1],source:r[a]});break;case 124:this.$=new n.For({kind:r[a-5],item:r[a-4].unwrap(),index:r[a-3],source:r[a-2],step:r[a]});break;case 125:this.$=new n.For({kind:r[a-3],index:r[a-2],source:r[a],"in":!0});break;case 126:this.$=new n.For({kind:r[a-5],index:r[a-4],item:r[a-2].unwrap(),source:r[a],"in":!0});break;case 127:this.$=new n.For({kind:r[a-5],index:r[a-4],from:r[a-2],op:r[a-1],to:r[a]});break;case 128:this.$=new n.For({kind:r[a-7],index:r[a-6],from:r[a-4],op:r[a-3],to:r[a-2],step:r[a]});break;case 129:this.$=new n.While(r[a],"until"===r[a-1]);break;case 130:this.$=new n.While(r[a-2],"until"===r[a-3],r[a]);break;case 131:this.$=n.If(r[a-2],r[a-1]).addElse(r[a]);break;case 132:this.$=n.If(r[a-3],r[a-2]).addElse(r[a]);break;case 133:this.$=[new n.Case(r[a-1],r[a])];break;case 134:r[a-3].push(new n.Case(r[a-1],r[a])),this.$=r[a-3];break;case 135:this.$=r[a];break;case 136:this.$=null;break;case 137:this.$=r[a];break;case 138:this.$=null;break;case 139:return this.$}},table:[{1:[2,48],3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,8],14:4,15:[1,27],18:[1,28],19:7,21:[1,6],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],50:[2,48],51:[1,10],52:3,53:5,55:[1,9],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36],82:2,92:1},{1:[3]},{1:[2,139]},{1:[2,117],50:[1,40],83:[2,117]},{1:[2,118],50:[1,41],83:[2,118]},{1:[2,49],23:[2,49],50:[2,49],83:[2,49]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,8],15:[1,27],18:[1,28],19:7,23:[2,48],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],50:[2,48],51:[1,10],52:42,53:5,55:[1,9],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,52],14:43,21:[1,6],23:[2,52],24:55,37:[1,56],50:[2,52],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39],83:[2,52]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:57,12:[2,38],15:[1,27],18:[1,28],19:59,21:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,55],23:[2,55],50:[2,55],83:[2,55]},{1:[2,56],23:[2,56],50:[2,56],83:[2,56]},{1:[2,58],12:[2,58],16:[1,67],17:[2,58],21:[2,58],23:[2,58],37:[2,58],38:[1,66],40:[1,68],42:[2,58],45:[2,58],49:[2,58],50:[2,58],56:[1,62],57:[2,58],58:[1,63],60:[2,58],61:[2,58],62:[2,58],63:[2,58],64:[2,58],65:[2,58],66:[2,58],67:[2,58],68:[2,58],69:[1,64],70:[2,58],72:[2,58],75:[1,65],83:[2,58],86:[2,58],89:[2,58],90:[2,58],91:[2,58]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],24:29,25:[1,30],28:[1,31],31:[1,32],32:69,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],72:[1,39],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:71,21:[1,72],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],56:[1,70],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:74,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],56:[1,73],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:76,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],56:[1,75],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{14:77,21:[1,6]},{1:[2,88],3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],12:[2,88],15:[1,27],17:[2,88],18:[1,28],19:78,21:[1,79],23:[2,88],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[2,88],41:[1,37],42:[2,88],43:[1,38],45:[2,88],46:[1,19],49:[2,88],50:[2,88],57:[2,88],58:[1,12],59:[1,13],60:[1,14],61:[1,15],62:[2,88],63:[2,88],64:[2,88],65:[2,88],66:[2,88],67:[2,88],68:[2,88],70:[2,88],71:[1,16],72:[2,88],73:[1,17],74:[1,18],76:[1,20],81:[1,36],83:[2,88],86:[2,88],89:[2,88],90:[2,88],91:[2,88]},{1:[2,89],4:[1,80],12:[2,89],17:[2,89],21:[2,89],23:[2,89],37:[2,89],42:[2,89],45:[2,89],49:[2,89],50:[2,89],57:[2,89],60:[2,89],61:[2,89],62:[2,89],63:[2,89],64:[2,89],65:[2,89],66:[2,89],67:[2,89],68:[2,89],70:[2,89],72:[2,89],83:[2,89],86:[2,89],89:[2,89],90:[2,89],91:[2,89]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],14:82,15:[1,27],18:[1,28],19:81,21:[1,6],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{21:[1,83]},{1:[2,25],12:[2,25],16:[2,25],17:[2,25],21:[2,25],23:[2,25],37:[2,25],38:[2,25],40:[2,25],42:[2,25],45:[2,25],49:[2,25],50:[2,25],56:[2,25],57:[2,25],58:[2,25],60:[2,25],61:[2,25],62:[2,25],63:[2,25],64:[2,25],65:[2,25],66:[2,25],67:[2,25],68:[2,25],69:[2,25],70:[2,25],72:[2,25],75:[2,25],83:[2,25],85:[2,25],86:[2,25],87:[2,25],89:[2,25],90:[2,25],91:[2,25]},{1:[2,1],12:[2,1],16:[2,1],17:[2,1],21:[2,1],23:[2,1],37:[2,1],38:[2,1],40:[2,1],42:[2,1],45:[2,1],49:[2,1],50:[2,1],56:[2,1],57:[2,1],58:[2,1],60:[2,1],61:[2,1],62:[2,1],63:[2,1],64:[2,1],65:[2,1],66:[2,1],67:[2,1],68:[2,1],69:[2,1],70:[2,1],72:[2,1],75:[2,1],83:[2,1],86:[2,1],87:[2,1],89:[2,1],90:[2,1],91:[2,1]},{1:[2,2],12:[2,2],16:[2,2],17:[2,2],21:[2,2],23:[2,2],37:[2,2],38:[2,2],40:[2,2],42:[2,2],45:[2,2],49:[2,2],50:[2,2],56:[2,2],57:[2,2],58:[2,2],60:[2,2],61:[2,2],62:[2,2],63:[2,2],64:[2,2],65:[2,2],66:[2,2],67:[2,2],68:[2,2],69:[2,2],70:[2,2],72:[2,2],75:[2,2],83:[2,2],85:[2,2],86:[2,2],87:[2,2],89:[2,2],90:[2,2],91:[2,2]},{1:[2,3],12:[2,3],16:[2,3],17:[2,3],21:[2,3],23:[2,3],37:[2,3],38:[2,3],40:[2,3],42:[2,3],45:[2,3],49:[2,3],50:[2,3],56:[2,3],57:[2,3],58:[2,3],60:[2,3],61:[2,3],62:[2,3],63:[2,3],64:[2,3],65:[2,3],66:[2,3],67:[2,3],68:[2,3],69:[2,3],70:[2,3],72:[2,3],75:[2,3],83:[2,3],85:[2,3],86:[2,3],87:[2,3],89:[2,3],90:[2,3],91:[2,3]},{1:[2,4],12:[2,4],16:[2,4],17:[2,4],21:[2,4],23:[2,4],37:[2,4],38:[2,4],40:[2,4],42:[2,4],45:[2,4],49:[2,4],50:[2,4],56:[2,4],57:[2,4],58:[2,4],60:[2,4],61:[2,4],62:[2,4],63:[2,4],64:[2,4],65:[2,4],66:[2,4],67:[2,4],68:[2,4],69:[2,4],70:[2,4],72:[2,4],75:[2,4],83:[2,4],85:[2,4],86:[2,4],87:[2,4],89:[2,4],90:[2,4],91:[2,4]},{1:[2,5],12:[2,5],16:[2,5],17:[2,5],21:[2,5],23:[2,5],37:[2,5],38:[2,5],40:[2,5],42:[2,5],45:[2,5],49:[2,5],50:[2,5],56:[2,5],57:[2,5],58:[2,5],60:[2,5],61:[2,5],62:[2,5],63:[2,5],64:[2,5],65:[2,5],66:[2,5],67:[2,5],68:[2,5],69:[2,5],70:[2,5],72:[2,5],75:[2,5],83:[2,5],85:[2,5],86:[2,5],87:[2,5],89:[2,5],90:[2,5],91:[2,5]},{16:[1,84]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:85,21:[1,86],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{14:87,21:[1,6]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],14:90,15:[1,27],18:[1,28],19:88,21:[1,6],24:29,25:[1,30],26:89,28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36],90:[1,91]},{14:92,21:[1,6]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],21:[2,136],24:29,25:[1,30],28:[1,31],31:[1,32],32:93,33:94,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],72:[1,39],75:[1,95],81:[1,36],91:[2,136]},{16:[1,96]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:97,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,100],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:98,24:29,25:[1,30],28:[1,31],31:[1,32],32:99,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,8],14:4,15:[1,27],18:[1,28],19:7,21:[1,6],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],50:[2,48],51:[1,10],52:3,53:5,55:[1,9],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36],82:101,83:[2,48]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:102,15:[1,27],18:[1,28],19:59,21:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],42:[2,38],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{4:[1,116],5:[1,117],6:[1,113],7:112,21:[1,105],39:106,41:[1,115],43:[1,114],44:103,45:[2,111],47:111,49:[2,111],50:[2,111],51:[1,109],55:[1,110],60:[1,108],78:107,79:104,81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:118,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,51],3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,8],15:[1,27],18:[1,28],19:7,23:[2,51],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],50:[2,51],51:[1,10],53:119,55:[1,9],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36],83:[2,51]},{1:[2,48],3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,8],15:[1,27],18:[1,28],19:7,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],50:[2,48],51:[1,10],52:120,53:5,55:[1,9],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36],83:[2,48]},{23:[1,121],50:[1,40]},{1:[2,53],23:[2,53],50:[2,53],83:[2,53]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:122,21:[1,123],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:124,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:125,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:126,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:127,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:128,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:129,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:130,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:131,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],14:133,15:[1,27],18:[1,28],19:132,21:[1,6],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:134,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,84],12:[2,84],17:[2,84],21:[2,84],23:[2,84],37:[2,84],42:[2,84],45:[2,84],49:[2,84],50:[2,84],57:[2,84],60:[2,84],61:[2,84],62:[2,84],63:[2,84],64:[2,84],65:[2,84],66:[2,84],67:[2,84],68:[2,84],70:[2,84],72:[2,84],83:[2,84],86:[2,84],89:[2,84],90:[2,84],91:[2,84]},{3:21,4:[1,100],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],24:29,25:[1,30],28:[1,31],31:[1,32],32:135,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],72:[1,39],81:[1,36]},{11:136,12:[2,46],21:[2,46],49:[1,137],50:[2,46]},{12:[2,39],17:[2,39],21:[2,39],23:[2,39],42:[2,39],49:[2,39],50:[2,39]},{12:[2,43],17:[2,43],21:[2,43],23:[2,43],24:55,37:[1,56],42:[2,43],49:[2,43],50:[2,43],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],12:[2,45],15:[1,27],17:[2,45],18:[1,28],19:138,21:[2,45],23:[2,45],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],42:[2,45],43:[1,38],46:[1,19],49:[2,45],50:[2,45],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:139,12:[2,38],15:[1,27],18:[1,28],19:59,21:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:140,21:[1,141],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,64],12:[2,64],17:[2,64],21:[2,64],23:[2,64],37:[2,64],42:[2,64],45:[2,64],49:[2,64],50:[2,64],57:[2,64],60:[2,64],61:[2,64],62:[2,64],63:[2,64],64:[2,64],65:[2,64],66:[2,64],67:[2,64],68:[2,64],70:[2,64],72:[2,64],83:[2,64],86:[2,64],89:[2,64],90:[2,64],91:[2,64]},{1:[2,82],12:[2,82],17:[2,82],21:[2,82],23:[2,82],37:[2,82],42:[2,82],45:[2,82],49:[2,82],50:[2,82],57:[2,82],60:[2,82],61:[2,82],62:[2,82],63:[2,82],64:[2,82],65:[2,82],66:[2,82],67:[2,82],68:[2,82],70:[2,82],72:[2,82],83:[2,82],86:[2,82],89:[2,82],90:[2,82],91:[2,82]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:142,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{4:[1,116],5:[1,117],7:112,8:144,39:143,41:[1,37],43:[1,38],47:111,81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:145,15:[1,27],17:[2,38],18:[1,28],19:59,21:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,29],12:[2,29],16:[2,29],17:[2,29],21:[2,29],23:[2,29],37:[2,29],38:[2,29],40:[2,29],42:[2,29],45:[2,29],49:[2,29],50:[2,29],56:[2,29],57:[2,29],58:[2,29],60:[2,29],61:[2,29],62:[2,29],63:[2,29],64:[2,29],65:[2,29],66:[2,29],67:[2,29],68:[2,29],69:[2,29],70:[2,29],72:[2,29],75:[2,29],83:[2,29],85:[2,29],86:[2,29],87:[2,29],89:[2,29],90:[2,29],91:[2,29]},{1:[2,63],12:[2,63],16:[1,67],17:[2,63],21:[2,63],23:[2,63],37:[2,63],38:[1,66],40:[1,68],42:[2,63],45:[2,63],49:[2,63],50:[2,63],57:[2,63],60:[2,63],61:[2,63],62:[2,63],63:[2,63],64:[2,63],65:[2,63],66:[2,63],67:[2,63],68:[2,63],70:[2,63],72:[2,63],83:[2,63],86:[2,63],89:[2,63],90:[2,63],91:[2,63]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],24:29,25:[1,30],28:[1,31],31:[1,32],32:146,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],72:[1,39],81:[1,36]},{1:[2,68],12:[2,68],17:[2,68],21:[2,68],23:[2,68],24:55,37:[2,68],42:[2,68],45:[2,68],49:[2,68],50:[2,68],57:[2,68],60:[2,68],61:[2,68],62:[2,68],63:[2,68],64:[2,68],65:[2,68],66:[2,68],67:[2,68],68:[2,68],70:[2,68],72:[2,68],83:[2,68],86:[2,68],89:[2,68],90:[2,68],91:[2,68]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:147,15:[1,27],18:[1,28],19:59,21:[2,38],23:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],24:29,25:[1,30],28:[1,31],31:[1,32],32:148,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],72:[1,39],81:[1,36]},{1:[2,69],12:[2,69],17:[2,69],21:[2,69],23:[2,69],24:55,37:[2,69],42:[2,69],45:[2,69],49:[2,69],50:[2,69],57:[2,69],60:[2,69],61:[2,69],62:[2,69],63:[2,69],64:[2,69],65:[2,69],66:[2,69],67:[2,69],68:[2,69],70:[2,69],72:[2,69],83:[2,69],86:[2,69],89:[2,69],90:[2,69],91:[2,69]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],24:29,25:[1,30],28:[1,31],31:[1,32],32:149,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],72:[1,39],81:[1,36]},{1:[2,70],12:[2,70],17:[2,70],21:[2,70],23:[2,70],24:55,37:[2,70],42:[2,70],45:[2,70],49:[2,70],50:[2,70],57:[2,70],60:[2,70],61:[2,70],62:[2,70],63:[2,70],64:[2,70],65:[2,70],66:[2,70],67:[2,70],68:[2,70],70:[2,70],72:[2,70],83:[2,70],86:[2,70],89:[2,70],90:[2,70],91:[2,70]},{72:[1,150]},{1:[2,86],12:[2,86],17:[2,86],21:[2,86],23:[2,86],24:55,37:[2,86],42:[2,86],45:[2,86],49:[2,86],50:[2,86],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,86],70:[2,86],72:[2,86],83:[2,86],86:[2,86],89:[2,86],90:[2,86],91:[2,86]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:151,15:[1,27],18:[1,28],19:59,21:[2,38],23:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,90],12:[2,90],17:[2,90],21:[2,90],23:[2,90],37:[2,90],42:[2,90],45:[2,90],49:[2,90],50:[2,90],57:[2,90],60:[2,90],61:[2,90],62:[2,90],63:[2,90],64:[2,90],65:[2,90],66:[2,90],67:[2,90],68:[2,90],70:[2,90],72:[2,90],83:[2,90],86:[2,90],89:[2,90],90:[2,90],91:[2,90]},{1:[2,92],12:[2,92],17:[2,92],21:[2,92],23:[2,92],24:55,37:[2,92],42:[2,92],45:[2,92],49:[2,92],50:[2,92],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,92],70:[2,92],72:[2,92],83:[2,92],86:[2,92],89:[2,92],90:[2,92],91:[2,92]},{1:[2,93],12:[2,93],17:[2,93],21:[2,93],23:[2,93],37:[2,93],42:[2,93],45:[2,93],49:[2,93],50:[2,93],57:[2,93],60:[2,93],61:[2,93],62:[2,93],63:[2,93],64:[2,93],65:[2,93],66:[2,93],67:[2,93],68:[2,93],70:[2,93],72:[2,93],83:[2,93],86:[2,93],89:[2,93],90:[2,93],91:[2,93]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:152,15:[1,27],18:[1,28],19:59,21:[2,38],23:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:153,15:[1,27],17:[2,38],18:[1,28],19:59,21:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{14:154,21:[1,6],24:55,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:156,22:155,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,120],12:[2,120],16:[2,120],17:[2,120],20:157,21:[2,120],23:[2,120],37:[2,120],38:[2,120],40:[2,120],42:[2,120],45:[2,120],49:[2,120],50:[2,120],56:[2,120],57:[2,120],58:[2,120],60:[2,120],61:[2,120],62:[2,120],63:[2,120],64:[2,120],65:[2,120],66:[2,120],67:[2,120],68:[2,120],69:[2,120],70:[2,120],72:[2,120],75:[2,120],83:[2,120],84:[1,158],85:[2,120],86:[2,120],87:[2,120],89:[2,120],90:[2,120],91:[2,120]},{24:55,26:159,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39],90:[1,91]},{1:[2,13],12:[2,13],16:[2,13],17:[2,13],21:[2,13],23:[2,13],27:[1,160],37:[2,13],38:[2,13],40:[2,13],42:[2,13],45:[2,13],49:[2,13],50:[2,13],56:[2,13],57:[2,13],58:[2,13],60:[2,13],61:[2,13],62:[2,13],63:[2,13],64:[2,13],65:[2,13],66:[2,13],67:[2,13],68:[2,13],69:[2,13],70:[2,13],72:[2,13],75:[2,13],83:[2,13],85:[2,13],86:[2,13],87:[2,13],89:[2,13],90:[1,161],91:[2,13]},{1:[2,15],12:[2,15],16:[2,15],17:[2,15],21:[2,15],23:[2,15],37:[2,15],38:[2,15],40:[2,15],42:[2,15],45:[2,15],49:[2,15],50:[2,15],56:[2,15],57:[2,15],58:[2,15],60:[2,15],61:[2,15],62:[2,15],63:[2,15],64:[2,15],65:[2,15],66:[2,15],67:[2,15],68:[2,15],69:[2,15],70:[2,15],72:[2,15],75:[2,15],83:[2,15],85:[2,15],86:[2,15],87:[2,15],89:[2,15],90:[2,15],91:[2,15]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:163,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],77:162,81:[1,36]},{1:[2,16],12:[2,16],16:[2,16],17:[2,16],21:[2,16],23:[2,16],29:[1,164],30:[1,165],37:[2,16],38:[2,16],40:[2,16],42:[2,16],45:[2,16],49:[2,16],50:[2,16],56:[2,16],57:[2,16],58:[2,16],60:[2,16],61:[2,16],62:[2,16],63:[2,16],64:[2,16],65:[2,16],66:[2,16],67:[2,16],68:[2,16],69:[2,16],70:[2,16],72:[2,16],75:[2,16],83:[2,16],85:[2,16],86:[2,16],87:[2,16],89:[2,16],90:[2,16],91:[2,16]},{16:[1,67],21:[2,136],33:166,38:[1,66],40:[1,68],75:[1,95],91:[2,136]},{21:[2,138],34:167,91:[1,168]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:169,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:170,15:[1,27],17:[2,38],18:[1,28],19:59,21:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{14:171,21:[1,6],24:55,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{14:172,21:[1,6],24:55,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{16:[1,67],21:[2,58],37:[2,58],38:[1,66],40:[1,68],56:[1,62],57:[2,58],58:[1,63],60:[2,58],61:[2,58],62:[2,58],63:[2,58],64:[2,58],65:[2,58],66:[2,58],67:[2,58],68:[2,58],69:[1,64],70:[2,58],72:[2,58],75:[1,65],85:[1,173]},{16:[2,1],21:[2,1],37:[2,1],38:[2,1],40:[2,1],49:[1,175],56:[2,1],57:[2,1],58:[2,1],60:[2,1],61:[2,1],62:[2,1],63:[2,1],64:[2,1],65:[2,1],66:[2,1],67:[2,1],68:[2,1],69:[2,1],70:[2,1],72:[2,1],75:[2,1],85:[2,1],87:[1,174],88:[1,176]},{83:[1,177]},{11:178,21:[2,46],42:[2,46],49:[1,137],50:[2,46]},{11:179,45:[2,46],49:[1,180],50:[2,46]},{23:[2,112],45:[2,112],49:[2,112],50:[2,112]},{4:[1,116],5:[1,117],6:[1,113],7:112,21:[1,105],23:[2,111],39:106,41:[1,115],43:[1,114],44:181,47:111,49:[2,111],50:[2,111],51:[1,109],55:[1,110],60:[1,108],78:107,79:104,81:[1,36]},{23:[2,97],38:[1,183],45:[2,97],49:[2,97],50:[2,97],63:[2,97],80:[1,182]},{23:[2,105],45:[2,105],49:[2,105],50:[2,105],63:[1,184]},{4:[1,116],5:[1,117],6:[1,186],7:112,39:185,47:111,81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:187,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{23:[2,110],45:[2,110],49:[2,110],50:[2,110]},{1:[2,34],12:[2,34],16:[2,34],17:[2,34],21:[2,34],23:[2,34],37:[2,34],38:[2,34],40:[2,34],42:[2,34],45:[2,34],49:[2,34],50:[2,34],56:[2,34],57:[2,34],58:[2,34],60:[2,34],61:[2,34],62:[2,34],63:[2,34],64:[2,34],65:[2,34],66:[2,34],67:[2,34],68:[2,34],69:[2,34],70:[2,34],72:[2,34],75:[2,34],80:[2,34],83:[2,34],85:[2,34],86:[2,34],87:[2,34],89:[2,34],90:[2,34],91:[2,34]},{1:[2,35],12:[2,35],16:[2,35],17:[2,35],21:[2,35],23:[2,35],37:[2,35],38:[2,35],40:[2,35],42:[2,35],45:[2,35],49:[2,35],50:[2,35],56:[2,35],57:[2,35],58:[2,35],60:[2,35],61:[2,35],62:[2,35],63:[2,35],64:[2,35],65:[2,35],66:[2,35],67:[2,35],68:[2,35],69:[2,35],70:[2,35],72:[2,35],75:[2,35],80:[2,35],83:[2,35],85:[2,35],86:[2,35],87:[2,35],89:[2,35],90:[2,35],91:[2,35]},{23:[2,98],38:[1,188],45:[2,98],49:[2,98],50:[2,98],63:[2,98]},{4:[1,116],5:[1,117],6:[1,113],7:112,21:[1,105],39:106,41:[1,115],43:[1,114],44:189,45:[2,111],47:111,49:[2,111],50:[2,111],51:[1,109],55:[1,110],60:[1,108],78:107,79:104,81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:190,15:[1,27],18:[1,28],19:59,21:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],42:[2,38],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,36],12:[2,36],16:[2,36],17:[2,36],21:[2,36],23:[2,36],37:[2,36],38:[2,36],40:[2,36],42:[2,36],45:[2,36],49:[2,36],50:[2,36],56:[2,36],57:[2,36],58:[2,36],60:[2,36],61:[2,36],62:[2,36],63:[2,36],64:[2,36],65:[2,36],66:[2,36],67:[2,36],68:[2,36],69:[2,36],70:[2,36],72:[2,36],75:[2,36],80:[2,36],83:[2,36],85:[2,36],86:[2,36],87:[2,36],89:[2,36],90:[2,36],91:[2,36]},{1:[2,37],12:[2,37],16:[2,37],17:[2,37],21:[2,37],23:[2,37],37:[2,37],38:[2,37],40:[2,37],42:[2,37],45:[2,37],49:[2,37],50:[2,37],56:[2,37],57:[2,37],58:[2,37],60:[2,37],61:[2,37],62:[2,37],63:[2,37],64:[2,37],65:[2,37],66:[2,37],67:[2,37],68:[2,37],69:[2,37],70:[2,37],72:[2,37],75:[2,37],80:[2,37],83:[2,37],85:[2,37],86:[2,37],87:[2,37],89:[2,37],90:[2,37],91:[2,37]},{1:[2,129],12:[2,129],17:[2,129],21:[2,129],23:[2,129],24:55,37:[2,129],42:[2,129],45:[2,129],49:[1,191],50:[2,129],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,129],70:[2,129],72:[2,129],83:[2,129],86:[2,129],89:[2,129],90:[2,129],91:[2,129]},{1:[2,50],23:[2,50],50:[2,50],83:[2,50]},{1:[2,119],50:[1,40],83:[2,119]},{1:[2,57],12:[2,57],16:[2,57],17:[2,57],21:[2,57],23:[2,57],27:[2,57],29:[2,57],30:[2,57],37:[2,57],38:[2,57],40:[2,57],42:[2,57],45:[2,57],49:[2,57],50:[2,57],56:[2,57],57:[2,57],58:[2,57],60:[2,57],61:[2,57],62:[2,57],63:[2,57],64:[2,57],65:[2,57],66:[2,57],67:[2,57],68:[2,57],69:[2,57],70:[2,57],72:[2,57],75:[2,57],83:[2,57],84:[2,57],85:[2,57],86:[2,57],87:[2,57],89:[2,57],90:[2,57],91:[2,57]},{1:[2,61],12:[2,61],17:[2,61],21:[2,61],23:[2,61],24:55,37:[2,61],42:[2,61],45:[2,61],49:[2,61],50:[2,61],57:[2,61],60:[1,45],61:[2,61],62:[2,61],63:[2,61],64:[1,49],65:[2,61],66:[2,61],67:[2,61],68:[2,61],70:[2,61],72:[2,61],83:[2,61],86:[2,61],89:[2,61],90:[2,61],91:[2,61]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:192,15:[1,27],18:[1,28],19:59,21:[2,38],23:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,72],12:[2,72],17:[2,72],21:[2,72],23:[2,72],24:55,37:[2,72],42:[2,72],45:[2,72],49:[2,72],50:[2,72],57:[2,72],60:[2,72],61:[2,72],62:[2,72],63:[2,72],64:[1,49],65:[2,72],66:[2,72],67:[2,72],68:[2,72],70:[2,72],72:[2,72],83:[2,72],86:[2,72],89:[2,72],90:[2,72],91:[2,72]},{1:[2,73],12:[2,73],17:[2,73],21:[2,73],23:[2,73],24:55,37:[2,73],42:[2,73],45:[2,73],49:[2,73],50:[2,73],57:[1,44],60:[1,45],61:[2,73],62:[1,47],63:[2,73],64:[1,49],65:[1,50],66:[2,73],67:[1,52],68:[2,73],70:[2,73],72:[2,73],83:[2,73],86:[2,73],89:[2,73],90:[2,73],91:[2,73]},{1:[2,74],12:[2,74],17:[2,74],21:[2,74],23:[2,74],24:55,37:[2,74],42:[2,74],45:[2,74],49:[2,74],50:[2,74],57:[1,44],60:[1,45],61:[2,74],62:[1,47],63:[2,74],64:[1,49],65:[1,50],66:[2,74],67:[1,52],68:[2,74],70:[2,74],72:[2,74],83:[2,74],86:[2,74],89:[2,74],90:[2,74],91:[2,74]},{1:[2,75],12:[2,75],17:[2,75],21:[2,75],23:[2,75],24:55,37:[2,75],42:[2,75],45:[2,75],49:[2,75],50:[2,75],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,75],70:[2,75],72:[2,75],83:[2,75],86:[2,75],89:[2,75],90:[2,75],91:[2,75]},{1:[2,76],12:[2,76],17:[2,76],21:[2,76],23:[2,76],24:55,37:[2,76],42:[2,76],45:[2,76],49:[2,76],50:[2,76],57:[2,76],60:[2,76],61:[2,76],62:[2,76],63:[2,76],64:[2,76],65:[2,76],66:[2,76],67:[2,76],68:[2,76],70:[2,76],72:[2,76],83:[2,76],86:[2,76],89:[2,76],90:[2,76],91:[2,76]},{1:[2,77],12:[2,77],17:[2,77],21:[2,77],23:[2,77],24:55,37:[2,77],42:[2,77],45:[2,77],49:[2,77],50:[2,77],57:[2,77],60:[1,45],61:[2,77],62:[2,77],63:[2,77],64:[1,49],65:[2,77],66:[2,77],67:[2,77],68:[2,77],70:[2,77],72:[2,77],83:[2,77],86:[2,77],89:[2,77],90:[2,77],91:[2,77]},{1:[2,78],12:[2,78],17:[2,78],21:[2,78],23:[2,78],24:55,37:[2,78],42:[2,78],45:[2,78],49:[2,78],50:[2,78],57:[1,44],60:[1,45],61:[2,78],62:[1,47],63:[2,78],64:[1,49],65:[1,50],66:[2,78],67:[1,52],68:[2,78],70:[2,78],72:[2,78],83:[2,78],86:[2,78],89:[2,78],90:[2,78],91:[2,78]},{1:[2,79],12:[2,79],17:[2,79],21:[2,79],23:[2,79],24:55,37:[2,79],42:[2,79],45:[2,79],49:[2,79],50:[2,79],57:[1,44],60:[1,45],61:[2,79],62:[2,79],63:[2,79],64:[1,49],65:[1,50],66:[2,79],67:[2,79],68:[2,79],70:[2,79],72:[2,79],83:[2,79],86:[2,79],89:[2,79],90:[2,79],91:[2,79]},{1:[2,80],12:[2,80],17:[2,80],21:[2,80],23:[2,80],24:55,37:[1,56],42:[2,80],45:[2,80],49:[2,80],50:[2,80],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,80],70:[1,54],72:[1,39],83:[2,80],86:[2,80],89:[2,80],90:[2,80],91:[2,80]},{1:[2,81],12:[2,81],17:[2,81],21:[2,81],23:[2,81],37:[2,81],42:[2,81],45:[2,81],49:[2,81],50:[2,81],57:[2,81],60:[2,81],61:[2,81],62:[2,81],63:[2,81],64:[2,81],65:[2,81],66:[2,81],67:[2,81],68:[2,81],70:[2,81],72:[2,81],83:[2,81],86:[2,81],89:[2,81],90:[2,81],91:[2,81]},{1:[2,83],12:[2,83],17:[2,83],21:[2,83],23:[2,83],24:55,37:[2,83],42:[2,83],45:[2,83],49:[2,83],50:[2,83],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,83],70:[2,83],72:[2,83],83:[2,83],86:[2,83],89:[2,83],90:[2,83],91:[2,83]},{16:[1,67],38:[1,66],40:[1,68],85:[1,173]},{12:[1,193],21:[1,195],50:[1,194]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],12:[2,47],15:[1,27],17:[2,47],18:[1,28],19:59,21:[2,47],23:[2,47],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],42:[2,47],43:[1,38],46:[1,19],48:196,50:[2,47],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{12:[2,44],17:[2,44],21:[2,44],23:[2,44],24:55,37:[1,56],42:[2,44],49:[2,44],50:[2,44],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{11:197,12:[2,46],21:[2,46],49:[1,137],50:[2,46]},{1:[2,59],12:[2,59],17:[2,59],21:[2,59],23:[2,59],24:55,37:[2,59],42:[2,59],45:[2,59],49:[2,59],50:[2,59],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,59],70:[2,59],72:[2,59],83:[2,59],86:[2,59],89:[2,59],90:[2,59],91:[2,59]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:198,15:[1,27],18:[1,28],19:59,21:[2,38],23:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,91],12:[2,91],17:[2,91],21:[2,91],23:[2,91],24:55,37:[2,91],42:[2,91],45:[2,91],49:[2,91],50:[2,91],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,91],70:[2,91],72:[2,91],83:[2,91],86:[2,91],89:[2,91],90:[2,91],91:[2,91]},{1:[2,26],12:[2,26],16:[2,26],17:[2,26],21:[2,26],23:[2,26],37:[2,26],38:[2,26],40:[2,26],42:[2,26],45:[2,26],49:[2,26],50:[2,26],56:[2,26],57:[2,26],58:[2,26],60:[2,26],61:[2,26],62:[2,26],63:[2,26],64:[2,26],65:[2,26],66:[2,26],67:[2,26],68:[2,26],69:[2,26],70:[2,26],72:[2,26],75:[2,26],83:[2,26],85:[2,26],86:[2,26],87:[2,26],89:[2,26],90:[2,26],91:[2,26]},{1:[2,27],12:[2,27],16:[2,27],17:[2,27],21:[2,27],23:[2,27],37:[2,27],38:[2,27],40:[2,27],42:[2,27],45:[2,27],49:[2,27],50:[2,27],56:[2,27],57:[2,27],58:[2,27],60:[2,27],61:[2,27],62:[2,27],63:[2,27],64:[2,27],65:[2,27],66:[2,27],67:[2,27],68:[2,27],69:[2,27],70:[2,27],72:[2,27],75:[2,27],83:[2,27],85:[2,27],86:[2,27],87:[2,27],89:[2,27],90:[2,27],91:[2,27]},{11:199,17:[2,46],21:[2,46],49:[1,137],50:[2,46]},{1:[2,65],12:[2,65],16:[1,67],17:[2,65],21:[2,65],23:[2,65],37:[2,65],38:[1,66],40:[1,68],42:[2,65],45:[2,65],49:[2,65],50:[2,65],57:[2,65],60:[2,65],61:[2,65],62:[2,65],63:[2,65],64:[2,65],65:[2,65],66:[2,65],67:[2,65],68:[2,65],70:[2,65],72:[2,65],83:[2,65],86:[2,65],89:[2,65],90:[2,65],91:[2,65]},{11:200,21:[2,46],23:[2,46],49:[1,137],50:[2,46]},{1:[2,66],12:[2,66],16:[1,67],17:[2,66],21:[2,66],23:[2,66],37:[2,66],38:[1,66],40:[1,68],42:[2,66],45:[2,66],49:[2,66],50:[2,66],57:[2,66],60:[2,66],61:[2,66],62:[2,66],63:[2,66],64:[2,66],65:[2,66],66:[2,66],67:[2,66],68:[2,66],70:[2,66],72:[2,66],83:[2,66],86:[2,66],89:[2,66],90:[2,66],91:[2,66]},{1:[2,67],12:[2,67],16:[1,67],17:[2,67],21:[2,67],23:[2,67],37:[2,67],38:[1,66],40:[1,68],42:[2,67],45:[2,67],49:[2,67],50:[2,67],57:[2,67],60:[2,67],61:[2,67],62:[2,67],63:[2,67],64:[2,67],65:[2,67],66:[2,67],67:[2,67],68:[2,67],70:[2,67],72:[2,67],83:[2,67],86:[2,67],89:[2,67],90:[2,67],91:[2,67]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:201,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{11:202,21:[2,46],23:[2,46],49:[1,137],50:[2,46]},{11:203,21:[2,46],23:[2,46],49:[1,137],50:[2,46]},{11:204,17:[2,46],21:[2,46],49:[1,137],50:[2,46]},{1:[2,120],12:[2,120],16:[2,120],17:[2,120],20:205,21:[2,120],23:[2,120],37:[2,120],38:[2,120],40:[2,120],42:[2,120],45:[2,120],49:[2,120],50:[2,120],56:[2,120],57:[2,120],58:[2,120],60:[2,120],61:[2,120],62:[2,120],63:[2,120],64:[2,120],65:[2,120],66:[2,120],67:[2,120],68:[2,120],69:[2,120],70:[2,120],72:[2,120],75:[2,120],83:[2,120],84:[1,158],85:[2,120],86:[2,120],87:[2,120],89:[2,120],90:[2,120],91:[2,120]},{23:[1,206]},{14:207,21:[1,6],24:55,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{1:[2,10],12:[2,10],16:[2,10],17:[2,10],21:[2,10],23:[2,10],37:[2,10],38:[2,10],40:[2,10],42:[2,10],45:[2,10],49:[2,10],50:[2,10],56:[2,10],57:[2,10],58:[2,10],60:[2,10],61:[2,10],62:[2,10],63:[2,10],64:[2,10],65:[2,10],66:[2,10],67:[2,10],68:[2,10],69:[2,10],70:[2,10],72:[2,10],75:[2,10],83:[2,10],85:[2,10],86:[2,10],87:[2,10],89:[2,10],90:[2,10],91:[2,10]},{14:208,18:[1,209],21:[1,6]},{1:[2,11],12:[2,11],16:[2,11],17:[2,11],21:[2,11],23:[2,11],27:[1,210],37:[2,11],38:[2,11],40:[2,11],42:[2,11],45:[2,11],49:[2,11],50:[2,11],56:[2,11],57:[2,11],58:[2,11],60:[2,11],61:[2,11],62:[2,11],63:[2,11],64:[2,11],65:[2,11],66:[2,11],67:[2,11],68:[2,11],69:[2,11],70:[2,11],72:[2,11],75:[2,11],83:[2,11],85:[2,11],86:[2,11],87:[2,11],89:[2,11],90:[1,161],91:[2,11]},{14:211,21:[1,6]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:163,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],77:212,81:[1,36]},{14:213,21:[1,6],49:[1,214]},{21:[2,95],24:55,37:[1,56],49:[2,95],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{14:215,21:[1,6]},{14:216,21:[1,6]},{21:[2,138],34:217,91:[1,168]},{14:218,21:[1,6]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:163,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],77:219,81:[1,36]},{21:[2,135],24:55,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39],91:[2,135]},{11:220,17:[2,46],21:[2,46],49:[1,137],50:[2,46]},{1:[2,23],12:[2,23],16:[2,23],17:[2,23],21:[2,23],23:[2,23],37:[2,23],38:[2,23],40:[2,23],42:[2,23],45:[2,23],49:[2,23],50:[2,23],56:[2,23],57:[2,23],58:[2,23],60:[2,23],61:[2,23],62:[2,23],63:[2,23],64:[2,23],65:[2,23],66:[2,23],67:[2,23],68:[2,23],69:[2,23],70:[2,23],72:[2,23],75:[2,23],83:[2,23],85:[2,23],86:[2,23],87:[2,23],89:[2,23],90:[2,23],91:[2,23]},{1:[2,24],12:[2,24],16:[2,24],17:[2,24],21:[2,24],23:[2,24],37:[2,24],38:[2,24],40:[2,24],42:[2,24],45:[2,24],49:[2,24],50:[2,24],56:[2,24],57:[2,24],58:[2,24],60:[2,24],61:[2,24],62:[2,24],63:[2,24],64:[2,24],65:[2,24],66:[2,24],67:[2,24],68:[2,24],69:[2,24],70:[2,24],72:[2,24],75:[2,24],83:[2,24],85:[2,24],86:[2,24],87:[2,24],89:[2,24],90:[2,24],91:[2,24]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:221,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:222,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],24:29,25:[1,30],28:[1,31],31:[1,32],32:223,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],72:[1,39],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:224,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,116],12:[2,116],16:[2,116],17:[2,116],21:[2,116],23:[2,116],37:[2,116],38:[2,116],40:[2,116],42:[2,116],45:[2,116],49:[2,116],50:[2,116],56:[2,116],57:[2,116],58:[2,116],60:[2,116],61:[2,116],62:[2,116],63:[2,116],64:[2,116],65:[2,116],66:[2,116],67:[2,116],68:[2,116],69:[2,116],70:[2,116],72:[2,116],75:[2,116],80:[2,116],83:[2,116],85:[2,116],86:[2,116],87:[2,116],89:[2,116],90:[2,116],91:[2,116]},{21:[1,195],42:[1,225],50:[1,194]},{45:[1,226],50:[1,227]},{4:[1,116],5:[1,117],6:[1,113],7:112,23:[2,47],39:106,41:[1,115],43:[1,114],45:[2,47],47:111,50:[2,47],51:[1,109],55:[1,110],60:[1,108],78:107,79:228,81:[1,36]},{11:229,23:[2,46],49:[1,180],50:[2,46]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:230,21:[1,231],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{4:[1,116],5:[1,117],47:232},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:233,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{23:[2,107],45:[2,107],49:[2,107],50:[2,107]},{23:[2,108],45:[2,108],49:[2,108],50:[2,108]},{23:[2,109],24:55,37:[1,56],45:[2,109],49:[2,109],50:[2,109],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{4:[1,116],5:[1,117],47:234},{11:235,45:[2,46],49:[1,180],50:[2,46]},{11:236,21:[2,46],42:[2,46],49:[1,137],50:[2,46]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:237,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{11:238,21:[2,46],23:[2,46],49:[1,137],50:[2,46]},{13:[1,240],54:[1,239]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:59,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:241,51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:242,15:[1,27],18:[1,28],19:59,21:[2,38],23:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{12:[2,40],17:[2,40],21:[2,40],23:[2,40],42:[2,40],49:[2,40],50:[2,40]},{12:[1,243],21:[1,195],50:[1,194]},{11:244,21:[2,46],23:[2,46],49:[1,137],50:[2,46]},{17:[1,245],21:[1,195],50:[1,194]},{21:[1,195],23:[1,246],50:[1,194]},{1:[2,85],12:[2,85],17:[2,85],21:[2,85],23:[2,85],24:55,37:[2,85],42:[2,85],45:[2,85],49:[2,85],50:[2,85],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,85],70:[2,85],72:[2,85],83:[2,85],86:[2,85],89:[2,85],90:[2,85],91:[2,85]},{21:[1,195],23:[1,247],50:[1,194]},{21:[1,195],23:[1,248],50:[1,194]},{17:[1,249],21:[1,195],50:[1,194]},{1:[2,8],12:[2,8],16:[2,8],17:[2,8],21:[2,8],23:[2,8],37:[2,8],38:[2,8],40:[2,8],42:[2,8],45:[2,8],49:[2,8],50:[2,8],56:[2,8],57:[2,8],58:[2,8],60:[2,8],61:[2,8],62:[2,8],63:[2,8],64:[2,8],65:[2,8],66:[2,8],67:[2,8],68:[2,8],69:[2,8],70:[2,8],72:[2,8],75:[2,8],83:[2,8],85:[2,8],86:[2,8],87:[2,8],89:[2,8],90:[2,8],91:[2,8]},{1:[2,9],12:[2,9],16:[2,9],17:[2,9],21:[2,9],23:[2,9],37:[2,9],38:[2,9],40:[2,9],42:[2,9],45:[2,9],49:[2,9],50:[2,9],56:[2,9],57:[2,9],58:[2,9],60:[2,9],61:[2,9],62:[2,9],63:[2,9],64:[2,9],65:[2,9],66:[2,9],67:[2,9],68:[2,9],69:[2,9],70:[2,9],72:[2,9],75:[2,9],83:[2,9],85:[2,9],86:[2,9],87:[2,9],89:[2,9],90:[2,9],91:[2,9]},{20:250,23:[2,120],50:[1,251],84:[1,158]},{1:[2,121],12:[2,121],16:[2,121],17:[2,121],21:[2,121],23:[2,121],37:[2,121],38:[2,121],40:[2,121],42:[2,121],45:[2,121],49:[2,121],50:[2,121],56:[2,121],57:[2,121],58:[2,121],60:[2,121],61:[2,121],62:[2,121],63:[2,121],64:[2,121],65:[2,121],66:[2,121],67:[2,121],68:[2,121],69:[2,121],70:[2,121],72:[2,121],75:[2,121],83:[2,121],85:[2,121],86:[2,121],87:[2,121],89:[2,121],90:[2,121],91:[2,121]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:252,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{14:253,21:[1,6]},{1:[2,14],12:[2,14],16:[2,14],17:[2,14],21:[2,14],23:[2,14],37:[2,14],38:[2,14],40:[2,14],42:[2,14],45:[2,14],49:[2,14],50:[2,14],56:[2,14],57:[2,14],58:[2,14],60:[2,14],61:[2,14],62:[2,14],63:[2,14],64:[2,14],65:[2,14],66:[2,14],67:[2,14],68:[2,14],69:[2,14],70:[2,14],72:[2,14],75:[2,14],83:[2,14],85:[2,14],86:[2,14],87:[2,14],89:[2,14],90:[2,14],91:[2,14]},{14:254,21:[1,6],49:[1,214]},{1:[2,133],12:[2,133],16:[2,133],17:[2,133],21:[2,133],23:[2,133],27:[2,133],37:[2,133],38:[2,133],40:[2,133],42:[2,133],45:[2,133],49:[2,133],50:[2,133],56:[2,133],57:[2,133],58:[2,133],60:[2,133],61:[2,133],62:[2,133],63:[2,133],64:[2,133],65:[2,133],66:[2,133],67:[2,133],68:[2,133],69:[2,133],70:[2,133],72:[2,133],75:[2,133],83:[2,133],85:[2,133],86:[2,133],87:[2,133],89:[2,133],90:[2,133],91:[2,133]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:255,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,17],12:[2,17],16:[2,17],17:[2,17],21:[2,17],23:[2,17],30:[1,256],37:[2,17],38:[2,17],40:[2,17],42:[2,17],45:[2,17],49:[2,17],50:[2,17],56:[2,17],57:[2,17],58:[2,17],60:[2,17],61:[2,17],62:[2,17],63:[2,17],64:[2,17],65:[2,17],66:[2,17],67:[2,17],68:[2,17],69:[2,17],70:[2,17],72:[2,17],75:[2,17],83:[2,17],85:[2,17],86:[2,17],87:[2,17],89:[2,17],90:[2,17],91:[2,17]},{1:[2,19],12:[2,19],16:[2,19],17:[2,19],21:[2,19],23:[2,19],37:[2,19],38:[2,19],40:[2,19],42:[2,19],45:[2,19],49:[2,19],50:[2,19],56:[2,19],57:[2,19],58:[2,19],60:[2,19],61:[2,19],62:[2,19],63:[2,19],64:[2,19],65:[2,19],66:[2,19],67:[2,19],68:[2,19],69:[2,19],70:[2,19],72:[2,19],75:[2,19],83:[2,19],85:[2,19],86:[2,19],87:[2,19],89:[2,19],90:[2,19],91:[2,19]},{14:257,21:[1,6]},{1:[2,21],12:[2,21],16:[2,21],17:[2,21],21:[2,21],23:[2,21],37:[2,21],38:[2,21],40:[2,21],42:[2,21],45:[2,21],49:[2,21],50:[2,21],56:[2,21],57:[2,21],58:[2,21],60:[2,21],61:[2,21],62:[2,21],63:[2,21],64:[2,21],65:[2,21],66:[2,21],67:[2,21],68:[2,21],69:[2,21],70:[2,21],72:[2,21],75:[2,21],83:[2,21],85:[2,21],86:[2,21],87:[2,21],89:[2,21],90:[2,21],91:[2,21]},{21:[2,137],49:[1,214]},{17:[1,258],21:[1,195],50:[1,194]},{1:[2,123],12:[2,123],17:[2,123],21:[2,123],23:[2,123],24:55,37:[2,123],42:[2,123],45:[2,123],49:[2,123],50:[2,123],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,123],70:[2,123],72:[2,123],83:[2,123],86:[1,259],89:[2,123],90:[2,123],91:[2,123]},{1:[2,125],12:[2,125],17:[2,125],21:[2,125],23:[2,125],24:55,37:[2,125],42:[2,125],45:[2,125],49:[2,125],50:[2,125],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,125],70:[2,125],72:[2,125],83:[2,125],86:[2,125],89:[2,125],90:[2,125],91:[2,125]},{16:[1,67],38:[1,66],40:[1,68],87:[1,260]},{24:55,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39],89:[1,261]},{1:[2,30],12:[2,30],16:[2,30],17:[2,30],21:[2,30],23:[2,30],37:[2,30],38:[2,30],40:[2,30],42:[2,30],45:[2,30],46:[1,262],49:[2,30],50:[2,30],56:[2,30],57:[2,30],58:[2,30],60:[2,30],61:[2,30],62:[2,30],63:[2,30],64:[2,30],65:[2,30],66:[2,30],67:[2,30],68:[2,30],69:[2,30],70:[2,30],72:[2,30],75:[2,30],83:[2,30],85:[2,30],86:[2,30],87:[2,30],89:[2,30],90:[2,30],91:[2,30]},{1:[2,31],12:[2,31],16:[2,31],17:[2,31],21:[2,31],23:[2,31],37:[2,31],38:[2,31],40:[2,31],42:[2,31],45:[2,31],46:[1,263],49:[2,31],50:[2,31],56:[2,31],57:[2,31],58:[2,31],60:[2,31],61:[2,31],62:[2,31],63:[2,31],64:[2,31],65:[2,31],66:[2,31],67:[2,31],68:[2,31],69:[2,31],70:[2,31],72:[2,31],75:[2,31],83:[2,31],85:[2,31],86:[2,31],87:[2,31],89:[2,31],90:[2,31],91:[2,31]},{4:[1,116],5:[1,117],6:[1,113],7:112,39:106,41:[1,115],43:[1,114],47:111,51:[1,109],55:[1,110],60:[1,108],78:107,79:264,81:[1,36]},{23:[2,113],45:[2,113],49:[2,113],50:[2,113]},{23:[1,265],50:[1,227]},{23:[2,103],24:55,37:[1,56],45:[2,103],49:[2,103],50:[2,103],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],10:266,15:[1,27],18:[1,28],19:59,21:[2,38],23:[2,38],24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],48:58,49:[2,38],50:[2,38],51:[1,60],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{23:[2,99],45:[2,99],49:[2,99],50:[2,99],63:[2,99]},{23:[2,106],24:55,37:[1,56],45:[2,106],49:[2,106],50:[2,106],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{23:[2,100],45:[2,100],49:[2,100],50:[2,100],63:[2,100]},{45:[1,267],50:[1,227]},{21:[1,195],42:[1,268],50:[1,194]},{1:[2,130],12:[2,130],17:[2,130],21:[2,130],23:[2,130],24:55,37:[2,130],42:[2,130],45:[2,130],49:[2,130],50:[2,130],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,130],70:[2,130],72:[2,130],83:[2,130],86:[2,130],89:[2,130],90:[2,130],91:[2,130]},{21:[1,195],23:[1,269],50:[1,194]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:270,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{14:271,21:[1,6]},{12:[2,41],17:[2,41],21:[2,41],23:[2,41],42:[2,41],49:[2,41],50:[2,41]},{11:272,21:[2,46],23:[2,46],49:[1,137],50:[2,46]},{13:[1,240]},{21:[1,195],23:[1,273],50:[1,194]},{1:[2,28],12:[2,28],16:[2,28],17:[2,28],21:[2,28],23:[2,28],37:[2,28],38:[2,28],40:[2,28],42:[2,28],45:[2,28],49:[2,28],50:[2,28],56:[2,28],57:[2,28],58:[2,28],60:[2,28],61:[2,28],62:[2,28],63:[2,28],64:[2,28],65:[2,28],66:[2,28],67:[2,28],68:[2,28],69:[2,28],70:[2,28],72:[2,28],75:[2,28],83:[2,28],85:[2,28],86:[2,28],87:[2,28],89:[2,28],90:[2,28],91:[2,28]},{1:[2,71],12:[2,71],17:[2,71],21:[2,71],23:[2,71],37:[2,71],42:[2,71],45:[2,71],49:[2,71],50:[2,71],57:[2,71],60:[2,71],61:[2,71],62:[2,71],63:[2,71],64:[2,71],65:[2,71],66:[2,71],67:[2,71],68:[2,71],70:[2,71],72:[2,71],83:[2,71],86:[2,71],89:[2,71],90:[2,71],91:[2,71]},{1:[2,87],12:[2,87],17:[2,87],21:[2,87],23:[2,87],37:[2,87],42:[2,87],45:[2,87],49:[2,87],50:[2,87],57:[2,87],60:[2,87],61:[2,87],62:[2,87],63:[2,87],64:[2,87],65:[2,87],66:[2,87],67:[2,87],68:[2,87],70:[2,87],72:[2,87],83:[2,87],86:[2,87],89:[2,87],90:[2,87],91:[2,87]},{1:[2,94],12:[2,94],17:[2,94],21:[2,94],23:[2,94],37:[2,94],42:[2,94],45:[2,94],49:[2,94],50:[2,94],57:[2,94],60:[2,94],61:[2,94],62:[2,94],63:[2,94],64:[2,94],65:[2,94],66:[2,94],67:[2,94],68:[2,94],70:[2,94],72:[2,94],83:[2,94],86:[2,94],89:[2,94],90:[2,94],91:[2,94]},{14:274,21:[1,6]},{23:[2,131]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:156,22:275,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{14:276,21:[1,6],24:55,37:[1,56],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{1:[2,12],12:[2,12],16:[2,12],17:[2,12],21:[2,12],23:[2,12],37:[2,12],38:[2,12],40:[2,12],42:[2,12],45:[2,12],49:[2,12],50:[2,12],56:[2,12],57:[2,12],58:[2,12],60:[2,12],61:[2,12],62:[2,12],63:[2,12],64:[2,12],65:[2,12],66:[2,12],67:[2,12],68:[2,12],69:[2,12],70:[2,12],72:[2,12],75:[2,12],83:[2,12],85:[2,12],86:[2,12],87:[2,12],89:[2,12],90:[2,12],91:[2,12]},{1:[2,134],12:[2,134],16:[2,134],17:[2,134],21:[2,134],23:[2,134],27:[2,134],37:[2,134],38:[2,134],40:[2,134],42:[2,134],45:[2,134],49:[2,134],50:[2,134],56:[2,134],57:[2,134],58:[2,134],60:[2,134],61:[2,134],62:[2,134],63:[2,134],64:[2,134],65:[2,134],66:[2,134],67:[2,134],68:[2,134],69:[2,134],70:[2,134],72:[2,134],75:[2,134],83:[2,134],85:[2,134],86:[2,134],87:[2,134],89:[2,134],90:[2,134],91:[2,134]},{21:[2,96],24:55,37:[1,56],49:[2,96],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39]},{14:277,21:[1,6]},{1:[2,20],12:[2,20],16:[2,20],17:[2,20],21:[2,20],23:[2,20],37:[2,20],38:[2,20],40:[2,20],42:[2,20],45:[2,20],49:[2,20],50:[2,20],56:[2,20],57:[2,20],58:[2,20],60:[2,20],61:[2,20],62:[2,20],63:[2,20],64:[2,20],65:[2,20],66:[2,20],67:[2,20],68:[2,20],69:[2,20],70:[2,20],72:[2,20],75:[2,20],83:[2,20],85:[2,20],86:[2,20],87:[2,20],89:[2,20],90:[2,20],91:[2,20]},{14:278,21:[1,6]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:279,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:280,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:281,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{1:[2,32],12:[2,32],16:[2,32],17:[2,32],21:[2,32],23:[2,32],37:[2,32],38:[2,32],40:[2,32],42:[2,32],45:[2,32],49:[2,32],50:[2,32],56:[2,32],57:[2,32],58:[2,32],60:[2,32],61:[2,32],62:[2,32],63:[2,32],64:[2,32],65:[2,32],66:[2,32],67:[2,32],68:[2,32],69:[2,32],70:[2,32],72:[2,32],75:[2,32],83:[2,32],85:[2,32],86:[2,32],87:[2,32],89:[2,32],90:[2,32],91:[2,32]},{1:[2,33],12:[2,33],16:[2,33],17:[2,33],21:[2,33],23:[2,33],37:[2,33],38:[2,33],40:[2,33],42:[2,33],45:[2,33],49:[2,33],50:[2,33],56:[2,33],57:[2,33],58:[2,33],60:[2,33],61:[2,33],62:[2,33],63:[2,33],64:[2,33],65:[2,33],66:[2,33],67:[2,33],68:[2,33],69:[2,33],70:[2,33],72:[2,33],75:[2,33],83:[2,33],85:[2,33],86:[2,33],87:[2,33],89:[2,33],90:[2,33],91:[2,33]},{23:[2,114],45:[2,114],49:[2,114],50:[2,114]},{23:[2,115],45:[2,115],49:[2,115],50:[2,115]},{11:282,21:[2,46],23:[2,46],49:[1,137],50:[2,46]},{46:[1,283]},{46:[1,284]},{1:[2,62],12:[2,62],17:[2,62],21:[2,62],23:[2,62],37:[2,62],42:[2,62],45:[2,62],49:[2,62],50:[2,62],57:[2,62],60:[2,62],61:[2,62],62:[2,62],63:[2,62],64:[2,62],65:[2,62],66:[2,62],67:[2,62],68:[2,62],70:[2,62],72:[2,62],83:[2,62],86:[2,62],89:[2,62],90:[2,62],91:[2,62]},{1:[2,54],23:[2,54],24:55,37:[1,56],50:[2,54],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[1,53],70:[1,54],72:[1,39],83:[2,54]},{1:[2,6],12:[2,6],16:[2,6],17:[2,6],21:[2,6],23:[2,6],37:[2,6],38:[2,6],40:[2,6],42:[2,6],45:[2,6],49:[2,6],50:[2,6],56:[2,6],57:[2,6],58:[2,6],60:[2,6],61:[2,6],62:[2,6],63:[2,6],64:[2,6],65:[2,6],66:[2,6],67:[2,6],68:[2,6],69:[2,6],70:[2,6],72:[2,6],75:[2,6],83:[2,6],85:[2,6],86:[2,6],87:[2,6],89:[2,6],90:[2,6],91:[2,6]},{21:[1,195],23:[1,285],50:[1,194]},{1:[2,60],12:[2,60],17:[2,60],21:[2,60],23:[2,60],37:[2,60],42:[2,60],45:[2,60],49:[2,60],50:[2,60],57:[2,60],60:[2,60],61:[2,60],62:[2,60],63:[2,60],64:[2,60],65:[2,60],66:[2,60],67:[2,60],68:[2,60],70:[2,60],72:[2,60],83:[2,60],86:[2,60],89:[2,60],90:[2,60],91:[2,60]},{1:[2,7],12:[2,7],16:[2,7],17:[2,7],21:[2,7],23:[2,7],37:[2,7],38:[2,7],40:[2,7],42:[2,7],45:[2,7],49:[2,7],50:[2,7],56:[2,7],57:[2,7],58:[2,7],60:[2,7],61:[2,7],62:[2,7],63:[2,7],64:[2,7],65:[2,7],66:[2,7],67:[2,7],68:[2,7],69:[2,7],70:[2,7],72:[2,7],75:[2,7],83:[2,7],85:[2,7],86:[2,7],87:[2,7],89:[2,7],90:[2,7],91:[2,7]},{23:[2,132]},{1:[2,120],12:[2,120],16:[2,120],17:[2,120],20:286,21:[2,120],23:[2,120],37:[2,120],38:[2,120],40:[2,120],42:[2,120],45:[2,120],49:[2,120],50:[2,120],56:[2,120],57:[2,120],58:[2,120],60:[2,120],61:[2,120],62:[2,120],63:[2,120],64:[2,120],65:[2,120],66:[2,120],67:[2,120],68:[2,120],69:[2,120],70:[2,120],72:[2,120],75:[2,120],83:[2,120],84:[1,158],85:[2,120],86:[2,120],87:[2,120],89:[2,120],90:[2,120],91:[2,120]},{1:[2,18],12:[2,18],16:[2,18],17:[2,18],21:[2,18],23:[2,18],37:[2,18],38:[2,18],40:[2,18],42:[2,18],45:[2,18],49:[2,18],50:[2,18],56:[2,18],57:[2,18],58:[2,18],60:[2,18],61:[2,18],62:[2,18],63:[2,18],64:[2,18],65:[2,18],66:[2,18],67:[2,18],68:[2,18],69:[2,18],70:[2,18],72:[2,18],75:[2,18],83:[2,18],85:[2,18],86:[2,18],87:[2,18],89:[2,18],90:[2,18],91:[2,18]},{1:[2,22],12:[2,22],16:[2,22],17:[2,22],21:[2,22],23:[2,22],37:[2,22],38:[2,22],40:[2,22],42:[2,22],45:[2,22],49:[2,22],50:[2,22],56:[2,22],57:[2,22],58:[2,22],60:[2,22],61:[2,22],62:[2,22],63:[2,22],64:[2,22],65:[2,22],66:[2,22],67:[2,22],68:[2,22],69:[2,22],70:[2,22],72:[2,22],75:[2,22],83:[2,22],85:[2,22],86:[2,22],87:[2,22],89:[2,22],90:[2,22],91:[2,22]},{1:[2,124],12:[2,124],17:[2,124],21:[2,124],23:[2,124],24:55,37:[2,124],42:[2,124],45:[2,124],49:[2,124],50:[2,124],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,124],70:[2,124],72:[2,124],83:[2,124],86:[2,124],89:[2,124],90:[2,124],91:[2,124]},{1:[2,126],12:[2,126],17:[2,126],21:[2,126],23:[2,126],24:55,37:[2,126],42:[2,126],45:[2,126],49:[2,126],50:[2,126],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,126],70:[2,126],72:[2,126],83:[2,126],86:[2,126],89:[2,126],90:[2,126],91:[2,126]},{1:[2,127],12:[2,127],17:[2,127],21:[2,127],23:[2,127],24:55,37:[2,127],42:[2,127],45:[2,127],49:[2,127],50:[2,127],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,127],70:[2,127],72:[2,127],83:[2,127],86:[1,287],89:[2,127],90:[2,127],91:[2,127]},{21:[1,195],23:[1,288],50:[1,194]},{23:[2,101],45:[2,101],49:[2,101],50:[2,101],63:[2,101]},{23:[2,102],45:[2,102],49:[2,102],50:[2,102],63:[2,102]},{12:[2,42],17:[2,42],21:[2,42],23:[2,42],42:[2,42],49:[2,42],50:[2,42]},{1:[2,122],12:[2,122],16:[2,122],17:[2,122],21:[2,122],23:[2,122],37:[2,122],38:[2,122],40:[2,122],42:[2,122],45:[2,122],49:[2,122],50:[2,122],56:[2,122],57:[2,122],58:[2,122],60:[2,122],61:[2,122],62:[2,122],63:[2,122],64:[2,122],65:[2,122],66:[2,122],67:[2,122],68:[2,122],69:[2,122],70:[2,122],72:[2,122],75:[2,122],83:[2,122],85:[2,122],86:[2,122],87:[2,122],89:[2,122],90:[2,122],91:[2,122]},{3:21,4:[1,22],5:[1,23],6:[1,24],7:25,8:26,9:[1,61],15:[1,27],18:[1,28],19:289,24:29,25:[1,30],28:[1,31],31:[1,32],32:11,35:[1,33],36:[1,34],37:[1,35],41:[1,37],43:[1,38],46:[1,19],58:[1,12],59:[1,13],60:[1,14],61:[1,15],71:[1,16],72:[1,39],73:[1,17],74:[1,18],76:[1,20],81:[1,36]},{23:[2,104],45:[2,104],49:[2,104],50:[2,104]},{1:[2,128],12:[2,128],17:[2,128],21:[2,128],23:[2,128],24:55,37:[2,128],42:[2,128],45:[2,128],49:[2,128],50:[2,128],57:[1,44],60:[1,45],61:[1,46],62:[1,47],63:[1,48],64:[1,49],65:[1,50],66:[1,51],67:[1,52],68:[2,128],70:[2,128],72:[2,128],83:[2,128],86:[2,128],89:[2,128],90:[2,128],91:[2,128]}],defaultActions:{2:[2,139],250:[2,131],275:[2,132]},parseError:function(e){throw Error(e)
6
+ },parse:function(e){function t(e){s.length=s.length-2*e,r.length=r.length-e}function i(){var e;return e=n.lexer.lex()||1,"number"!=typeof e&&(e=n.symbols_[e]||e),e}var n=this,s=[0],r=[null],a=this.table,o="",c=0,h=0,l=0,u=2,p=1;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var f,d,m,g,v,k,y,b,N,E={};;){if(m=s[s.length-1],this.defaultActions[m]?g=this.defaultActions[m]:(null==f&&(f=i()),g=a[m]&&a[m][f]),g===void 0||!g.length||!g[0]){if(!l){N=[];for(k in a[m])this.terminals_[k]&&k>2&&N.push("'"+this.terminals_[k]+"'");var x="";x=this.lexer.showPosition?"Parse error on line "+(c+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+N.join(", "):"Parse error on line "+(c+1)+": Unexpected "+(1==f?"end of input":"'"+(this.terminals_[f]||f)+"'"),this.parseError(x,{text:this.lexer.match,token:this.terminals_[f]||f,line:this.lexer.yylineno,expected:N})}if(3==l){if(f==p)throw Error(x||"Parsing halted.");h=this.lexer.yyleng,o=this.lexer.yytext,c=this.lexer.yylineno,f=i()}for(;;){if(""+u in a[m])break;if(0==m)throw Error(x||"Parsing halted.");t(1),m=s[s.length-1]}d=f,f=u,m=s[s.length-1],g=a[m]&&a[m][u],l=3}if(g[0]instanceof Array&&g.length>1)throw Error("Parse Error: multiple actions possible at state: "+m+", token: "+f);switch(g[0]){case 1:s.push(f),r.push(this.lexer.yytext),s.push(g[1]),f=null,d?(f=d,d=null):(h=this.lexer.yyleng,o=this.lexer.yytext,c=this.lexer.yylineno,l>0&&l--);break;case 2:if(y=this.productions_[g[1]][1],E.$=r[r.length-y],v=this.performAction.call(E,o,h,c,this.yy,g[1],r),v!==void 0)return v;y&&(s=s.slice(0,2*-1*y),r=r.slice(0,-1*y)),s.push(this.productions_[g[1]][0]),r.push(E.$),b=a[s[s.length-2]][s[s.length-1]],s.push(b);break;case 3:return!0}}return!0}};var c=[].slice,h="".replace;return function(e){function n(e,t){throw SyntaxError(e+" on line "+-~t)}function s(e,t,i){var n,s;return null==t&&(t=e.length),s=(n=e[t-1])[0],"ID"===s||"]"===s||"?"===s||"BITWISE"===s&&"&"===n[1]&&!n.spaced&&e[t-2].spaced?!0:i?n.callable||(")"===s||")CALL"===s)&&n[1]:"}"===s||")"===s||")CALL"===s||"STRNUM"===s||"LITERAL"===s||"WORDS"===s}function r(e){var t,i,n;for(t=0/0;i=b.exec(e);)(n=i[0].length-1)>=t||(t=n);return t}function a(e,t){return t?e.replace(a[t]||(a[t]=RegExp("\\n[^\\n\\S]{1,"+t+"}","g")),"\n"):e}function o(e,t){return function(i){return i.replace(e,t)}}function h(e){return e.slice(1+e.lastIndexOf("\n",0))}function l(e,t){return isNaN(e)?(e=e.length>8?"ng":Function("return"+e)(),1===e.length||n("bad string in range",t),[e.charCodeAt(),!0]):[+e]}function u(e){return'"\\u'+("000"+e.toString(16)).slice(-4)+'"'}function p(e){function t(e){var t;return"NEWLINE"===(t=e[0])||"INDENT"===t}function n(t,n){var s;"IF"===o?("INDENT"!==t[0]||!t[1]&&!t.then||i(e[n-1][0],q))&&(a[0]="POST_IF"):"INDENT"!==t[0]&&e.splice(n,0,["INDENT",0,s=e[n-1][2]],["DEDENT",0,s])}var s,r,a,o;for(s=0,r=e.length;r>s;++s)a=e[s],o=a[0],("IF"===o||"CLASS"===o)&&v(e,s+1,t,n)}function f(e){function t(t,i){var n,s;switch(n=t[0],s=r,(r===n||"THEN"===r&&"SWITCH"===n)&&(r=""),n){case"NEWLINE":return";"!==t[1];case"DOT":case"?":case",":case"|>":return e[i-1].eol;case"ELSE":return"THEN"===s;case"CATCH":return"TRY"===s;case"FINALLY":return"TRY"===s||"CATCH"===s||"THEN"===s;case"CASE":case"DEFAULT":return"CASE"===s||"THEN"===s}}function i(t,i){var n;n=e[i-1],e.splice(","===n[0]?i-1:i,0,(c[2]=n[2],c))}var n,s,r,a,o,c,h,l,u;for(n=0;s=e[++n];)if(r=s[0],"->"===r||"THEN"===r||"ELSE"===r||"DEFAULT"===r||"TRY"===r||"CATCH"===r||"FINALLY"===r||"DECL"===r){switch(a=e[n+1][0]){case"IF":if("ELSE"===r)continue;break;case"INDENT":case"THEN":"THEN"===r&&e.splice(n--,1);continue}switch(o=["INDENT",0,s[2]],c=["DEDENT",0],"THEN"===r?(e[n]=o).then=!0:e.splice(++n,0,o),!1){case"DECL"!==r:break;case"DOT"!==a&&"?"!==a&&","!==a&&"|>"!==a:--n;case!(("ID"===a||"STRNUM"===a||"LITERAL"===a)&&","===(null!=(h=e[n+2])?h[0]:void 0)):i(0,n+=2),++n;continue;case!(("("===a||"["===a||"{"===a)&&","===(null!=(l=e[u=1+k(e,n+1)])?l[0]:void 0)):i(0,u),++n;continue}v(e,n+1,t,i)}}function d(e){function t(e){var t;return t=e[0],i(t,K)||!e.spaced&&("+-"===t||"^"===t)}function n(t,n){var r,a,o;if(r=t[0],"|>"===r||"POST_IF"===r)return!0;if(!m&&(t.alias&&("&&"===(a=t[1])||"||"===a)||"TO"===r||"BY"===r||"IMPLEMENTS"===r))return!0;switch(o=e[n-1],r){case"NEWLINE":return","!==o[0];case"DOT":case"?":return!m&&(o.spaced||"DEDENT"===o[0]);case"SWITCH":g=!0;case"IF":case"CLASS":case"FUNCTION":case"LET":case"WITH":m=!0;break;case"CASE":if(!g)return!0;m=!0;break;case"INDENT":return m?m=!1:!i(o[0],q);case"WHILE":if(t.done)return!1;case"FOR":return m=!0,s(e,n)||"CREMENT"===o[0]||"..."===o[0]&&o.spaced}return!1}function r(t,i){e.splice(i,0,[")CALL","",e[i-1][2]])}var a,o,c,h,l,u,p,f,d,m,g;for(a=0,o=[];c=e[++a];){if("do"===c[1]&&"INDENT"===e[a+1][0]&&(h=k(e,a+1),"NEWLINE"===e[h+1][0]&&"WHILE"===(null!=(l=e[h+2])?l[0]:void 0)?(c[0]="DO",e[h+2].done=!0,e.splice(h+1,1)):((c=e[1+a])[0]="(",(u=e[h])[0]=")",c.doblock=!0,e.splice(a,1))),p=c[0],f=e[a-1],"["===p&&o.push("DOT"===f[0]),"]"===f[0]){if(!o.pop())continue;f.index=!0}"BITWISE"!==p||"&"!==c[1]||t(e[a+1])||(p=c[0]="LITERAL"),("FUNCTION"===(d=f[0])||"LET"===d||f.spaced&&s(e,a,!0))&&(c.doblock?(c[0]="CALL(",u[0]=")CALL"):t(c)&&("CREMENT"!==p||!c.spaced&&i(e[a+1][0],G))&&(m=g=!1,e.splice(a++,0,["CALL(","",c[2]]),v(e,a,n,r)))}}function m(e){function t(t,i){var n,s,r,a;switch(n=t[0]){case",":break;case"NEWLINE":if(d)return!0;break;case"DEDENT":return!0;case"POST_IF":case"FOR":case"WHILE":case"|>":return d;default:return!1}return s=null!=(r=e[i+1])?r[0]:void 0,s!==(","===n?"NEWLINE":"COMMENT")&&":"!==(null!=(a=e["("===s?1+k(e,i+1):i+2])?a[0]:void 0)}function n(t,i){e.splice(i,0,["}","",t[2]])}var s,r,a,o,c,h,l,u,p,f,d,m,g;for(s=[],r=0;a=e[++r];)if(":"===(o=a[0])){if(h=")"===e[r-1][0],l=h?c[1]:r-1,u=e[l-1],":"===(p=u[0])||"ASSIGN"===p||"IMPORT"===p||"{"!==(null!=(f=s[s.length-1])?f[0]:void 0)){for(s.push(["{"]),d=!u.doblock&&"NEWLINE"!==(m=u[0])&&"INDENT"!==m;"COMMENT"===(null!=(g=e[l-2])?g[0]:void 0);)l-=2;e.splice(l,0,["{","{",e[l][2]]),v(e,++r+1,t,n)}}else switch(!1){case!i(o,Y):c=s.pop();break;case!i(o,_):"INDENT"===o&&"{"===e[r-1][0]&&(o="{"),s.push([o,r])}}function g(e){function t(){x.push(["STRNUM",A(S),u],[",",",",u])>65536&&n("range limit exceeded",u)}var r,a,o,h,u,p,f,d,m,g,v,k,b,N,E,x,A,w,S,C,T,I,R,$,O;for(r=0;a=e[++r];){switch(a[0]){case"STRNUM":if(~"-+".indexOf(o=a[1].charAt(0))&&(a[1]=a[1].slice(1),e.splice(r++,0,["+-",o,a[2]])),a.callable)continue;break;case"RANGE":if(h=e[r+1],u=a[2],p=l(a[1],u),f=p[0],d=p[1],m="STRNUM"===h[0]&&l(h[1],u),g=m[0],v=m[1],(null==g||d^v)&&n('bad "to" in range',u),k=1,(b="RANGE_BY"===(null!=(N=e[r+2])?N[0]:void 0))?(k=+(null!=(E=e[r+3])?E[1]:void 0))||n('bad "by" in range',e[r+2][2]):f>g&&(k=-1),x=[],A=d?L:String,w=t,"to"===a.op)for(S=f;0>k?S>=g:g>=S;S+=k)w();else for(S=f;0>k?S>g:g>S;S+=k)w();x.pop()||n("empty range",u),e.splice.apply(e,[r,2+2*b].concat(c.call(x))),r+=x.length-1;break;case"WORDS":for(x=[["[","[",u=a[2]]],C=0,I=(T=a[1].slice(2,-2).match(/\S+/g)||"").length;I>C;++C)R=T[C],x.push(["STRNUM",y("'",R,u),u],[",",",",u]);e.splice.apply(e,[r,1].concat(c.call(x),[["]","]",u]])),r+=x.length;break;case"INDENT":($=e[r-1])&&("new"===$[1]?e.splice(r++,0,["PARAM(","",a[2]],[")PARAM","",a[2]],["->","",a[2]]):("FUNCTION"===(O=$[0])||"LET"===O)&&(e.splice(r,0,["CALL(","",a[2]],[")CALL","",a[2]]),r+=2));continue;case"LITERAL":case"}":case"!?":break;case")":case")CALL":if(a[1])continue;break;case"]":if(a.index)continue;break;case"CREMENT":if(!s(e,r))continue;break;default:continue}a.spaced&&i(e[r+1][0],K)&&e.splice(++r,0,[",",",",a[2]])}}function v(e,t,n,s){var r,a,o;for(r=0;a=e[t];++t){if(!r&&n(a,t))return s(a,t);if(o=a[0],0>(r+=i(o,_)||-i(o,Y)))return s(a,t)}}function k(e,t){var i,n,s,r;for(i=1,n=z[s=e[t][0]];r=e[++t];)switch(r[0]){case s:++i;break;case n:if(!--i)return t}return-1}var y,b,N,E,x,A,w,L,S,C,T,I,R,$,O,M,D,F,P,U,H,B,W,J,j,_,Y,z,G,K,q;e.lex=function(i,n){return t(e).tokenize(i||"",n||{})},e.rewrite=function(e){var t;return e||(e=this.tokens),f(e),p(e),d(e),m(e),g(e),"NEWLINE"===(null!=(t=e[0])?t[0]:void 0)&&e.shift(),e},e.tokenize=function(e,t){var i,n,s;for(this.inter||(e=e.replace(/[\r\u2028\u2029\uFEFF]/g,"")),e="\n"+e,this.tokens=[this.last=["NEWLINE","\n",0]],this.line=~-t.line,this.dents=[],this.closes=[],this.parens=[],this.flags=[],i=0;n=e.charAt(i);)switch(n){case" ":i+=this.doSpace(e,i);break;case"\n":i+=this.doLine(e,i);break;case"\\":i+=this.doBackslash(e,i);break;case"'":case'"':i+=this.doString(e,i,n);break;case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":i+=this.doNumber(e,i);break;case"/":switch(e.charAt(i+1)){case"*":i+=this.doComment(e,i);break;case"/":i+=this.doHeregex(e,i);break;default:i+=this.doRegex(e,i)||this.doLiteral(e,i)}break;case"`":i+=this.doJS(e,i);break;default:i+=this.doID(e,i)||this.doLiteral(e,i)||this.doSpace(e,i)}return this.dedent(this.dent),(s=this.closes.pop())&&this.carp("missing `"+s+"`"),this.inter?null==this.rest&&this.carp("unterminated interpolation"):(this.last.spaced=!0,this.newline()),t.raw||this.rewrite(),this.tokens},e.dent=0,e.doID=function(e,t){var n,r,a,o,c,h,l,u,p,f,d,m,g;if(r=(n=(I.lastIndex=t,I).exec(e))[0],!r)return 0;if(a=w(n[1]),j.test(a))try{Function("var "+a)}catch(v){o=v,this.carp('invalid identifier "'+a+'"')}if(c=this.last,n[2]||"DOT"===c[0]||this.adi())return this.token("ID",i(a,T)?(h=Object(a),h.reserved=!0,h):a),n[2]&&this.token(":",":"),r.length;switch(a){case"true":case"false":case"null":case"void":case"arguments":case"debugger":l="LITERAL";break;case"new":case"do":case"typeof":case"delete":l="UNARY";break;case"return":case"throw":l="HURL";break;case"break":case"continue":l="JUMP";break;case"this":case"eval":case"super":return this.token("LITERAL",a,!0).length;case"for":a=[],this.fset("for",!0),this.fset("to",!1);break;case"then":this.fset("for",!1),this.fset("to",!1);break;case"catch":case"function":a="";break;case"in":case"of":if(this.fget("for")){this.fset("for",!1),"of"===a&&(this.fset("by",!0),a="","ID"!==c[0]||","!==(u=(p=this.tokens)[p.length-2][0])&&"]"!==u&&"}"!==u||(a=this.tokens.pop()[1],","===(f=this.tokens)[f.length-1][0]&&this.tokens.pop()));break}case"instanceof":"!"===c[1]&&(a=this.tokens.pop()[1]+a),l="RELATION";break;case"not":if(c.alias&&"==="===c[1])return c[1]="!==",3;l="UNARY",a="!";break;case"and":case"or":case"is":return this.unline(),"is"===a?this.token("COMPARE","==="):this.token("LOGIC","or"===a?"||":"&&"),this.last.alias=!0,a.length;case"unless":l="IF";break;case"until":l="WHILE";break;case"import":if(s(this.tokens)){a="<<<";break}case"export":case"const":case"var":l="DECL";break;case"let":case"own":if("FOR"===c[0]&&!i(a,c[1]))return c[1].push(a),3;default:if(i(a,S))break;if(i(a,C)&&this.carp('reserved word "'+a+'"'),!c[1]&&("CATCH"===(d=c[0])||"FUNCTION"===d||"LABEL"===d))return c[1]=a,c.spaced=!1,r.length;switch(l="ID",a){case"all":if(m="<<<"===c[1]&&"<"||"import"===c[1]&&"All")return c[1]+=m,3;break;case"from":this.forange()&&(l="FROM");break;case"to":case"til":if(this.forange()&&this.tokens.push(["FROM","",this.line],["STRNUM","0",this.line]),this.fget("from"))this.fset("from",!1),this.fset("by",!0),l="TO";else if("STRNUM"===c[0]&&!c.callable)return c[0]="RANGE",c.op=a,a.length;break;case"by":"STRNUM"===c[0]&&"RANGE"===(g=this.tokens)[g.length-2][0]?l="RANGE_BY":this.fget("by")&&(l="BY",this.fset("by",!1));break;case"ever":"FOR"===c[0]&&(this.fset("for",!1),c[0]="WHILE",l="LITERAL",a="true")}}return l||(l=n[1].toUpperCase()),("RELATION"===l||"THEN"===l||"ELSE"===l||"CASE"===l||"DEFAULT"===l||"CATCH"===l||"FINALLY"===l||"IN"===l||"OF"===l||"FROM"===l||"TO"===l||"BY"===l||"EXTENDS"===l||"IMPLEMENTS"===l)&&this.unline(),("THEN"===l||"IF"===l||"WHILE"===l)&&(this.fset("for",!1),this.fset("by",!1)),this.token(l,a),r.length},e.doNumber=function(e,t){var i,n,s,r,a,o,c;return P.lastIndex=t,(i=(n=P.exec(e))[0])?(s=this.last,n[5]&&("DOT"===s[0]||this.adi())?(this.token("STRNUM",n[4].replace(U,"")),n[4].length):((r=n[1])?(a=parseInt(o=n[2].replace(U,""),r),(isNaN(a)||a===parseInt(o.slice(0,-1),r))&&this.carp("invalid number "+o+" in base "+r),a+=""):(a=(n[3]||i).replace(U,""),n[3]&&"0"===a.charAt()&&""!==(c=a.charAt(1))&&"."!==c&&this.carp("deprecated octal literal "+n[4])),s.spaced||"+-"!==s[0]?(this.strnum(a),i.length):(s[0]="STRNUM",s[1]+=a,i.length))):0},e.doString=function(e,t,i){var n,s;return i===e.charAt(t+1)?i===e.charAt(t+2)?this.doHeredoc(e,t,i):(this.strnum(i+i),2):'"'===i?(n=this.interpolate(e,t,i),this.addInterpolated(n,N),1+n.size):(s=(M.lastIndex=t,M).exec(e)[0]||this.carp("unterminated string"),this.strnum(N(this.string(i,s.slice(1,-1)))),this.countLines(s).length)},e.doHeredoc=function(e,t,i){var n,s,o,c,l,u,p,f;if("'"===i)return~(n=e.indexOf(i+i+i,t+3))||this.carp("unterminated heredoc"),s=e.slice(t+3,n),o=s.replace(W,""),this.strnum(E(this.string(i,h(a(o,r(o)))))),this.countLines(s).length+6;for(c=this.interpolate(e,t,i+i+i),l=r(e.slice(t+3,t+c.size).replace(W,"")),u=0,p=c.length;p>u;++u)f=c[u],"S"===f[0]&&(u+1===c.length&&(f[1]=f[1].replace(W,"")),f[1]=a(f[1],l),0===u&&(f[1]=h(f[1])));return this.addInterpolated(c,E),3+c.size},e.doComment=function(e,t){var i,n,s;return i=~(n=e.indexOf("*/",t+2))?e.slice(t,n+2):e.slice(t)+"*/",("NEWLINE"===(s=this.last[0])||"INDENT"===s||"THEN"===s)&&(this.token("COMMENT",a(i,this.dent)),this.token("NEWLINE","\n")),this.countLines(i).length},e.doJS=function(e,t){var i,n,s,r;return F.lastIndex=t,i=F.exec(e),n=i[0],s=i[2],n||this.carp("unterminated JS literal"),this.token("LITERAL",(r=Object(a(s,this.dent)),r.js=!0,r),!0),this.countLines(n).length},e.doRegex=function(e,t){var i,n,r,a,o,c;return!(i=s(this.tokens)||"CREMENT"===this.last[0])||this.last.spaced&&" "!==(n=e.charAt(t+1))&&"="!==n?(r=(H.lastIndex=t,H).exec(e),a=r[0],o=r[1],c=r[2],a?this.regex(o,c):i||this.carp("unterminated regex"),a.length):0},e.doHeregex=function(e,t){var i,n,s,r,a,o,c,h,l,u,p;if(i=this.tokens,n=this.last,s=this.interpolate(e,t,"//"),r=e.slice(t+2+s.size),a=this.validate(/^(?:[gimy]{1,4}|[?$]?)/.exec(r)[0]),s[1]){if("$"===a)this.adi(),this.token("(",'"');else if(i.push(["ID","RegExp",n[2]],["CALL(","",n[2]]),"?"===a)for(o=s.length-1;o>=0;--o)if(c=s[o],"TOKENS"===c[0]){h=s.splice(o,1)[0][1];break}for(o=0,l=s.length;l>o;++o){if(c=s[o],"TOKENS"===c[0])i.push.apply(i,c[1]);else{if(u=c[1].replace(B,""),p&&!u)continue;p=i.push((c[0]="STRNUM",c[1]=this.string("'",x(u)),c))}i.push(["+-","+",i[i.length-1][2]])}--i.length,(h||a>="g")&&(this.token(",",","),h?i.push.apply(i,h):this.token("STRNUM","'"+a+"'")),this.token("$"===a?")":")CALL","")}else this.regex(A(s[0][1].replace(B,"")),a);return 2+s.size+a.length},e.doBackslash=function(e,t){var i,n,s;return D.lastIndex=t,i=D.exec(e),n=i[0],s=i[1],s?this.strnum(this.string("'",s)):this.countLines(n),n.length},e.doLine=function(e,t){var i,n,s,r,a,o,c,h,l,u;if(i=(O.lastIndex=t,O).exec(e),n=i[0],s=i[1],r=this.countLines(n).length,a=this.last,a.eol=!0,a.spaced=!0,t+r>=e.length)return r;if((o=s&&(this.emender||(this.emender=RegExp("[^"+s.charAt()+"]"))).exec(s))&&this.carp("contaminated indent "+escape(o)),0>(c=s.length-this.dent))this.dedent(-c),this.newline();else{if(h=a[0],l=a[1],"ASSIGN"===h&&"="!=(u=l+"")&&":="!==u&&"+="!==u||"BITWISE"===h&&"&"!==l||"+-"===h||"DOT"===h||"LOGIC"===h||"MATH"===h||"COMPARE"===h||"RELATION"===h||"SHIFT"===h||"IN"===h||"OF"===h||"TO"===h||"BY"===h||"FROM"===h||"EXTENDS"===h||"IMPLEMENTS"===h)return r;c?this.indent(c):this.newline()}return this.fset("for",!1),this.fset("by",!1),r},e.doSpace=function(e,t){var i;return $.lastIndex=t,(i=$.exec(e)[0])&&(this.last.spaced=!0),i.length},e.doLiteral=function(e,t){var i,n,r,a,o,c,h,l,u;if(!(i=(R.lastIndex=t,R).exec(e)[0]))return 0;switch(n=r=i){case"+":case"-":n="+-";break;case"&&":case"||":n="LOGIC";break;case"?":case"!?":this.last.spaced&&(n="LOGIC");break;case"/":case"%":case"**":n="MATH";break;case"++":case"--":n="CREMENT";break;case"<<<":case"<<<<":n="IMPORT";break;case";":this.fset("by",!1),n="NEWLINE";break;case".":"?"===this.last[1]&&(this.last[0]="?"),n="DOT";break;case",":switch(this.last[0]){case",":case"[":case"(":case"CALL(":this.token("LITERAL","void");break;case"FOR":case"OWN":this.token("ID","")}break;case"!=":if(!s(this.tokens)&&"CREMENT"!==this.last[0])return this.tokens.push(["UNARY","!",this.line],["ASSIGN","=",this.line]),2;case"===":case"!==":case"<":case">":case"<=":case">=":case"==":n="COMPARE";break;case"<<":case">>":case">>>":case"<?":case">?":n="SHIFT";break;case"(":if("FUNCTION"!==(a=this.last[0])&&"LET"!==a&&!this.able(!0))return this.token("(","("),this.closes.push(")"),this.parens.push(this.last),1;n="CALL(",this.closes.push(")CALL");break;case"[":case"{":this.adi(),this.closes.push("]}".charAt("{"===r));break;case"}":if(this.inter&&r!==(o=this.closes)[o.length-1])return this.rest=e.slice(t+1),9e9;case"]":case")":")"===(n=r=this.pair(r))&&this.last===(this.lpar=this.parens.pop())&&(this.last[0]="CALL(",n=")CALL");break;case":":switch(this.last[0]){case"ID":case"STRNUM":case")":break;case"...":this.last[0]="STRNUM";break;default:n="LABEL",r=""}break;case"=":case":=":case"+=":case"-=":case"*=":case"/=":case"%=":case"&=":case"^=":case"|=":case"<<=":case">>=":case">>>=":case"<?=":case">?=":case"**=":if("."===this.last[1]||"?"===this.last[0]&&this.adi())return this.last[1]+=r,r.length;"LOGIC"===this.last[0]?(r=Object(r)).logic=this.tokens.pop()[1]:"+="!==r&&"-="!==r&&"^="!==r||s(this.tokens)||"+-"===(c=this.last[0])||"^"===c||"UNARY"===c||"LABEL"===c||(this.token("UNARY",r.charAt()),r="="),n="ASSIGN";break;case"*":if(h=("NEWLINE"===(l=this.last[0])||"INDENT"===l||"THEN"===l)&&this.doInlinedent(e,t+1,"list"))return h;n=s(this.tokens)||"CREMENT"===this.last[0]&&s(this.tokens,this.tokens.length-1)?"MATH":"STRNUM";break;case"@":case"@@":return this.dotcat(r)||("@"===r?this.token("LITERAL","this",!0):this.token("LITERAL","arguments")),r.length;case"!":switch(!1){default:if(!this.last.spaced){if(s(this.tokens,null,!0))this.token("CALL(","!"),this.token(")CALL",")");else{if("typeof"!==this.last[1])break;this.last[1]="classof"}return 1}}n="UNARY";break;case"<>":return this.token("LITERAL","<>",!0),2;case"&":if(!s(this.tokens))return this.token("LITERAL","&",!0),1;case"|":n="BITWISE";break;case"~":if(this.dotcat(r))return 1;n="UNARY";break;case"->":case"~>":u="->";case"<-":case"<~":this.parameters(n=u||"<-");break;case"::":u="prototype";case"..":this.adi(),n="ID",r=u||"constructor";break;case"=>":if(this.unline(),this.fset("for",!1),h=this.doInlinedent(e,t+2))return 1+h;n="THEN";break;default:if("<"===r.charAt(0))return 4>r.length&&this.carp("unterminated words"),this.token("WORDS",r,this.adi()),r.length}return(","===n||"|>"===n||"DOT"===n||"LOGIC"===n||"COMPARE"===n||"MATH"===n||"IMPORT"===n||"SHIFT"===n||"BITWISE"===n)&&this.unline(),this.token(n,r),i.length},e.doInlinedent=function(e,t,i){var n;return(n=(J.lastIndex=t,J).exec(e)[0].length)?(i&&this.tokens.push(["LITERAL","void",this.line],["ASSIGN","=",this.line]),this.indent(t+n-this.dent-2-e.lastIndexOf("\n",t)),n):0},e.token=function(e,t,i){return this.tokens.push(this.last=[e,t,this.line]),i&&(this.last.callable=!0),t},e.indent=function(e){this.dent+=e,this.dents.push(this.token("INDENT",e)),this.closes.push("DEDENT")},e.dedent=function(e){var t;for(this.dent-=e;e>0&&(t=this.dents.pop());)t>e&&!this.inter&&this.carp("unmatched dedent ("+e+" for "+t+")"),this.pair("DEDENT"),e-="number"==typeof t?this.token("DEDENT",t):t},e.newline=function(){var e;"\n"===this.last[1]||this.tokens.push(this.last=(e=["NEWLINE","\n",this.line],e.spaced=!0,e))},e.unline=function(){var e,t;if(this.tokens[1]){switch(this.last[0]){case"INDENT":(e=this.dents)[e.length-1]+="";break;case"NEWLINE":if(";"===this.last[1])return;break;default:return}this.last=(t=this.tokens)[--t.length-1]}},e.parameters=function(e){var t,i,n,s;if(")"===this.last[0]&&")"===this.last[1])return this.lpar[0]="PARAM(",this.last[0]=")PARAM",void 0;if("->"===e)this.token("PARAM(","");else{for(t=(i=this.tokens).length-1;t>=0&&(n=i[t],"NEWLINE"!==(s=n[0])&&"INDENT"!==s&&"THEN"!==s&&"("!==s);--t);this.tokens.splice(t+1,0,["PARAM(","",n[2]])}this.token(")PARAM","")},e.interpolate=function(i,n,s){var r,a,o,c,h,l,u,p,f,d,m,g,v,k,y,b;for(r=[],a=s.charAt(0),o=0,c=-1,i=i.slice(n+s.length);h=i.charAt(++c);){switch(h){case a:if(s!==i.slice(c,c+s.length))continue;return r.push(["S",this.countLines(i.slice(0,c)),this.line]),r.size=o+c+s.length,r;case"#":if(l=i.charAt(c+1),u=("@"===l||"&"===l)&&l||"<"===l&&">"===i.charAt(c+2)&&"<>"||(I.lastIndex=c+1,I).exec(i)[1],!u&&"{"!==l)continue;break;case"\\":++c;default:continue}if((c||v&&!p)&&(p=r.push(["S",this.countLines(i.slice(0,c)),this.line])),u){if(f=u.length,"@"===u&&(u="this"),"this"===u||"&"===u||"<>"===u)d="LITERAL";else{u=w(u);try{Function("'use strict'; var "+u)}catch(N){m=N,this.carp('invalid variable interpolation "'+u+'"')}d="ID"}i=i.slice(g=c+1+f),r.push(["TOKENS",v=[[d,u,this.line]]])}else{for(y=t(e),y.inter=!0,y.emender=this.emender,k=y,v=k.tokenize(i.slice(c+2),{line:this.line,raw:!0}),g=i.length-k.rest.length,i=k.rest,this.line=k.line;"NEWLINE"===(null!=(b=v[0])?b[0]:void 0);)v.shift();v.length&&(v.unshift(["(","(",v[0][2]]),v.push([")",")",this.line]),r.push(["TOKENS",v]))}o+=g,c=-1}this.carp("missing `"+s+"`")},e.addInterpolated=function(e,t){var i,n,s,r,a,o,c,h,l,u;if(!e[1])return this.strnum(t(this.string('"',e[0][1])));for(i=this.tokens,n=this.last,s=n.spaced||"%"!==n[1]?["(",")",["+-","+"]]:(--i.length,this.last=n=i[i.length-1],["[","]",[",",","]]),r=s[0],a=s[1],o=s[2],c=this.adi(),i.push([r,'"',n[2]]),h=0,l=e.length;l>h;++h){if(u=e[h],"TOKENS"===u[0])i.push.apply(i,u[1]);else{if(h>1&&!u[1])continue;i.push(["STRNUM",t(this.string('"',u[1])),u[2]])}i.push(o.concat(i[i.length-1][2]))}--i.length,this.token(a,"",c)},e.strnum=function(e){this.token("STRNUM",e,this.adi()||"DOT"===this.last[0])},e.regex=function(e,t){var i;try{RegExp(e)}catch(n){i=n,this.carp(i.message)}return"$"===t?this.strnum(this.string("'",x(e))):this.token("LITERAL","/"+(e||"(?:)")+"/"+this.validate(t))},e.adi=function(){if(!this.last.spaced){if("!?"===this.last[0])this.last[0]="CALL(",this.token(")CALL",""),this.token("?","?");else if(!s(this.tokens))return;return this.token("DOT",".")}},e.dotcat=function(e){return"."===this.last[1]||this.adi()?this.last[1]+=e:void 0},e.pair=function(e){var t,i,n;return e===(t=(i=this.closes)[i.length-1])||")CALL"===t&&")"===e?(this.unline(),this.closes.pop()):("DEDENT"!==t&&this.carp("unmatched `"+e+"`"),this.dedent((n=this.dents)[n.length-1]),this.pair(e))},e.able=function(e){return!this.last.spaced&&s(this.tokens,null,e)},e.countLines=function(e){for(var t;t=1+e.indexOf("\n",t);)++this.line;return e},e.forange=function(){var e,t,i;return"FOR"===(null!=(e=(t=this.tokens)[t.length-2-("NEWLINE"===(i=this.last[0])||"INDENT"===i)])?e[0]:void 0)?(this.fset("for",!1),this.fset("from",!0),!0):!1},e.validate=function(e){var t;return(t=e&&/(.).*\1/.exec(e))&&this.carp("duplicate regex flag `"+t[1]+"`"),e},e.fget=function(e){var t;return null!=(t=this.flags[this.closes.length])?t[e]:void 0},e.fset=function(e,t){var i,n;return((i=this.flags)[n=this.closes.length]||(i[n]={}))[e]=t},e.carp=function(e){n(e,this.line)},e.string=function(e,t){return y(e,t,this.line)},y=function(e){return function(t,i,s){return i=i.replace(e,function(e,i,r,a){return e===t||"\\"===e?"\\"+e:i?"\\x"+(256+parseInt(i,8)).toString(16).slice(1):(r&&n("malformed character escape sequence",s),a&&t!==a?a:e)}),t+i+t}}.call(this,/['"]|\\(?:([0-3]?[0-7]{2}|[1-7]|0(?=[89]))|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|([xu])|[\\0bfnrtv]|[^\n\S]|([\w\W]))?/g),b=/\n(?!$)[^\n\S]*/gm,N=o(/\n[^\n\S]*/g,""),E=o(/\n/g,"\\n"),x=o(/\\/g,"\\\\"),A=o(/(\\.)|\//g,function(){return arguments[1]||"\\/"}),w=o(/-[a-z]/gi,function(e){return e.charAt(1).toUpperCase()}),L="undefined"==typeof JSON||null===JSON?u:function(e){switch(e){case 8232:case 8233:return u(e);default:return JSON.stringify(String.fromCharCode(e))}},S=["true","false","null","this","void","super","return","throw","break","continue","if","else","for","while","switch","case","default","try","catch","finally","function","class","extends","implements","new","do","delete","typeof","in","instanceof","let","with","var","const","import","export","debugger"],C=["enum","interface","package","private","protected","public","static","yield"],T=S.concat(C),I=/((?!\s)[a-z_$\xAA-\uFFDC](?:(?!\s)[\w$\xAA-\uFFDC]|-[a-z])*)([^\n\S]*:(?![:=]))?|/gi,R=/[-+*\/%&|^:]=|\.{1,3}|([-+&|@:])\1|[-~=|]>|[!=]==?|<(?:<(?:=|<{0,2})|[-~>]|\[(?:[\s\S]*?\]>)?)|>>>?=?|[<>]\??=?|!\?|\*\*=?|[^\s#]?/g,$=/[^\n\S]*(?:#.*)?/g,O=/(?:\s*#.*)*(?:\n([^\n\S]*))*/g,M=/'[^\\']*(?:\\[\s\S][^\\']*)*'|/g,D=/\\(?:(\S[^\s,;)}\]]*)|\s*)/g,F=/(`+)([^`][\s\S]*?)\1|/g,P=/0x[\dA-Fa-f][\dA-Fa-f_]*|([2-9]|[12]\d|3[0-6])r([\dA-Za-z]\w*)|((\d[\d_]*)(\.\d[\d_]*)?(?:e[+-]?\d[\d_]*)?)[$\w]*|/g,U=/_+/g,H=/\/([^[\/\n\\]*(?:(?:\\.|\[[^\]\n\\]*(?:\\.[^\]\n\\]*)*\])[^[\/\n\\]*)*)\/([gimy]{1,4}|\$?)|/g,B=/\s+(?:#.*)?/g,W=/\n[^\n\S]*$/,J=/[^\n\S]*[^#\s]?/g,j=/[\x80-\uFFFF]/,_=["(","[","{","CALL(","PARAM(","INDENT"],Y=[")","]","}",")CALL",")PARAM","DEDENT"],z=new function(){var e,t,i,n;for(e=0,i=(t=_).length;i>e;++e)n=t[e],this[this[n]=Y[e]]=n},G=["(","{","[","ID","STRNUM","LITERAL","LET","WITH","WORDS"],K=G.concat(["...","UNARY","CREMENT","PARAM(","FUNCTION","IF","SWITCH","TRY","CLASS","RANGE","LABEL","DECL","DO"]),q=[",",":","->","ELSE","ASSIGN","IMPORT","UNARY","DEFAULT","TRY","CATCH","FINALLY","HURL","DECL","DO","LET","FUNCTION"]}.call(this,e["./lexer"]={}),function(e){function o(e,t){this.parent=e,this.shared=t,this.variables={}}function l(){return!0}function u(){return!1}function p(){return this}function f(){}function d(e){return o.root.assign(e+"$",nt[e])}function m(e,t){return e.replace(/\n/g,"\n"+t)}var g,v,k,y,b,N,E,x,A,w,L,S,C,T,I,R,$,O,M,D,F,P,U,H,B,W,J,j,_,Y,z,G,K,q,V,X,Z,Q,et,tt,it,nt,st,rt,at,ot,ct,ht,lt,ut,pt,ft;(g=function(){throw Error("unimplemented")}).prototype={compile:function(e,t){var i,n,s,r;i={};for(n in e)i[n]=e[n];return null!=t&&(i.level=t),s=this.unfoldSoak(i)||this,i.level&&s.isStatement()?s.compileClosure(i):r=(s.tab=i.indent,s).compileNode(i)},compileClosure:function(e){var t,i,n,s,r;return(t=this.getJump())&&t.carp("inconvertible statement"),i=F([],k(this)),n=w(),this.traverseChildren(function(e){switch(e.value){case"this":r=!0;break;case"arguments":s=e.value="args$"}}),r&&(n.args.push(b("this")),n.method=".call"),s&&(n.args.push(b("arguments")),i.params.push(N("args$"))),H(A((i.wrapper=!0,i["void"]=this["void"],i),[n]),!0).compile(e)},compileBlock:function(e,t){var i;return(i=null!=t?t.compile(e,st):void 0)?"{\n"+i+"\n"+this.tab+"}":"{}"},cache:function(e,t){var i,n,s;return this.isComplex()?((n=this.cached)?s=this:(s=$(n=N(e.scope.temporary()),this),s.cached=n),null!=t?[s.compile(e,t),n.value]:[s,n]):[i=null!=t?this.compile(e,t):this,i]},compileLoopReference:function(e,t,i){var n,s,r,a,o;return this instanceof N&&e.scope.check(this.value)||this instanceof I&&("+"===(n=this.op)||"-"===n)&&(s=+this.it.value)>-1/0&&1/0>s||this instanceof b&&!this.isComplex()?[r=this.compile(e),r]:(a=$(N(o=e.scope.temporary(t)),this),i||(a["void"]=!0),[o,a.compile(e,i?ht:rt)])},eachChild:function(e){var t,i,n,s,r,a,o,c,h;for(t=0,n=(i=this.children).length;n>t;++t)if(s=i[t],r=this[s])if("length"in r){for(a=0,o=r.length;o>a;++a)if(c=r[a],null!=(h=e(c,s,a)))return h}else if(null!=(h=e(r,s)))return h},traverseChildren:function(e,t){var i=this;return this.eachChild(function(n,s,r){var a;return null!=(a=e(n,i,s,r))?a:n.traverseChildren(e,t)})},anaphorize:function(){function e(t){var i;return"that"===t.value||((i=t.aSource)?(i=t[i])?e(i):void 0:t.eachChild(e))}var t,i,n;return this.children=this.aTargets,this.eachChild(e)&&(this[t=this.aSource]=(i=this[t])instanceof D?i.it instanceof N?$(N("that"),q(i,i.it)):D($(N("that"),i.it)):$(N("that"),i)),delete this.children,n=this[this.aSource],n.cond=!0,n},carp:function(e){throw SyntaxError(e+" on line "+(this.line||this.traverseChildren(function(e){return e.line})))},delegate:function(e,t){function i(e){this[e]=function(i){return t.call(this,e,i)}}var n,s;for(n=0,s=e.length;s>n;++n)i.call(this,e[n])},children:[],terminator:";",isComplex:l,isStatement:u,isAssignable:u,isCallable:u,isEmpty:u,isArray:u,isString:u,isRegex:u,isMatcher:function(){return this.isString()||this.isRegex()},assigns:u,ripName:f,unfoldSoak:f,unfoldAssign:f,unparen:p,unwrap:p,maybeKey:p,expandSlice:p,varName:String,getAccessors:f,getCall:f,getDefault:f,getJump:f,invert:function(){return I("!",this,!0)},addElse:function(e){return this["else"]=e,this},makeReturn:function(e){return e?w.make(Z(e+".push"),[this]):j(this)},show:String,toString:function(e){var t,i;return e||(e=""),t="\n"+e+this.constructor.displayName,(i=this.show())&&(t+=" "+i),this.eachChild(function(i){t+=i.toString(e+ut)}),t},stringify:function(e){return JSON.stringify(this,null,e)},toJSON:function(){return n({type:this.constructor.displayName},this)}},e.parse=function(t){return e.fromJSON(JSON.parse(t))},e.fromJSON=function(){function i(n){var s,r,a,o,c,h,l,u=[];if(!n||"object"!=typeof n)return n;if(s=n.type){r=t(e[s].prototype);for(a in n)o=n[a],r[a]=i(o);return r}if(null!=n.length){for(c=0,h=n.length;h>c;++c)l=n[c],u.push(i(l));return u}return n}return i}(),v={show:function(){return this.negated&&"!"},invert:function(){return this.negated=!this.negated,this}},e.Block=k=function(e){function t(e){var t=this instanceof i?this:new i;return e||(e=[]),"length"in e?t.lines=e:(t.lines=[],t.add(e)),t}function i(){}t.displayName="Block";var r=s(t,e).prototype;return i.prototype=r,r.children=["lines"],r.toJSON=function(){return delete this.back,e.prototype.toJSON.call(this)},r.add=function(e){var t,i,n;switch(e=e.unparen(),!1){case!(t=this.back):t.add(e);break;case!(t=e.lines):(i=this.lines).push.apply(i,t);break;default:this.lines.push(e),n=e.back,delete e.back,(t=n)&&(this.back=t)}return this},r.prepend=function(){var e;return(e=this.lines).splice.apply(e,[this.neck(),0].concat(c.call(arguments))),this},r.unwrap=function(){return 1===this.lines.length?this.lines[0]:this},r.chomp=function(){var e,t,i;for(e=this.lines,t=e.length;(i=e[--t])&&i.comment;);return e.length=t+1,this},r.neck=function(){var e,t,i,n;for(e=0,i=(t=this.lines).length;i>e&&(n=t[e],n.comment||n instanceof b);++e);return e},r.isComplex=function(){var e;return this.lines.length>1||(null!=(e=this.lines[0])?e.isComplex():void 0)},r.delegate(["isCallable","isArray","isString","isRegex"],function(e){var t,i;return null!=(t=(i=this.lines)[i.length-1])?t[e]():void 0}),r.getJump=function(e){var t,i,n,s,r;for(t=0,n=(i=this.lines).length;n>t;++t)if(s=i[t],r=s.getJump(e))return r},r.makeReturn=function(e){var t,i,n;return this.chomp(),(t=null!=(i=this.lines)[n=i.length-1]?i[n]=i[n].makeReturn(e):void 0)&&t instanceof j&&!t.it&&--this.lines.length,this},r.compile=function(e,t){var i,n,s,r,a,o,c,h;if(null==t&&(t=e.level),t)return this.compileExpressions(e,t);for(e.block=this,i=e.indent,s=[],r=0,o=(a=this.lines).length;o>r;++r)c=a[r],c=c.unfoldSoak(e)||c,(h=(c.front=!0,c).compile(e,t))&&(c.isStatement()||(h+=c.terminator),s.push(i+h));return n=s,n.join("\n")},r.compileRoot=function(e){var t,i,s,r,a,c,h;return t=n({level:st,scope:this.scope=o.root=new o},e),delete t.filename,t.indent=(s=t.bare,delete t.bare,(i=s)?"":ut),/^\s*(?:[/#]|javascript:)/.test(null!=(r=this.lines[0])?r.code:void 0)&&(a=this.lines.shift().code+"\n"),c=t.eval,delete t.eval,c&&this.chomp().lines.length&&(i?this.lines.push(H(this.lines.pop())):this.makeReturn()),h=this.compileWithDeclarations(t),i||(h="(function(){\n"+h+"\n}).call(this);\n"),[a]+h},r.compileWithDeclarations=function(e){var t,i,n,s,r;return e.level=st,t="",(i=this.neck())&&(n=this.lines.splice(i,9e9),t=this.compile(e),this.lines=n),(s=this.compile(e))?(t&&t+"\n")+((r=this.scope)?r.emit(s,e.indent):s):t},r.compileExpressions=function(e,t){var i,n,s,r,a,o,c,h;for(i=this.chomp().lines,n=-1;s=i[++n];)s.comment&&i.splice(n--,1);
7
+ if(i.length||i.push(b("void")),i[0].front=this.front,i[i.length-1]["void"]=this["void"],!i[1])return i[0].compile(e,t);for(r="",a=i.pop(),o=0,c=i.length;c>o;++o)h=i[o],r+=(h["void"]=!0,h).compile(e,rt)+", ";return r+=a.compile(e,rt),at>t?r:"("+r+")"},t}(g),y=function(e){function t(){}t.displayName="Atom";var i=s(t,e).prototype;return i.show=function(){return this.value},i.isComplex=u,t}(g),e.Literal=b=function(e){function t(e){var t=this instanceof i?this:new i;return t.value=e,e.js?Z(e+"",!0):"super"===e?new U:t}function i(){}t.displayName="Literal";var n=s(t,e).prototype;return i.prototype=n,n.isEmpty=function(){var e;return"null"===(e=this.value)||"void"===e},n.isCallable=function(){var e;return"this"===(e=this.value)||"eval"===e||"&"===e||"<>"===e},n.isString=function(){return"'\"".indexOf((this.value+"").charAt())>=0},n.isRegex=function(){return"/"===(this.value+"").charAt()},n.isComplex=function(){var e;return this.isRegex()||"debugger"===(e=this.value)||"<>"===e},n.varName=function(){return/^\w+$/.test(this.value)?"$"+this.value:""},n.compile=function(e,t){var i,n;switch(null==t&&(t=e.level),i=this.value+""){case"this":return(null!=(n=e.scope.fun)?n.bound:void 0)||i;case"void":if(!t)return"";i+=" 8";case"null":t===ht&&this.carp("invalid use of "+this.value);break;case"debugger":if(t)return"(function(){\n"+ut+e.indent+"debugger;\n"+e.indent+"}())";break;case"*":case"<>":this.carp("stray "+i);break;case"&":(i=e.ref)||this.carp("stray &"),this.cascadee||(i.erred=!0)}return i},t}(y),e.Var=N=function(e){function t(e){var t=this instanceof i?this:new i;return t.value=e,t}function i(){}t.displayName="Var";var n=s(t,e).prototype;return i.prototype=n,n.isAssignable=n.isCallable=l,n.assigns=function(e){return e===this.value},n.maybeKey=function(){var e;return e=E(this.value),e.line=this.line,e},n.varName=n.show,n.compile=function(){return this.value},t}(y),e.Key=E=function(e){function t(e,t){var n=this instanceof i?this:new i;return n.reserved=t||e.reserved,n.name=""+e,n}function i(){}t.displayName="Key";var n=s(t,e).prototype;return i.prototype=n,n.isComplex=u,n.assigns=function(e){return e===this.name},n.varName=function(){var e;return e=this.name,this.reserved||"arguments"===e||"eval"===e?"$"+e:e},n.compile=n.show=function(){return this.reserved?"'"+this.name+"'":this.name},t}(g),e.Index=x=function(e){function t(e,t,n){var s,r=this instanceof i?this:new i;if(t||(t="."),n&&e instanceof T)switch(e.items.length){case 0:e=E("__proto__");break;case 1:(s=e.items[0])instanceof B||(e=H(s))}switch(t.slice(-1)){case"=":r.assign=t.slice(1);break;case"@":r.vivify=t.length>2?T:S}return r.key=e,r.symbol=t,r}function i(){}t.displayName="Index";var n=s(t,e).prototype;return i.prototype=n,n.children=["key"],n.show=function(){return[this.soak?"?":void 0]+this.symbol},n.isComplex=function(){return this.key.isComplex()},n.varName=function(){var e;return((e=this.key)instanceof E||e instanceof b)&&this.key.varName()},n.compile=function(e){var t;return t=this.key.compile(e,rt),this.key instanceof E&&"'"!==t.charAt(0)?"."+t:"["+t+"]"},t}(g),e.Chain=A=function(e){function t(e,n){var s=this instanceof i?this:new i;return!n&&e instanceof t?e:(s.head=e,s.tails=n||[],s)}function i(){}t.displayName="Chain";var n=s(t,e).prototype;return i.prototype=n,n.children=["head","tails"],n.add=function(e){var i,n,s,r;return this.head instanceof D&&(i=t(this.head.it),this.head=i.head,this.tails=i.tails,e.soak=!0),this.tails.push(e),this.head instanceof U&&(!this.head.called&&e instanceof w&&!e.method?(e.method=".call",e.args.unshift(b("this")),this.head.called=!0):this.tails[1]||"prototype"!==(null!=(n=e.key)?n.name:void 0)||(this.head.sproto=!0)),r=e.vivify,delete e.vivify,(s=r)&&(this.head=$(t(this.head,this.tails.splice(0,9e9)),s(),"=","||")),this},n.unwrap=function(){return this.tails.length?this:this.head},n.delegate(["getJump","assigns","isStatement","isString"],function(e,t){return!this.tails.length&&this.head[e](t)}),n.isComplex=function(){return this.tails.length||this.head.isComplex()},n.isCallable=function(){var e,t,i;return(e=(t=this.tails)[t.length-1])?!(null!=(i=e.key)&&i.items):this.head.isCallable()},n.isArray=function(){var e,t;return(e=(t=this.tails)[t.length-1])?e.key instanceof T:this.head.isArray()},n.isRegex=function(){return"RegExp"===this.head.value&&!this.tails[1]&&this.tails[0]instanceof w},n.isAssignable=function(){var e,t,i,n,s;if(!(e=(t=this.tails)[t.length-1]))return this.head.isAssignable();if(!(e instanceof x)||e.key instanceof L||".~"===e.symbol)return!1;for(i=0,s=(n=this.tails).length;s>i;++i)if(e=n[i],e.assign)return!1;return!0},n.makeReturn=function(t){return this.tails.length?e.prototype.makeReturn.apply(this,arguments):this.head.makeReturn(t)},n.getCall=function(){var e,t;return(e=(t=this.tails)[t.length-1])instanceof w&&e},n.varName=function(){var e,t;return null!=(e=(t=this.tails)[t.length-1])?e.varName():void 0},n.cacheReference=function(e){var i,n,s,r,a,o,c;return i=(n=this.tails)[n.length-1],!i||i instanceof w?this.unwrap().cache(e):2>this.tails.length&&!this.head.isComplex()&&!i.isComplex()?[this,this]:(s=t(this.head,this.tails.slice(0,-1)).unwrap(),s.isComplex()&&(r=s.cache(e),s=r[0],a=r[1]),i.isComplex()&&!(o=i.cached)&&(c=N(e.scope.temporary("key")),i=x($(c,i.key)),o=i.cached=x(c)),[t(s).add(i),t(a||s,[o||i])])},n.compileNode=function(e){var t,i,n,s,r,a,o,c,h,l;if(t=this.head,i=this.tails,t.front=this.front,t.newed=this.newed,!i.length)return t.compile(e);if(n=this.unfoldAssign(e))return n.compile(e);if(i[0]instanceof w&&!t.isCallable()&&this.carp("invalid callee"),this.expandSlice(e),this.expandBind(e),this.expandSplat(e),this.expandStar(e),!this.tails.length)return this.head.compile(e);for(s=this.head.compile(e,ht),r=a="",o=0,h=(c=this.tails).length;h>o;++o)l=c[o],l["new"]&&(r+="new "),a+=l.compile(e);return"."===a.charAt(0)&&ft.test(s)&&(s+=" "),r+s+a},n.unfoldSoak=function(e){var i,n,s,r,a,o,c,h,l,u,p,f,d,m;if(i=this.head.unfoldSoak(e))return(n=i.then.tails).push.apply(n,this.tails),i;for(s=0,a=(r=this.tails).length;a>s;++s)if(o=r[s],c=o.soak,delete o.soak,c)return h=t(this.head,this.tails.splice(0,s)),o.assign&&!h.isAssignable()&&o.carp("invalid accessign"),l=o instanceof w?(u=h.cacheReference(e),l=u[0],this.head=u[1],Z("typeof "+l.compile(e,ct)+" == 'function'")):(s&&o.assign?(p=h.cacheReference(e),l=p[0],h=p[1],this.head=h.head,(f=this.tails).unshift.apply(f,h.tails)):(d=h.unwrap().cache(e),l=d[0],this.head=d[1]),D(l)),m=q(l,this),m.soak=!0,m.cond=this.cond,m["void"]=this["void"],m},n.unfoldAssign=function(e){var i,n,s,r,a,o,c,h,l,u,p,f,d,m,g;if(i=this.head.unfoldAssign(e))return(n=i.right.tails).push.apply(n,this.tails),i;for(s=0,a=(r=this.tails).length;a>s;++s)if(o=r[s],c=o.assign){if(o.assign="",h=t(this.head,this.tails.splice(0,s)).expandSlice(e).unwrap(),h instanceof T)for(l=h.items,u=(this.head=T()).items,s=0,p=l.length;p>s;++s)f=l[s],d=t(f).cacheReference(e),u[s]=d[0],l[s]=d[1];else m=t(h).cacheReference(e),h=m[0],this.head=m[1];return"="===c&&(c=":="),g=$(h,this,c),g.access=!0,g}},n.expandSplat=function(e){var i,n,s,r,a,o;for(i=this.tails,n=-1;s=i[++n];)(r=s.args)&&(a=".call"===s.method&&(r=r.concat()).shift(),(r=B.compileArray(e,r,!0))&&(s["new"]&&this.carp('splatting "new"'),!a&&i[n-1]instanceof x&&(o=t(this.head,i.splice(0,n-1)).cache(e),this.head=o[0],a=o[1],n=0),s.method=".apply",s.args=[a||b("null"),Z(r)]))},n.expandBind=function(){var e,i,n,s,r,a;for(e=this.tails,i=-1;n=e[++i];)".~"===n.symbol&&(n.symbol="",s=t(this.head,e.splice(0,i)).unwrap(),r=e.shift().key,a=w.make(Q("bind"),[s,(r.reserved=!0,r)]),this.head=this.newed?H(a,!0):a,i=-1)},n.expandStar=function(e){function i(e){"*"===e.value?a.push(e):e instanceof x||e.eachChild(i)}var n,s,r,a,o,c,h,u,p,f,d;for(n=this.tails,s=-1;r=n[++s];)if(!(r.args||r.stars||r.key instanceof E)&&(a=r.stars=[],r.eachChild(i),a.length)){for(o=t(this.head,n.splice(0,s)).unwrap().cache(e),c=o[0],h=o[1],u=t(h,[x(E("length"))]).compile(e),p=0,f=a.length;f>p;++p)d=a[p],d.value=u,d.isAssignable=l;this.head=Z(c.compile(e,ht)+n.shift().compile(e)),s=-1}},n.expandSlice=function(e,i){var n,s,r,a,o;for(n=this.tails,s=-1;r=n[++s];)null!=(a=r.key)&&a.items&&(n[s+1]instanceof w&&r.carp("calling a slice"),o=n.splice(0,s+1),o=o.pop().key.toSlice(e,t(this.head,o).unwrap(),r.symbol,i),this.head=(o.front=this.front,o),s=-1);return this},t}(g),e.Call=w=function(e){function t(e){var t,n=this instanceof i?this:new i;return e||(e=[]),1===e.length&&(t=e[0])instanceof B&&(t.filler?(n.method=".call",e[0]=b("this"),e[1]=B(b("arguments"))):t.it instanceof T&&(e=t.it.items)),n.args=e,n}function i(){}t.displayName="Call";var n=s(t,e).prototype;return i.prototype=n,n.children=["args"],n.show=function(){return[this["new"]]+[this.method]+[this.soak?"?":void 0]},n.compile=function(e){var t,i,n,s,r;for(t=(this.method||"")+"(",i=0,s=(n=this.args).length;s>i;++i)r=n[i],t+=(i?", ":"")+r.compile(e,at);return t+")"},t.make=function(e,i){return A(e).add(t(i))},t.block=function(e,i,n){var s,r;return s=H(A(e,[(r=t(i),r.method=n,r)]),!0),s.calling=!0,s},t.back=function(e,i,n){var s,r,a,o,c;for(s=F(e,void 0,n),(s.hushed="!"===i.op)&&(i=i.it),i instanceof V&&(s.name=i.label,s.labeled=!0,i=i.it),!s.hushed&&(s.hushed="!"===i.op)&&(i=i.it),r=(i.getCall()||(i=A(i).add(t())).getCall()).args,a=0,o=r.length;o>a&&(c=r[a],!c.filler);++a);return i.back=(r[a]=s).body,i},t.let=function(e,t){var i,n,s,r,a,o,c;for(n=[],s=0,r=e.length;r>s;++s)if(a=e[s],o="="===a.op&&!a.logic&&a.right){if(e[s]=o,0===s&&(c="this"===a.left.value))continue;n.push(a.left)}else n.push(N(a.varName()||a.carp('invalid "let" argument')));return i=n,c||e.unshift(b("this")),this.block(F(i,t),e,".call")},t}(g),L=function(e){function t(){}t.displayName="List";var i=s(t,e).prototype;return i.children=["items"],i.show=function(){return this.name},i.named=function(e){return this.name=e,this},i.isEmpty=function(){return!this.items.length},i.assigns=function(e){var t,i,n,s;for(t=0,n=(i=this.items).length;n>t;++t)if(s=i[t],s.assigns(e))return!0},t.compile=function(e,t){var i,n,s,r,a;switch(t.length){case 0:return"";case 1:return t[0].compile(e,at)}for(i=e.indent,n=e.level,e.indent=i+ut,e.level=at,s=t[r=0].compile(e);a=t[++r];)s+=", "+a.compile(e);return~s.indexOf("\n")&&(s="\n"+e.indent+s+"\n"+i),e.indent=i,e.level=n,s},t}(g),e.Obj=S=function(e){function t(e){var t=this instanceof i?this:new i;return t.items=e||[],t}function i(){}t.displayName="Obj";var n=s(t,e).prototype;return i.prototype=n,n.asObj=p,n.toSlice=function(e,t,i,n){var s,r,a,o,c,h,l,u,p,f,d,m,g,v;for(s=this.items,s.length>1?(r=t.cache(e),t=r[0],a=r[1]):a=t,o=0,c=s.length;c>o;++o)h=s[o],h.comment||(h instanceof C||h instanceof B?h[l=(u=h.children)[u.length-1]]=p=A(t,[x(h[l].maybeKey())]):((f=h.getDefault())&&(h=h.first),h instanceof H?(d=h.cache(e),m=d[0],h=d[1],n&&(g=[h,m],m=g[0],h=g[1]),m=H(m)):m=h,v=p=A(t,[x(h.maybeKey(),i)]),f&&(f.first=v,v=f),s[o]=C(m,v)),t=a);return p||this.carp("empty slice"),this},n.compileNode=function(e){var i,n,s,r,a,o,c,h,l,u,p,f;if(i=this.items,!i.length)return this.front?"({})":"{}";for(n="",s="\n"+(e.indent+=ut),r={},a=0,o=i.length;o>a;++a)if(c=i[a],c.comment)n+=s+c.compile(e);else{if((h=c.getDefault())&&(c=c.first),c instanceof B||(c.key||c)instanceof H){l=i.slice(a);break}h&&(c instanceof C?c.val=(h.first=c.val,h):c=C(c,(h.first=c,h))),u?n+=",":u=!0,n+=s+(c instanceof C?(p=c.key,f=c.val,c.accessor?c.compileAccessor(e,p=p.compile(e)):(f.ripName(p),(p=p.compile(e))+": "+f.compile(e,at))):(p=c.compile(e))+": "+p),pt.test(p)||(p=Function("return "+p)()),(r[p+"."]^=1)||c.carp('duplicate property "'+p+'"')}return n="{"+(n&&n+"\n"+this.tab)+"}",l&&(n=O(Z(n),t(l)).compile((e.indent=this.tab,e))),this.front&&"{"===n.charAt()?"("+n+")":n},t}(L),e.Prop=C=function(e){function t(e,t){var n,s,r,a,o=this instanceof i?this:new i;if(o.key=e,o.val=t,"..."===e.value)return B(o.val);if(n=t.getAccessors()){for(o.val=n,s=0,r=n.length;r>s;++s)a=n[s],a.x=(a.hushed=a.params.length)?"s":"g";o.accessor="accessor"}return o}function i(){}t.displayName="Prop";var n=s(t,e).prototype;return i.prototype=n,n.children=["key","val"],n.show=function(){return this.accessor},n.assigns=function(e){var t;return"function"==typeof(t=this.val).assigns?t.assigns(e):void 0},n.compileAccessor=function(e,t){var i,n;return i=this.val,i[1]&&1!==i[0].params.length+i[1].params.length&&i[0].carp("invalid accessor parameter"),function(){var s,r,a,o=[];for(s=0,a=(r=i).length;a>s;++s)n=r[s],n.accessor=!0,o.push(n.x+"et "+t+n.compile(e,at).slice(8));return o}().join(",\n"+e.indent)},n.compileDescriptor=function(e){var i,n,s,r,a;for(i=S(),n=0,r=(s=this.val).length;r>n;++n)a=s[n],i.items.push(t(E(a.x+"et"),a));return i.items.push(t(E("configurable"),b(!0))),i.items.push(t(E("enumerable"),b(!0))),i.compile(e)},t}(g),e.Arr=T=function(e){function t(e){var t=this instanceof i?this:new i;return t.items=e||[],t}function i(){}t.displayName="Arr";var n=s(t,e).prototype,r=t;return i.prototype=n,n.isArray=l,n.asObj=function(){var e,t;return S(function(){var i,n,s=[];for(e=0,n=(i=this.items).length;n>e;++e)t=i[e],s.push(C(b(e),t));return s}.call(this))},n.toSlice=function(e,t,i){var n,s,r,a,o,c,h,l;for(n=this.items,n.length>1?(s=t.cache(e),t=s[0],r=s[1]):r=t,a=0,o=n.length;o>a;++a)c=n[a],(h=c instanceof B)&&(c=c.it),c.isEmpty()||(l=A(t,[x(c,i)]),n[a]=h?B(l):l,t=r);return l||this.carp("empty slice"),this},n.compile=function(e){var t,i;return t=this.items,t.length?(i=B.compileArray(e,t))?this.newed?"("+i+")":i:"["+L.compile(e,t)+"]":"[]"},t.maybe=function(e){return 1!==e.length||e[0]instanceof B?r(e):e[0]},t.wrap=function(e){return r([B((e.isArray=l,e))])},t}(L),e.Unary=I=function(e){function t(e,t,n){var s,r,a,o,c,h=this instanceof i?this:new i;if(s=!n&&t.unaries)return s.push(e),t;switch(e){case"!":if(n)break;return t instanceof F&&!t.hushed?(t.hushed=!0,t):t.invert();case"++":case"--":n&&(h.post=!0);break;case"new":for(t instanceof D&&!t.negated&&(t=A(t).add(w())),t.newed=!0,r=0,o=(a=t.tails||"").length;o>r;++r)if(c=a[r],c instanceof w&&!c["new"])return".call"===c.method&&c.args.shift(),c["new"]="new",c.method="",t;break;case"~":if(t instanceof F&&t.statement&&!t.bound)return t.bound="this$",t}return h.op=e,h.it=t,h}function i(){}function n(e){return{"++":"in","--":"de"}[e]+"crement"}t.displayName="Unary";var r=s(t,e).prototype,a=t;return i.prototype=r,r.children=["it"],r.show=function(){return[this.post?"@":void 0]+this.op},r.isCallable=function(){var e;return"do"===(e=this.op)||"new"===e||"delete"===e},r.isArray=function(){return this.it instanceof T&&this.it.items.length||this.it instanceof A&&this.it.isArray()},r.isString=function(){var e;return"typeof"===(e=this.op)||"classof"===e},r.invert=function(){var e;return"!"!==this.op||"!"!==(e=this.it.op)&&"<"!==e&&">"!==e&&"<="!==e&&">="!==e&&"in"!==e&&"instanceof"!==e?a("!",this,!0):this.it},r.unfoldSoak=function(e){var t;return("++"===(t=this.op)||"--"===t||"delete"===t)&&q.unfoldSoak(e,this,"it")},r.getAccessors=function(){var e;if("~"===this.op)return this.it instanceof F?[this.it]:this.it instanceof T&&(e=this.it.items,!e[2]&&e[0]instanceof F&&e[1]instanceof F)?e:void 0},r.compileNode=function(e){var t,i,s,r,a;if(t=this.compileSpread(e))return t;switch(i=this.op,s=this.it,i){case"!":s.cond=!0;break;case"new":s.isCallable()||s.carp("invalid constructor");break;case"do":return r=H(s instanceof D&&!s.negated?A(s).add(w()):w.make(s)),(r.front=this.front,r.newed=this.newed,r).compile(e);case"delete":if((s instanceof N||!s.isAssignable())&&this.carp("invalid delete"),e.level&&!this["void"])return this.compilePluck(e);break;case"++":case"--":s.isAssignable()||this.carp("invalid "+n(i)),(t=s instanceof N&&e.scope.checkReadOnly(s.value))&&this.carp(n(i)+" of "+t+' "'+s.value+'"'),this.post&&(s.front=this.front);break;case"^":return d("clone")+"("+s.compile(e,at)+")";case"classof":return d("toString")+".call("+s.compile(e,at)+").slice(8, -1)"}return a=s.compile(e,ct+lt.unary),this.post?a+=i:(("new"===i||"typeof"===i||"delete"===i||("+"===i||"-"===i)&&i===a.charAt())&&(i+=" "),a=i+a),ht>e.level?a:"("+a+")"},r.compileSpread=function(e){var t,i,n,s,r,o,c,h,l,u,p;for(t=this.it,i=[this];t instanceof a;t=t.it)i.push(t);if(!((t=t.expandSlice(e).unwrap())instanceof T&&(n=t.items).length))return"";for(s=0,r=n.length;r>s;++s){for(o=n[s],(c=o instanceof B)&&(o=o.it),h=i.length-1;h>=0;--h)l=i[h],o=a(l.op,o,l.post);n[s]=c?u=B(o):o}return u||!this["void"]&&e.level||(p=k(n),p.front=this.front,p["void"]=!0,t=p),t.compile(e,rt)},r.compilePluck=function(e){var t,i,n,s,r;return t=A(this.it).cacheReference(e),i=t[0],n=t[1],s=(r=e.scope.temporary())+" = "+i.compile(e,at)+", delete "+n.compile(e,at)+", "+r,at>e.level?s:"("+s+")"},t}(g),e.Binary=R=function(e){function t(e,t,n){var s=this instanceof i?this:new i;switch(e){case"of":return new M(t,n)}return s.op=e,s.first=t,s.second=n,s}function i(){}t.displayName="Binary";var n,a,o=s(t,e).prototype;return i.prototype=o,o.children=["first","second"],o.show=function(){return this.op},o.isCallable=function(){var e;return("&&"===(e=this.op)||"||"===e||"?"===e||"!?"===e)&&this.first.isCallable()&&this.second.isCallable()},o.isArray=function(){switch(this.op){case"*":return this.first.isArray();case"/":return this.second.isMatcher()}},o.isString=function(){switch(this.op){case"+":case"*":return this.first.isString()||this.second.isString();case"-":return this.second.isMatcher()}},n=/^(?:[!=]=|[<>])=?$/,a={"===":"!==","!==":"===","==":"!=","!=":"=="},o.invert=function(){var e;return(e=!n.test(this.second.op)&&a[this.op])?(this.op=e,this):I("!",H(this),!0)},o.getDefault=function(){switch(this.op){case"?":case"||":case"&&":case"!?":return this}},o.compileNode=function(e){var t,i,s,r,a;switch(this.op){case"?":case"!?":return this.compileExistence(e);case"*":if(this.second.isString())return this.compileJoin(e);if(this.first.isString()||this.first.isArray())return this.compileRepeat(e);break;case"-":if(this.second.isMatcher())return this.compileRemove(e);break;case"/":if(this.second.isMatcher())return this.compileSplit(e);break;case"**":return this.compilePow(e);case"<?":case">?":return this.compileMinMax(e);case"&&":case"||":(t=this["void"]||!e.level)&&(this.second["void"]=!0),(t||this.cond)&&(this.first.cond=!0,this.second.cond=!0);break;case"instanceof":if(i=this.second.expandSlice(e).unwrap(),s=i.items,i instanceof T){if(s[1])return this.compileAnyInstanceOf(e,s);this.second=s[0]||i}this.second.isCallable()||this.second.carp("invalid instanceof operand");break;default:if(n.test(this.op)&&n.test(this.second.op))return this.compileChain(e)}return this.first.front=this.front,r=this.first.compile(e,a=ct+lt[this.op])+" "+this.op+" "+this.second.compile(e,a),a>=e.level?r:"("+r+")"},o.compileChain=function(e){var t,i,n,s;return t=this.first.compile(e,i=ct+lt[this.op]),n=this.second.first.cache(e),s=n[0],this.second.first=n[1],t+=" "+this.op+" "+s.compile(e,i)+" && "+this.second.compile(e,ct),ct>=e.level?t:"("+t+")"},o.compileExistence=function(e){var i,n;return"!?"===this.op?(n=q(D(this.first),this.second),n.cond=this.cond,n["void"]=this["void"]||!e.level,i=n,i.compileExpression(e)):this.cond||this["void"]||(this["void"]=!e.level)?(i=t("&&",D(this.first,!0),this.second),(i.cond=this.cond,i["void"]=this["void"],i).compileNode(e)):(i=this.first.cache(e),q(D(i[0]),i[1]).addElse(this.second).compileExpression(e))},o.compileAnyInstanceOf=function(e,i){var n,s,r,a,o,c,h;for(n=this.first.cache(e),s=n[0],r=n[1],a=t("instanceof",s,i.shift()),o=0,c=i.length;c>o;++o)h=i[o],a=t("||",a,t("instanceof",r,h));return H(a).compile(e)},o.compileMinMax=function(e){var i,n,s;return i=this.first.cache(e),n=this.second.cache(e),s=t(this.op.charAt(),i[0],n[0]),q(s,i[1]).addElse(n[1]).compileExpression(e)},o.compileMethod=function(e,t,i,n){var s;return s=[this.second].concat(n||[]),this.first["is"+t]()?A(this.first,[x(E(i)),w(s)]).compile(e):(s.unshift(this.first),w.make(Z(d(i)+".call"),s).compile(e))},o.compileJoin=function(e){return this.compileMethod(e,"Array","join")},o.compileRemove=function(e){return this.compileMethod(e,"String","replace",Z("''"))},o.compileSplit=function(e){return this.compileMethod(e,"String","split")},o.compileRepeat=function(e){var t,i,n,s,a,o,c,h,l,u,p,f;if(t=this.first,i=this.second,n=(t=t.expandSlice(e).unwrap()).items,s=t.isArray()&&"Array",(a=n&&B.compileArray(e,n))&&(t=Z(a),n=null),s&&!n||!(i instanceof b&&32>i.value))return w.make(Q("repeat"+(s||"String")),[t,i]).compile(e);if(i=+i.value,i>=1&&2>i)return t.compile(e);if(n){if(1>i)return k(n).add(Z("[]")).compile(e);for(o=[],c=0,h=n.length;h>c;++c)l=n[c],u=l.cache(e),n[c]=u[0],o[o.length]=u[1];return n.push((p=Z(),p.compile=function(){return r(", "+L.compile(e,o),i-1).slice(2)},p)),t.compile(e)}return t instanceof b?(f=(t=t.compile(e)).charAt())+r(t.slice(1,-1)+"",i)+f:1>i?k(t.it).add(Z("''")).compile(e):(t=(o=t.cache(e,ct))[0]+r(" + "+o[1],i-1),e.level<ct+lt["+"]?t:"("+t+")")},o.compilePow=function(e){return w.make(Z("Math.pow"),[this.first,this.second]).compile(e)},t}(g),e.Assign=$=function(e){function i(e,t,i,s){var r=this instanceof n?this:new n;return r.left=e,r.op=i||"=",r.logic=s||r.op.logic,r.op+="",r[t instanceof g?"right":"unaries"]=t,r}function n(){}function r(e,t){e.lefsought||(e.lefsought=!0,e instanceof i&&(e=e.left),e instanceof F||"<>"===e.value&&t.push(e)||e.eachChild(function(e){return r(e,t)}))}i.displayName="Assign";var a=s(i,e).prototype;return n.prototype=a,a.children=["left","right"],a.show=function(){return[void 0].concat(this.unaries).reverse().join(" ")+[this.logic]+this.op},a.assigns=function(e){return this.left.assigns(e)},a.delegate(["isCallable","isRegex"],function(e){var t;return("="===(t=this.op)||":="===t)&&this.right[e]()}),a.isArray=function(){switch(this.op){case"=":case":=":return this.right.isArray();case"/=":return this.right.isMatcher()}},a.isString=function(){switch(this.op){case"=":case":=":case"+=":case"*=":return this.right.isString();case"-=":return this.right.isMatcher()}},a.unfoldSoak=function(e){var t,n,s,r,a,o;return this.left instanceof D?(s=(n=this.left=this.left.it).name,delete n.name,(t=s)?(r=this.right,r=i(this.right=N(t),r)):(a=this.right.cache(e),r=a[0],this.right=a[1]),o=q(D(r),this),o.cond=this.cond,o["void"]=this["void"],o):q.unfoldSoak(e,this,"left")},a.unfoldAssign=function(){return this.access&&this},a.compileNode=function(e){var t,i,n,s,a,o,c,p,f,d,m,g,v,k,y,E,x,w,L,S,C,T,$,O,M;if(t=this.left.expandSlice(e,!0).unwrap(),!this.right)for(t.isAssignable()||t.carp("invalid unary assign"),i=A(t).cacheReference(e),t=i[0],this.right=i[1],n=0,a=(s=this.unaries).length;a>n;++n)o=s[n],this.right=I(o,this.right);if(t.isEmpty())return(c=H(this.right),c.front=this.front,c.newed=this.newed,c).compile(e);if(t.getDefault()&&(this.right=R(t.op,this.right,t.second),t=t.first),t.items)return this.compileDestructuring(e,t);if(t.isAssignable()||t.carp("invalid assign"),o=this.op,p=this.right,("**="===o||"*="===o&&p.isString()||("-="===o||"/="===o)&&p.isMatcher())&&(p=R(o.slice(0,-1),b("<>"),p),o=":="),f="<?="===o||">?="===o,d=t instanceof N,d&&"$"===t.value.slice(-1)||r(p,m=[]),null!=m&&m[0])for(g=A(t).cacheReference(e),t=g[0],v=g[1],f||this.logic?(k=t.cache(e),t=k[0],y=k[1],y=y.compile(e)):(m[0].isComplex=d?u:l,m[1]?(E=v.cache(e,ht),m.shift().value=E[0],y=E[1]):y=v.compile(e)),x=0,L=m.length;L>x;++x)w=m[x],w.value=y;return f?this.compileMinMax(e,t,p,v):this.logic?this.compileConditional(e,t,p,v):((p=p.unparen()).ripName(t=t.unwrap()),(S=!e.level&&p instanceof _&&!p["else"])&&(C=A(t).cacheReference(e),T=C[0],t=C[1]),$=O=(t.front=!0,t).compile(e,at),d&&("="===o?e.scope.declare(O,t,this["const"]):(M=e.scope.checkReadOnly(O))&&t.carp("assignment to "+M+' "'+O+'"')),$+=" "+h.call(o,":","")+" ",S?this.compileRightLoop(e,T,p,$):($+=p.compile(e,at),e.level>at&&($="("+$+")"),$))},a.compileConditional=function(e,t,i,n){var s,r,a;return t instanceof N&&("?"===(s=this.logic)||"!?"===s)&&"="===this.op&&e.scope.declare(t.value,t),e.level+=e.level>ct,n||(r=A(t).cacheReference(e),t=r[0],n=r[1]),a=R(this.logic,t,(this.logic=!1,this.left=n,this)),a["void"]=this["void"],a=a,a.compileNode(e)},a.compileMinMax=function(e,t,n,s){var r,a,o,c,l;return s||(r=A(t).cacheReference(e),t=r[0],s=r[1]),a=n.cache(e),o=R(h.call(this.op,"?",""),t,a[0]),c=i(s,a[1],":="),this["void"]||!e.level?H(R("||",o,c)).compile(e):(l=o.first.cache(e),o.first=l[0],t=l[1],q(o,t).addElse(c).compileExpression(e))},a.compileDestructuring=function(e,t){var i,n,s,r,a,o,c,h,l;return i=t.items,n=i.length,s=e.level&&!this["void"],r=this.right.compile(e,1===n?ht:at),(a=t.name)?(o=a+" = "+r,e.scope.declare(r=a,t)):!(s||n>1)||pt.test(r)&&!t.assigns(r)||(o=(c=e.scope.temporary())+" = "+r,r=c),h=this["rend"+t.constructor.displayName](e,i,r),o&&h.unshift(o),(s||!h.length)&&h.push(r),l=h.join(", "),2>h.length||at>e.level?l:"("+l+")"},a.rendArr=function(e,i,n){var s,r,a,o,c,h,l,u,p,f,m,g=[];for(s=0,r=i.length;r>s;++s)if(a=i[s],!a.isEmpty()){if(a instanceof B)if(c&&a.carp("multiple splat in an assignment"),o=(a=a.it).isEmpty(),s+1===(c=i.length)){if(o)break;h=T.wrap(Z(d("slice")+".call("+n+(s?", "+s+")":")")))}else{if(h=l=n+".length - "+(c-s-1),o&&s+2===c)continue;u=s+1,l=e.scope.temporary("i"),h=o?(a=N(l),N(h)):T.wrap(Z(s+" < ("+l+" = "+h+") ? "+d("slice")+".call("+n+", "+s+", "+l+") : ("+l+" = "+s+", [])"))}else(p=l)&&s>u&&(p+=" + "+(s-u)),h=A(f||(f=b(n)),[x(Z(p||s))]);g.push((m=t(this),m.left=a,m.right=h,m["void"]=!0,m).compile(e,rt))}return g},a.rendObj=function(e,i,n){var s,r,a,o,c,h,l,u,p,f,d=[];for(s=0,r=i.length;r>s;++s)a=i[s],(o=a instanceof B)&&(a=a.it),(c=a.getDefault())&&(a=a.first),a instanceof H?(h=A(a.it).cacheReference(e),a=h[0],l=h[1],l=H(l)):a instanceof C?a=(l=a.key,a).val:l=a,a instanceof E&&(a=N(a.name)),c&&(c.first=a,a=c),u=A(p||(p=N(n)),[x(l.maybeKey())]),o&&(u=O(S(),u)),d.push((f=t(this),f.left=a,f.right=u,f["void"]=!0,f).compile(e,rt));return d},a.compileRightLoop=function(e,t,i,n){var s,r,a,o,c,h;if(s="",t instanceof A)for(r=0,c=(o=[t.head,t.tails[0].key]).length;c>r;++r)a=o[r],a.isComplex()&&(s+=a.compile(e)+", ");return s+""+(h=e.scope.temporary("res"))+" = [];\n"+this.tab+i.makeReturn(h).compile(e)+"\n"+this.tab+n+h},i}(g),e.Import=O=function(e){function t(e,t,n){var s=this instanceof i?this:new i;return s.left=e,s.right=t,s.all=n&&"All",!n&&e instanceof S&&t.items?S(e.items.concat(t.asObj().items)):s}function i(){}t.displayName="Import";var n=s(t,e).prototype;return i.prototype=n,n.children=["left","right"],n.show=function(){return this.all},n.delegate(["isCallable","isArray"],function(e){return this.left[e]()}),n.unfoldSoak=function(e){var t,i,n,s;return t=this.left,t instanceof D&&!t.negated?((t=t.it)instanceof N?(i=(this.left=t).value,e.scope.check(i,!0)||(t=Z("typeof "+i+" != 'undefined' && "+i))):(n=t.cache(e),t=n[0],this.left=n[1]),s=q(t,this),s.soak=!0,s.cond=this.cond,s["void"]=this["void"],s):q.unfoldSoak(e,this,"left")||(this["void"]||!e.level)&&q.unfoldSoak(e,this,"right")},n.compileNode=function(e){var t;return t=this.right,!this.all&&(t instanceof A&&(t=t.unfoldSoak(e)||t.unfoldAssign(e)||t.expandSlice(e).unwrap()),t instanceof L)?this.compileAssign(e,t.asObj().items):w.make(Q("import"+(this.all||"")),[this.left,t]).compileNode(e)},n.compileAssign=function(e,i){var n,s,r,a,o,c,h,l,u,p,f,d,m,g,v,k,y,b;if(!i.length)return this.left.compile(e);for(n=!e.level,2>i.length&&(n||this["void"]||i[0]instanceof B)?(s=this.left,s.isComplex()&&(s=H(s))):(r=this.left.cache(e),a=r[0],s=r[1],o=a!==s),c=n?[";","\n"+this.tab]:[","," "],h=c[0],l=c[1],h+=l,u=o?a.compile(e,rt)+h:"",p=0,f=i.length;f>p;++p)if(d=i[p],p&&(u+=m?l:h),m=d.comment)u+=d.compile(e);else if(d instanceof B)u+=t(s,d.it).compile(e);else{if((g=d.getDefault())&&(d=d.first),v=d instanceof H)k=d.it.cache(e),y=k[0],b=k[1];else if(d instanceof C){if(y=d.key,b=d.val,d.accessor){y instanceof E&&(y=Z("'"+y.name+"'")),u+="Object.defineProperty("+s.compile(e,at)+", "+y.compile(e,at)+", "+d.compileDescriptor(e)+")";continue}}else y=b=d;v||(y=y.maybeKey()),g&&(g.first=b,b=g),u+=$(A(s,[x(y)]),b).compile(e,rt)}return n?u:(this["void"]||d instanceof B||(u+=(m?" ":", ")+s.compile(e,rt)),at>e.level?u:"("+u+")")},t}(g),e.Of=M=function(e){function t(e,t){this.item=e,this.array=t}t.displayName="Of";var i=s(t,e).prototype;return a(i,arguments[1]),i.children=["item","array"],i.compileNode=function(e){var i,n,s,r,a,o,c,h,l,u,p,f,m;if(n=(i=this.array.expandSlice(e).unwrap()).items,!(i instanceof T)||2>n.length)return(this.negated?"!":"")+""+d("of")+"("+this.item.compile(e,at)+", "+i.compile(e,at)+")";for(s="",r=this.item.cache(e,rt),a=r[0],o=r[1],c=this.negated?[" !== "," && "]:[" === "," || "],h=c[0],l=c[1],u=0,p=n.length;p>u;++u)f=n[u],s&&(s+=l),f instanceof B?(s+=(m=new t(N(o),f.it),m.negated=this.negated,m).compile(e,st),u||a===o||(s="("+a+", "+s+")")):s+=(u||a===o?o:"("+a+")")+h+f.compile(e,ct+lt["=="]);return e.level<ct+lt["||"]?s:"("+s+")"},t}(g,v),e.Existence=D=function(e){function t(e,t){var n=this instanceof i?this:new i;return n.it=e,n.negated=t,n}function i(){}t.displayName="Existence";var n=s(t,e).prototype;return a(n,arguments[1]),i.prototype=n,n.children=["it"],n.compileNode=function(e){var t,i,n,s,r,a;return i=this.it.unwrap(),i.front=this.front,t=i,n=t.compile(e,ct+lt["=="]),t instanceof N&&!e.scope.check(n,!0)?(s=this.negated?["||","="]:["&&","!"],r=s[0],a=s[1],n="typeof "+n+" "+a+"= 'undefined' "+r+" "+n+" "+a+"== null"):n+=" "+(r=this.negated?"==":"!=")+" null",e.level<ct+lt[r]?n:"("+n+")"},t}(g,v),e.Fun=F=function(e){function t(e,t,n){var s=this instanceof i?this:new i;return s.params=e||[],s.body=t||k(),s.bound=n&&"this$",s}function i(){}t.displayName="Fun";var n=s(t,e).prototype;return i.prototype=n,n.children=["params","body"],n.show=function(){var e;return[this.name]+[(e=this.bound)?"~"+e:void 0]},n.named=function(e){return this.name=e,this.statement=!0,this},n.isCallable=l,n.isStatement=function(){return!!this.statement},n.traverseChildren=function(t,i){return i?e.prototype.traverseChildren.apply(this,arguments):void 0},n.makeReturn=function(){return this.statement?(this.returns=!0,this):e.prototype.makeReturn.apply(this,arguments)},n.ripName=function(e){this.name||(this.name=e.varName())},n.compileNode=function(e){var t,i,n,s,r,a,c,h,l,u,p;return t=e.scope,i=t.shared||t,n=e.scope=this.body.scope=new o(this.wrapper?t:i,this.wrapper&&i),n.fun=this,(s=this.proto)&&n.assign("prototype",s.compile(e)+".prototype"),(s=this.cname)&&n.assign("constructor",s),a=e.loop,delete e.loop,(r=a)&&(e.indent=this.tab=""),e.indent+=ut,c=this.body,h=this.name,l=this.tab,u="function","this$"===this.bound&&(this.ctor?(n.assign("this$","this instanceof ctor$ ? this : new ctor$"),c.lines.push(j(b("this$")))):(s=null!=(p=i.fun)?p.bound:void 0)?this.bound=s:i.assign("this$","this")),this.statement&&(h||this.carp("nameless function declaration"),t===e.block.scope||this.carp("misplaced function declaration"),this.accessor&&this.carp("named accessor"),t.add(h,"function",this)),(this.statement||h&&this.labeled)&&(u+=" "+n.add(h,"function",this)),this.hushed||this.ctor||this.newed||c.makeReturn(),u+="("+this.compileParams(e,n)+"){",(s=c.compileWithDeclarations(e))&&(u+="\n"+s+"\n"+l),u+="}",r?t.assign(t.temporary("fn"),u):(this.returns?u+="\n"+l+"return "+h+";":this.bound&&this.ctor&&(u+=" function ctor$(){} ctor$.prototype = prototype;"),this.front&&!this.statement?"("+u+")":u)},n.compileParams=function(e,t){var i,n,s,r,a,o,c,h,l,u,p,f,d,m,g,v,k,y,E,x;for(i=this.params,n=i.length,s=this.body,r=i.length-1;r>=0&&(a=i[r],a.isEmpty()||a.filler);--r)--i.length;for(o=0,c=i.length;c>o;++o)a=i[o],a instanceof B?h=o:"="!==a.op||a.logic||(i[o]=R("?",a.left,a.right));if(null!=h?l=i.splice(h,9e9):this.accessor?(u=i[1])&&u.carp("excess accessor parameter"):n||this.wrapper||s.traverseChildren(function(e){return"it"===e.value||null})&&(i[0]=N("it")),p=[],f=[],i.length)for(d=0,m=i.length;m>d;++d)a=i[d],g=a,(v=g.getDefault())&&(g=g.first),g.isEmpty()?g=N(t.temporary("arg")):"&"===g.value?g=N(e.ref=t.reference()):g instanceof N?v&&f.push($(g,a.second,"=",a.op)):(k=N((E=(y=g.it||g).name,delete y.name,E||g.varName()||t.temporary("arg"))),f.push($(g,v?R(a.op,k,a.second):k)),g=k),p.push(t.add(g.value,"arg",a));
8
+ if(l){for(;h--;)l.unshift(T());f.push($(T(l),b("arguments")))}return f.length&&(x=this.body).prepend.apply(x,f),p.join(", ")},t}(g),e.Class=P=function(e){function t(e,t,i,n){this.title=e,this.sup=t,this.mixins=i,this.fun=F([],n)}t.displayName="Class";var i=s(t,e).prototype;return i.children=["title","sup","mixins","fun"],i.isCallable=l,i.ripName=function(e){this.name=e.varName()},i.compile=function(e,t){var i,n,s,r,a,o,c,h,l,u,p,f,d,m,g,v,k,y,E,x,A,L,C,T,I,R,M,D,P;for(i=this.fun,n=i.body,s=n.lines,r=this.title,a=null!=r?r.varName():void 0,o=a||this.name,pt.test(o||"")?i.cname=o:o="constructor",c=N("prototype"),h=0,l=s.length;l>h;++h)if(u=s[h],u instanceof S){for(s[h]=O(c,u),p=0,d=(f=u.items).length;d>p;++p)if(m=f[p],g=m.key,m.val instanceof F||m.accessor)for(g.isComplex()&&(g=N(e.scope.temporary("key")),m.key=$(g,m.key)),v=0,E=(y=[].concat(m.val)).length;E>v;++v)k=y[v],k.meth=g}else u instanceof F&&!u.statement&&(x&&u.carp("redundant constructor"),x=u);if(x||(x=s[s.length]=F()),x.name=o,x.ctor=!0,x.statement=!0,s.push(A=i.proto=N(i.bound=o)),L=[],(C=this.sup)&&(L.push(C),i.proto=Q.Extends(A,(T=i.params)[T.length]=N("superclass"))),C=this.mixins){for(R=[],M=0,D=C.length;D>M;++M)L[L.length]=C[M],R.push(O(c,Z("arguments["+(L.length-1)+"]"),!0));I=R,n.prepend.apply(n,I)}return i.cname&&n.prepend(b(o+".displayName = '"+o+"'")),P=H(w.make(i,L),!0),a&&r.isComplex()&&(P=$(A,P)),r&&(P=$(r,P)),P.compile(e,t)},t}(g),e.Super=U=function(e){function t(){}t.displayName="Super";var i=s(t,e).prototype;return i.isCallable=l,i.compile=function(e){var t,i;if(t=e.scope,!this.sproto)for(;i=!t.get("superclass")&&t.fun;t=t.parent)if(i=i.meth)return"superclass.prototype"+x(i).compile(e);return"superclass"},t}(g),e.Parens=H=function(e){function t(e,t,n){var s=this instanceof i?this:new i;return s.it=e,s.keep=t,s.string=n,s}function i(){}t.displayName="Parens";var n=s(t,e).prototype;return i.prototype=n,n.children=["it"],n.show=function(){return this.string&&'""'},n.delegate(["isComplex","isCallable","isArray","isRegex"],function(e){return this.it[e]()}),n.isString=function(){return this.string||this.it.isString()},n.unparen=function(){return this.keep?this:this.it.unparen()},n.compile=function(e,t){var i;return null==t&&(t=e.level),i=this.it,i.cond||(i.cond=this.cond),i["void"]||(i["void"]=this["void"]),!this.calling||t&&!this["void"]||(i.head.hushed=!0),this.keep||this.newed||t>=ct+lt[i.op]?i.isStatement()?i.compileClosure(e):"("+i.compile(e,rt)+")":(i.front=this.front,i).compile(e,t||rt)},t}(g),e.Splat=B=function(e){function t(e,t){var n=this instanceof i?this:new i;return n.it=e,n.filler=t,n}function i(){}function n(e){var i,s,r;for(i=-1;s=e[++i];)s instanceof t&&(r=s.it,r.isEmpty()?e.splice(i--,1):r instanceof T&&(e.splice.apply(e,[i,1].concat(c.call(n(r.items)))),i+=r.items.length-1));return e}function r(e){return e.isArray()?e:w.make(Z(d("slice")+".call"),[e])}t.displayName="Splat";var a,o=s(t,e).prototype;return i.prototype=o,a=H.prototype,o.children=a.children,o.isComplex=a.isComplex,o.isAssignable=l,o.assigns=function(e){return this.it.assigns(e)},o.compile=function(){return this.carp("invalid splat")},t.compileArray=function(e,i,s){var a,o,c,h,l,u,p,f;for(n(i),a=0,o=i.length;o>a&&(c=i[a],!(c instanceof t));++a);if(a>=i.length)return"";if(!i[1])return(s?Object:r)(i[0].it).compile(e,at);for(h=[],l=[],u=0,f=(p=i.splice(a,9e9)).length;f>u;++u)c=p[u],c instanceof t?(l.length&&h.push(T(l.splice(0,9e9))),h.push(r(c.it))):l.push(c);return l.length&&h.push(T(l)),(a?T(i):h.shift()).compile(e,ht)+(".concat("+L.compile(e,h)+")")},t}(g),e.Jump=W=function(e){function t(e,t){this.verb=e,this.label=t}t.displayName="Jump";var n=s(t,e).prototype;return n.show=function(){var e;return(this.verb||"")+((e=this.label)?" "+e:"")},n.isStatement=l,n.makeReturn=p,n.getJump=function(e){var t;return e||(e={}),e[this.verb]?(t=this.label)?!i(t,e.labels||(e.labels=[]))&&this:void 0:this},n.compileNode=function(e){var t;return(t=this.label)?i(t,e.labels||(e.labels=[]))||this.carp('unknown label "'+t+'"'):e[this.verb]||this.carp("stray "+this.verb),this.show()+";"},t.extended=function(e){e.prototype.children=["it"],this[e.displayName.toLowerCase()]=e},t}(g),e.Throw=J=function(e){function t(e){var t=this instanceof i?this:new i;return t.it=e,t}function i(){}t.displayName="Throw";var n=s(t,e).prototype;return i.prototype=n,n.getJump=f,n.compileNode=function(e){var t;return"throw "+((null!=(t=this.it)?t.compile(e,rt):void 0)||"null")+";"},t}(W),e.Return=j=function(e){function t(e){var t=this instanceof i?this:new i;return e&&"void"!==e.value&&(t.it=e),t}function i(){}t.displayName="Return";var n=s(t,e).prototype;return i.prototype=n,n.getJump=p,n.compileNode=function(e){var t;return"return"+((t=this.it)?" "+t.compile(e,rt):"")+";"},t}(W),e.While=_=function(e){function t(e,t,i){this.un=t,i&&(i instanceof g?this.update=i:this.post=!0),(this.post||e.value!==""+!t)&&(this.test=e)}t.displayName="While";var i=s(t,e).prototype;return i.children=["test","body","update","else"],i.aSource="test",i.aTargets=["body","update"],i.show=function(){return[this.un?"!":void 0,this.post?"do":void 0].join("")},i.isStatement=i.isArray=l,i.getJump=function(e){var t,i,n,s;for(e||(e={}),e["continue"]=!0,e["break"]=!0,t=0,n=(i=this.body.lines).length;n>t;++t)if(s=i[t],s.getJump(e))return s},i.addBody=function(e){return this.body=e,this},i.makeReturn=function(e){var t;return e?(this.body.makeReturn(e),null!=(t=this["else"])&&t.makeReturn(e)):this.getJump()||(this.returns=!0),this},i.compileNode=function(e){var t,i,n,s;return e.loop=!0,this.test&&(this.un?this.test=this.test.invert():this.anaphorize()),this.post?"do {"+this.compileBody((e.indent+=ut,e)):(t=(null!=(i=this.test)?i.compile(e,rt):void 0)||"",this.update||this["else"]?(n="for (",this["else"]&&(n+=(this.yet=e.scope.temporary("yet"))+" = true"),n+=";"+(t&&" "+t)+";",(s=this.update)&&(n+=" "+s.compile(e,rt))):n=t?"while ("+t:"for (;;",n+") {"+this.compileBody((e.indent+=ut,e)))},i.compileBody=function(e){var t,i,n,s,r,a,o,c,h,l;return e["break"]=e["continue"]=!0,t=this.body.lines,i=this.yet,n=this.tab,s=r="",this.returns&&(null!=t[a=t.length-1]&&(t[a]=t[a].makeReturn(o=e.scope.assign("results$","[]"))),r="\n"+n+"return "+(o||"[]")+";",i&&((c=this["else"].makeReturn().lines)[0]||(c[0]=j()))),i&&t.unshift(Z(i+" = false;")),h=t[t.length-1],"continue"!==(null!=h?h.verb:void 0)||h.label||--t.length,(l=this.body.compile(e,st))&&(s+="\n"+l+"\n"+n),s+="}",this.post&&(s+=" while ("+this.test.compile((e.tab=n,e),rt)+");"),i&&(s+=" if ("+i+") "+this.compileBlock(e,k(this["else"]))),s+r},t}(g),e.For=Y=function(e){function t(e){var t,i,n,s;for(a(this,e),this.item instanceof N&&!this.item.value&&(this.item=null),t=0,s=(n=this.kind).length;s>t;++t)i=n[t],this[i]=!0;this.own&&!this["in"]&&this.carp("`for own` without `in`")}t.displayName="For";var i=s(t,e).prototype;return i.children=["item","source","from","to","step","body"],i.aSource=null,i.show=function(){return this.kind.concat(this.index).join(" ")},i.addBody=function(e){var t,i,n,s,r;return this.let&&(t=this.ref,delete this.ref,t&&(this.item=b("&")),e=k(w.let((i=[],s=this.index,delete this.index,(n=s)&&i.push($(N(n),b("index"))),r=this.item,delete this.item,(n=r)&&i.push($(n,b("item"))),i),e))),this.body=e,this},i.compileNode=function(e){var t,i,n,s,r,a,o,c,h,l,u,p,f,d,m,g,v,k;return e.loop=!0,(t=this.index)?e.scope.declare(t,this):t=e.scope.temporary("i"),this["in"]||(i=(this.step||b(1)).compileLoopReference(e,"step"),n=i[0],s=i[1]),this.from?(r=this.to.compileLoopReference(e,"to"),a=r[0],o=r[1],c=this.from.compile(e,at),h=t+" = "+c,o!==a&&(h+=", "+o),!this.step&&+c>+a&&(n=s=-1),l="til"===this.op?"":"=",u=+n?t+" "+"<>".charAt(0>n)+l+" "+a:n+" < 0 ? "+t+" >"+l+" "+a+" : "+t+" <"+l+" "+a):(this.ref&&(this.item=N(e.scope.reference())),this.item||this.own||this.let?(p=this.source.compileLoopReference(e,"ref",!this["in"]),f=p[0],d=p[1]):f=d=this.source.compile(e,rt),this["in"]||(0>n&&~~n===+n?(h=t+" = "+d+".length - 1",u=t+" >= 0"):(m=e.scope.temporary("len"),h=t+" = 0, "+m+" = "+d+".length",u=t+" < "+m))),this["else"]&&(this.yet=e.scope.temporary("yet")),g="for (",this["in"]&&(g+=t+" in "),(v=this.yet)&&(g+=v+" = true, "),this["in"]?g+=d:(s===n||(h+=", "+s),g+=h+"; "+u+"; "+(1==Math.abs(n)?(0>n?"--":"++")+t:t+(0>n?" -= "+n.slice(1):" += "+n))),this.own&&(g+=") if ("+e.scope.assign("own$","{}.hasOwnProperty")+".call("+f+", "+t+")"),g+=") {",this.let?this.body.traverseChildren(function(e){switch(e.value){case"index":e.value=t;break;case"item":e.value=f+"["+t+"]"}}):this.infuseIIFE(),e.indent+=ut,this.item&&!this.item.isEmpty()&&(g+="\n"+e.indent+$(this.item,Z(f+"["+t+"]")).compile(e,st)+";"),this.ref&&(e.ref=this.item.value),k=this.compileBody(e),this.item&&"}"===k.charAt(0)&&(g+="\n"+this.tab),g+k},i.infuseIIFE=function(){function e(e,t){var i,n,s;if(t)for(i=0,n=e.length;n>i;++i)if(s=e[i],t===s.value)return!0}var t=this;this.body.traverseChildren(function(i){var n,s,r,a,o,c;(i.calling||"new"===i.op&&(n=i.it).params)&&(n?i.it=w.make((n["void"]=!0,n)):n=i.it.head,s=n.params,r=i.it.tails[0],s.length^r.args.length-!!r.method||(a=t.index,o=t.item,a&&!e(s,a)&&r.args.push(s[s.length]=N(a)),(c=o instanceof L&&o.name)&&(o=N(c)),o instanceof N&&!e(s,o.value)&&r.args.push(s[s.length]=o)))})},t}(_),e.Try=z=function(e){function t(e,t,i,n){this.attempt=e,this.thrown=t,this.recovery=i,this.ensure=n,null!=i&&i.lines.unshift($(N(this.thrown||"e"),N("e$")))}t.displayName="Try";var i=s(t,e).prototype;return i.children=["attempt","recovery","ensure"],i.show=function(){return this.thrown},i.isStatement=l,i.isCallable=function(){var e;return(null!=(e=this.recovery)?e.isCallable():void 0)&&this.attempt.isCallable()},i.getJump=function(e){var t;return this.attempt.getJump(e)||(null!=(t=this.recovery)?t.getJump(e):void 0)},i.makeReturn=function(e){return this.attempt=this.attempt.makeReturn(e),null!=this.recovery&&(this.recovery=this.recovery.makeReturn(e)),this},i.compileNode=function(e){var t,i;return e.indent+=ut,t="try "+this.compileBlock(e,this.attempt),(i=this.recovery||!this.ensure&&Z(""))&&(t+=" catch (e$) "+this.compileBlock(e,i)),(i=this.ensure)&&(t+=" finally "+this.compileBlock(e,i)),t},t}(g),e.Switch=G=function(e){function t(e,t,i){this.topic=e,this.cases=t,this["default"]=i}t.displayName="Switch";var i=s(t,e).prototype;return i.children=["topic","cases","default"],i.aSource="topic",i.aTargets=["cases","default"],i.isStatement=l,i.isCallable=function(){var e,t,i,n,s;for(e=0,i=(t=this.cases).length;i>e;++e)if(n=t[e],!n.isCallable())return!1;return null!=(s=this["default"])?s.isCallable():void 0},i.getJump=function(e){var t,i,n,s,r,a;for(e||(e={}),e["break"]=!0,t=0,n=(i=this.cases).length;n>t;++t)if(s=i[t],r=s.body.getJump(e))return r;return null!=(a=this["default"])?a.getJump(e):void 0},i.makeReturn=function(e){var t,i,n,s,r;for(t=0,n=(i=this.cases).length;n>t;++t)s=i[t],s.makeReturn(e);return null!=(r=this["default"])&&r.makeReturn(e),this},i.compileNode=function(e){var t,i,n,s,r,a,o,c,h;for(t=this.tab,i=!!this.topic&&this.anaphorize().compile(e,rt),n="switch ("+i+") {\n",s=this["default"]||this.cases.length-1,e["break"]=!0,r=0,o=(a=this.cases).length;o>r;++r)c=a[r],n+=c.compileCase(e,t,r===s,!i);return this["default"]&&(e.indent=t+ut,(h=this["default"].compile(e,st))&&(n+=t+("default:\n"+h+"\n"))),n+t+"}"},t}(g),e.Case=K=function(e){function t(e,t){this.tests=e,this.body=t}t.displayName="Case";var i=s(t,e).prototype;return i.children=["tests","body"],i.isCallable=function(){return this.body.isCallable()},i.makeReturn=function(e){var t,i;return"fallthrough"!==(null!=(t=(i=this.body.lines)[i.length-1])?t.value:void 0)&&this.body.makeReturn(e),this},i.compileCase=function(e,t,i,n){var s,r,a,o,c,h,l,u,p,f,d,m,g,v,k,y,N,E;for(r=[],a=0,c=(o=this.tests).length;c>a;++a)if(h=o[a],h=h.expandSlice(e).unwrap(),h instanceof T)for(l=0,p=(u=h.items).length;p>l;++l)f=u[l],r.push(f);else r.push(h);if(s=r,s.length||s.push(b("void")),n){for(f=s[0],d=0;m=s[++d];)f=R("||",f,m);s=[(this.t=f,this.aSource="t",this.aTargets=["body"],this).anaphorize().invert()]}for(g="",v=0,k=s.length;k>v;++v)f=s[v],g+=t+("case "+f.compile(e,rt)+":\n");return y=this.body.lines,N=y[y.length-1],(E="fallthrough"===(null!=N?N.value:void 0))&&(y[y.length-1]=Z("// fallthrough")),e.indent=t+=ut,(m=this.body.compile(e,st))&&(g+=m+"\n"),i||E||N instanceof W||(g+=t+"break;\n"),g},t}(g),e.If=q=function(e){function t(e,t,n){var s=this instanceof i?this:new i;return s["if"]=e,s.then=t,s.un=n,s}function i(){}t.displayName="If";var n=s(t,e).prototype,r=t;return i.prototype=n,n.children=["if","then","else"],n.aSource="if",n.aTargets=["then"],n.show=function(){return this.un&&"!"},n.terminator="",n.delegate(["isCallable","isArray","isString","isRegex"],function(e){var t;return(null!=(t=this["else"])?t[e]():void 0)&&this.then[e]()}),n.maybeUnlessBlock=function(e){return this.un=e,e&&this["else"]instanceof t&&this["else"].maybeUnlessBlock(!0),this},n.getJump=function(e){var t;return this.then.getJump(e)||(null!=(t=this["else"])?t.getJump(e):void 0)},n.makeReturn=function(e){return this.then=this.then.makeReturn(e),null!=this["else"]&&(this["else"]=this["else"].makeReturn(e)),this},n.compileNode=function(e){return this.un?this["if"]=this["if"].invert():this.soak||this.anaphorize(),e.level?this.compileExpression(e):this.compileStatement(e)},n.compileStatement=function(e){var t,i;return t="if ("+this["if"].compile(e,rt)+") ",e.indent+=ut,t+=this.compileBlock(e,k(this.then)),(i=this["else"])?t+" else "+(i instanceof r?i.compile((e.indent=this.tab,e),st):this.compileBlock(e,i)):t},n.compileExpression=function(e){var t,i,n,s;return t=this.then,i=this["else"]||b("void"),this["void"]&&(t["void"]=i["void"]=!0),this["else"]||!this.cond&&!this["void"]?(n=this["if"].compile(e,ot),s=i.isComplex()?"\n"+(e.indent+=ut):" ",n+=s+"? "+t.compile(e,at)+s+": "+i.compile(e,at),ot>e.level?n:"("+n+")"):H(R("&&",this["if"],t)).compile(e)},t.unfoldSoak=function(e,t,i){var n;return(n=t[i].unfoldSoak(e))?(t[i]=n.then,n.cond=t.cond,n["void"]=t["void"],n.then=A(t),n):void 0},t}(g),e.Label=V=function(e){function t(e,t){var i;return this.label=e||"_",this.it=t,(i=(t instanceof F||t instanceof P)&&t||t.calling&&t.it.head)?(i.name||(i.name=this.label,i.labeled=!0),t):void 0}t.displayName="Label";var n,r=s(t,e).prototype;return n=H.prototype,r.children=n.children,r.isCallable=n.isCallable,r.isArray=n.isArray,r.show=function(){return this.label},r.isStatement=l,r.getJump=function(e){return e||(e={}),(e.labels||(e.labels=[])).push(this.label),this.it.getJump((e["break"]=!0,e))},r.makeReturn=function(e){return this.it=this.it.makeReturn(e),this},r.compileNode=function(e){var t,n,s;return t=this.label,n=this.it,s=e.labels=c.call(e.labels||[]),i(t,s)&&this.carp('duplicate label "'+t+'"'),s.push(t),n.isStatement()||(n=k(n)),t+": "+(n instanceof k?(e.indent+=ut,this.compileBlock(e,n)):n.compile(e))},t}(g),e.Pipe=X=function(e){function t(e,t,n){var s=this instanceof i?this:new i;return s.input=e,s.output=t,s.prog1=n,s}function i(){}t.displayName="Pipe";var n=s(t,e).prototype;return i.prototype=n,n.show=function(){return this.prog1},n.children=["input","output"],n.terminator="",n.delegate(["isCallable","isArray","isString","isRegex"],function(e){return this[this.prog1?"input":"output"][e]()}),n.getJump=function(e){return this.output.getJump(e)},n.makeReturn=function(e){return this.ret=e,this},n.compileNode=function(e){var i,n,s,r,a,o,c,h,l,u;return i=e.level,n=this.input,s=this.output,r=this.prog1,a=this.ref,s=k(s).chomp(),r&&("ret"in this||i&&!this["void"])&&s.add((o=b("&"),o.cascadee=!0,o)),"ret"in this&&(s=s.makeReturn(this.ret)),a?r||((c=s.lines)[h=c.length-1]=$(N(a),c[h])):a=e.scope.reference(),n instanceof t?n.ref=a:n&&(n=$(N(a),n)),e.level&&(e.level=rt),l=n.compile(e),u=s.compile((e.ref=new String(a),e)),"cascade"!==r||e.ref.erred||this.carp("unreferred cascadee"),i?(l+=", "+u,i>rt?"("+l+")":l):l+""+n.terminator+"\n"+u},t}(g),e.JS=Z=function(e){function t(e,t,n){var s=this instanceof i?this:new i;return s.code=e,s.literal=t,s.comment=n,s}function i(){}t.displayName="JS";var n=s(t,e).prototype;return i.prototype=n,n.show=function(){return this.comment?this.code:"`"+this.code+"`"},n.terminator="",n.isAssignable=n.isCallable=function(){return!this.comment},n.compile=function(e){return this.literal?m(this.code,e.indent):this.code},t}(g),e.Util=Q=function(e){function t(e){var t=this instanceof i?this:new i;return t.verb=e,t}function i(){}t.displayName="Util";var n=s(t,e).prototype;return i.prototype=n,n.show=W.prototype.show,n.isCallable=l,n.compile=function(){return d(this.verb)},t.Extends=function(){return w.make(t("extend"),[arguments[0],arguments[1]])},t}(g),e.Vars=et=function(e){function t(e){var t=this instanceof i?this:new i;return t.vars=e,t}function i(){}t.displayName="Vars";var n=s(t,e).prototype;return i.prototype=n,n.children=["vars"],n.makeReturn=p,n.compile=function(e,t){var i,n,s,r,a;for(i=0,s=(n=this.vars).length;s>i;++i)r=n[i],a=r.value,r instanceof N||r.carp("invalid variable declaration"),e.scope.check(a)&&r.carp('redeclaration of "'+a+'"'),e.scope.declare(a,r);return b("void").compile(e,t)},t}(g),e.L=function(e,t){return t.line=e+1,t},e.Decl=function(e,t,i){if(!t[0])throw SyntaxError("empty "+e+" on line "+i);return tt[e](t)},tt={"export":function(e){var t,i,n,s,r;for(t=-1,i=Q("out");n=e[++t];)n instanceof k?e.splice.apply(e,[t--,1].concat(c.call(n.lines))):(s=n instanceof F&&n.name)?e.splice(t++,0,$(A(i,[x(E(s))]),N(s))):e[t]=(s=n.varName()||n instanceof $&&n.left.varName()||n instanceof P&&(null!=(r=n.title)?r.varName():void 0))?$(A(i,[x(E(s))]),n):O(i,n);return k(e)},"import":function(e,t){var i,n,s;for(i=0,n=e.length;n>i;++i)s=e[i],e[i]=O(b("this"),s,t);return k(e)},importAll:function(e){return this["import"](e,!0)},"const":function(e){var t,i,n;for(t=0,i=e.length;i>t;++t)n=e[t],"="===n.op||n.carp("invalid constant variable declaration"),n["const"]=!0;return k(e)},"var":et},it=o.prototype,it.READ_ONLY={"const":"constant","function":"function",undefined:"undeclared"},it.add=function(e,t,i){var n,s;return i&&(n=this.variables[e+"."])&&((s=this.READ_ONLY[n]||this.READ_ONLY[t])?i.carp("redeclaration of "+s+' "'+e+'"'):n===t&&"arg"===t?i.carp('duplicate parameter "'+e+'"'):"upvar"===n&&i.carp('accidental shadow of "'+e+'"'),"arg"===n||"function"===n)?e:(this.variables[e+"."]=t,e)},it.get=function(e){return this.variables[e+"."]},it.declare=function(e,t,i){var n,s;if(n=this.shared){if(this.check(e))return;s=n}else s=this;return s.add(e,i?"const":"var",t)},it.assign=function(e,t){return this.add(e,{value:t})},it.temporary=function(e){function t(e){return++e}for(e||(e="ref");this.variables[e+"$."];)e=2>e.length&&"z">e?String.fromCharCode(e.charCodeAt()+1):e.replace(/\d*$/,t);return this.add(e+"$","var")},it.reference=function(){for(var e,t;this.check(e="x"+((t=-~t)-1)+"$",!0););return this.add(e,"var")},it.check=function(e,t){var i,n;return(i=this.variables[e+"."])||!t?i:null!=(n=this.parent)?n.check(e,t):void 0},it.checkReadOnly=function(e){var t,i,n;return(t=this.READ_ONLY[this.check(e,!0)])?t:((i=this.variables)[n=e+"."]||(i[n]="upvar"),"")},it.emit=function(e,t){var i,n,s,r,a,o,c,h;i=[],n=[],s=[];for(r in a=this.variables)o=a[r],r=r.slice(0,-1),"var"===o||"const"===o?i.push(r):(c=o.value)&&(~(h=m(c,t)).lastIndexOf("function(",0)?s.push("function "+r+h.slice(8)):n.push(r+" = "+h));return(c=i.concat(n).join(", "))&&(e=t+"var "+c+";\n"+e),(c=s.join("\n"+t))?e+"\n"+t+c:e},nt={clone:"function(it){\n function fun(){} fun.prototype = it;\n return new fun;\n}",extend:"function(sub, sup){\n function fun(){} fun.prototype = (sub.superclass = sup).prototype;\n (sub.prototype = new fun).constructor = sub;\n if (typeof sup.extended == 'function') sup.extended(sub);\n return sub;\n}",bind:"function(obj, key){\n return function(){ return obj[key].apply(obj, arguments) };\n}","import":"function(obj, src){\n var own = {}.hasOwnProperty;\n for (var key in src) if (own.call(src, key)) obj[key] = src[key];\n return obj;\n}",importAll:"function(obj, src){\n for (var key in src) obj[key] = src[key];\n return obj;\n}",repeatString:"function(str, n){\n for (var r = ''; n > 0; (n >>= 1) && (str += str)) if (n & 1) r += str;\n return r;\n}",repeatArray:"function(arr, n){\n for (var r = []; n > 0; (n >>= 1) && (arr = arr.concat(arr)))\n if (n & 1) r.push.apply(r, arr);\n return r;\n}",of:"function(x, arr){\n var i = 0, l = arr.length >>> 0;\n while (i < l) if (x === arr[i++]) return true;\n return false;\n}",out:"typeof exports != 'undefined' && exports || this",split:"''.split",replace:"''.replace",toString:"{}.toString",join:"[].join",slice:"[].slice"},st=0,rt=1,at=2,ot=3,ct=4,ht=5,function(){this["&&"]=this["||"]=.2,this["&"]=this["^"]=this["|"]=.3,this["=="]=this["!="]=this["==="]=this["!=="]=.4,this["<"]=this[">"]=this["<="]=this[">="]=this["in"]=this["instanceof"]=.5,this["<<"]=this[">>"]=this[">>>"]=.6,this["+"]=this["-"]=.7,this["*"]=this["/"]=this["%"]=.8}.call(lt={unary:.9}),ut=" ",pt=/^(?!\d)[\w$\xAA-\uFFDC]+$/,ft=/^\d+$/}.call(this,e["./ast"]={}),function(t){var i,s;i=e("./lexer"),s=e("./parser").parser,s.yy=e("./ast"),s.lexer={lex:function(){var e,t;return e=this.tokens[++this.pos]||[""],t=e[0],this.yytext=e[1],this.yylineno=e[2],t},setInput:function(e){return this.pos=-1,this.tokens=e},upcomingInput:function(){return""}},t.VERSION="0.9.1",t.compile=function(e,t){var n,r;try{return s.parse(i.lex(e)).compileRoot(t)}catch(a){throw n=a,(r=null!=t?t.filename:void 0)&&(n.message+="\nat "+r),n}},t.ast=function(e){return s.parse("string"==typeof e?i.lex(e):e)},t.tokens=i.lex,t.lex=function(e){return i.lex(e,{raw:!0})},t.run=function(e,i){var s;return Function(t.compile(e,(s={},n(s,i),s.bare=!0,s)))()},t.tokens.rewrite=i.rewrite,a(t.ast,s.yy),e.extensions?e("./node")(t):(t.require=e,"[object BackstagePass]"==""+this&&(this.EXPORTED_SYMBOLS=["Coco"]))}.call(this,e["./coco"]={}),e["./coco"]}(),this.window&&function(){var e,t,i,n,s,r,a;Coco.stab=function(e,t,i,n){try{Coco.run(e,{filename:i})}catch(s){n=s}return"function"==typeof t?t(n):void 0},Coco.load=function(e,t){var i;return i=new XMLHttpRequest,i.open("GET",e,!0),"overrideMimeType"in i&&i.overrideMimeType("text/plain"),i.onreadystatechange=function(){var n;4===i.readyState&&(200===(n=i.status)||0===n?Coco.stab(i.responseText,t,e):"function"==typeof t&&t(Error(e+": "+i.status+" "+i.statusText)))},i.send(null),i},e=/^(?:text\/|application\/)?coco$/i,t=function(e){e&&setTimeout(function(){throw e})};for(i=0,s=(n=document.getElementsByTagName("script")).length;s>i;++i)r=n[i],e.test(r.type)&&((a=r.src)?Coco.load(a,t):Coco.stab(r.innerHTML,t,r.id))}(),this.WSH&&function(){var e,t,i,n,s,r,a;for(e=WSH.arguments,t=WSH.createObject("Scripting.FileSystemObject"),i=0,n=e.length;n>i;++i)s=e.item(i),r=t.openTextFile(s,1).readAll(),a=Coco.compile(r),t.openTextFile(s.replace(/(?:\.co)?$/,".js"),2,!0).write(a);i||WSH.echo("Usage: coco [files]")}(),this.Coco;
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-coco-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3b
5
- prerelease: 5
4
+ version: 0.9.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jacob Swanner
@@ -36,13 +36,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
36
36
  required_rubygems_version: !ruby/object:Gem::Requirement
37
37
  none: false
38
38
  requirements:
39
- - - ! '>'
39
+ - - ! '>='
40
40
  - !ruby/object:Gem::Version
41
- version: 1.3.1
41
+ version: '0'
42
42
  requirements: []
43
43
  rubyforge_project:
44
- rubygems_version: 1.8.11
44
+ rubygems_version: 1.8.24
45
45
  signing_key:
46
46
  specification_version: 3
47
47
  summary: Coco source for ruby-coco gem.
48
48
  test_files: []
49
+ has_rdoc: