|
@@ -317,10 +317,8 @@ globals.SmalltalkParser = (function() {
|
|
._arguments_(pattern[1])
|
|
._arguments_(pattern[1])
|
|
._nodes_([sequence]);
|
|
._nodes_([sequence]);
|
|
},
|
|
},
|
|
- peg$c136 = "->",
|
|
|
|
- peg$c137 = { type: "literal", value: "->", description: "\"->\"" },
|
|
|
|
- peg$c138 = function(message, tail) { return tail._valueForReceiver_(message); },
|
|
|
|
- peg$c139 = function(receiver, tail) { return tail._valueForReceiver_(receiver); },
|
|
|
|
|
|
+ peg$c136 = function(send) { return send._selector() === "->" },
|
|
|
|
+ peg$c137 = function(send) { return send; },
|
|
|
|
|
|
peg$currPos = 0,
|
|
peg$currPos = 0,
|
|
peg$reportedPos = 0,
|
|
peg$reportedPos = 0,
|
|
@@ -492,7 +490,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsestart() {
|
|
function peg$parsestart() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 0,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 0,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -510,7 +508,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseseparator() {
|
|
function peg$parseseparator() {
|
|
var s0, s1;
|
|
var s0, s1;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 1,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 1,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -549,7 +547,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsecomments() {
|
|
function peg$parsecomments() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 2,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 2,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -674,7 +672,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsews() {
|
|
function peg$parsews() {
|
|
var s0, s1;
|
|
var s0, s1;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 3,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 3,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -703,7 +701,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseidentifier() {
|
|
function peg$parseidentifier() {
|
|
var s0, s1, s2, s3;
|
|
var s0, s1, s2, s3;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 4,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 4,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -759,7 +757,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsekeyword() {
|
|
function peg$parsekeyword() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 5,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 5,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -798,7 +796,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseselector() {
|
|
function peg$parseselector() {
|
|
var s0, s1, s2, s3;
|
|
var s0, s1, s2, s3;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 6,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 6,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -854,7 +852,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseclassName() {
|
|
function peg$parseclassName() {
|
|
var s0, s1, s2, s3;
|
|
var s0, s1, s2, s3;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 7,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 7,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -910,7 +908,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsestring() {
|
|
function peg$parsestring() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 8,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 8,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1008,7 +1006,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsesymbol() {
|
|
function peg$parsesymbol() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 9,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 9,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1047,7 +1045,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsebareSymbol() {
|
|
function peg$parsebareSymbol() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 10,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 10,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1083,7 +1081,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsenumber() {
|
|
function peg$parsenumber() {
|
|
var s0, s1;
|
|
var s0, s1;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 11,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 11,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1116,7 +1114,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsenumberExp() {
|
|
function peg$parsenumberExp() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 12,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 12,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1169,7 +1167,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsehex() {
|
|
function peg$parsehex() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 13,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 13,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1244,7 +1242,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsefloat() {
|
|
function peg$parsefloat() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 14,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 14,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1346,7 +1344,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseinteger() {
|
|
function peg$parseinteger() {
|
|
var s0, s1, s2, s3;
|
|
var s0, s1, s2, s3;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 15,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 15,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1409,7 +1407,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseliteralArray() {
|
|
function peg$parseliteralArray() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 16,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 16,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1448,7 +1446,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsebareLiteralArray() {
|
|
function peg$parsebareLiteralArray() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 17,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 17,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1487,7 +1485,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseliteralArrayRest() {
|
|
function peg$parseliteralArrayRest() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 18,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 18,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1585,7 +1583,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsedynamicArray() {
|
|
function peg$parsedynamicArray() {
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 19,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 19,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1666,7 +1664,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsedynamicDictionary() {
|
|
function peg$parsedynamicDictionary() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 20,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 20,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1732,7 +1730,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsepseudoVariable() {
|
|
function peg$parsepseudoVariable() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 21,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 21,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1798,7 +1796,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseparseTimeLiteral() {
|
|
function peg$parseparseTimeLiteral() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 22,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 22,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1828,7 +1826,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseruntimeLiteral() {
|
|
function peg$parseruntimeLiteral() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 23,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 23,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1852,7 +1850,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseliteral() {
|
|
function peg$parseliteral() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 24,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 24,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1873,7 +1871,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsevariable() {
|
|
function peg$parsevariable() {
|
|
var s0, s1;
|
|
var s0, s1;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 25,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 25,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1897,7 +1895,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsekeywordPair() {
|
|
function peg$parsekeywordPair() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 26,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 26,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1942,7 +1940,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsebinarySelector() {
|
|
function peg$parsebinarySelector() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 27,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 27,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -1987,7 +1985,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsekeywordPattern() {
|
|
function peg$parsekeywordPattern() {
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 28,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 28,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2074,7 +2072,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsebinaryPattern() {
|
|
function peg$parsebinaryPattern() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 29,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 29,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2119,7 +2117,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseunaryPattern() {
|
|
function peg$parseunaryPattern() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 30,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 30,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2152,7 +2150,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseexpression() {
|
|
function peg$parseexpression() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 31,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 31,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2179,7 +2177,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseexpressionList() {
|
|
function peg$parseexpressionList() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 32,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 32,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2230,7 +2228,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseexpressions() {
|
|
function peg$parseexpressions() {
|
|
var s0, s1, s2, s3;
|
|
var s0, s1, s2, s3;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 33,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 33,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2268,7 +2266,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseassignment() {
|
|
function peg$parseassignment() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 34,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 34,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2325,7 +2323,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseret() {
|
|
function peg$parseret() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 35,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 35,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2391,7 +2389,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsetemps() {
|
|
function peg$parsetemps() {
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 36,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 36,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2489,7 +2487,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseblockParamList() {
|
|
function peg$parseblockParamList() {
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 37,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 37,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2609,7 +2607,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsesubexpression() {
|
|
function peg$parsesubexpression() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 38,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 38,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2672,7 +2670,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsestatements() {
|
|
function peg$parsestatements() {
|
|
var s0, s1, s2, s3, s4, s5, s6, s7;
|
|
var s0, s1, s2, s3, s4, s5, s6, s7;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 39,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 39,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2840,7 +2838,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsesequence() {
|
|
function peg$parsesequence() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 40,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 40,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2861,7 +2859,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsestSequence() {
|
|
function peg$parsestSequence() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 41,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 41,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2912,7 +2910,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseblock() {
|
|
function peg$parseblock() {
|
|
var s0, s1, s2, s3, s4, s5, s6, s7;
|
|
var s0, s1, s2, s3, s4, s5, s6, s7;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 42,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 42,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -2993,7 +2991,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseoperand() {
|
|
function peg$parseoperand() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 43,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 43,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3017,7 +3015,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseunaryMessage() {
|
|
function peg$parseunaryMessage() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 44,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 44,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3071,7 +3069,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseunaryTail() {
|
|
function peg$parseunaryTail() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 45,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 45,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3119,7 +3117,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseunarySend() {
|
|
function peg$parseunarySend() {
|
|
var s0, s1, s2, s3;
|
|
var s0, s1, s2, s3;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 46,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 46,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3161,7 +3159,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsebinaryMessage() {
|
|
function peg$parsebinaryMessage() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 47,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 47,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3209,7 +3207,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsebinaryTail() {
|
|
function peg$parsebinaryTail() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 48,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 48,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3245,7 +3243,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsebinarySend() {
|
|
function peg$parsebinarySend() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 49,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 49,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3281,7 +3279,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsekeywordMessage() {
|
|
function peg$parsekeywordMessage() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 50,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 50,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3353,7 +3351,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsekeywordSend() {
|
|
function peg$parsekeywordSend() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 51,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 51,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3386,7 +3384,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsemessage() {
|
|
function peg$parsemessage() {
|
|
var s0;
|
|
var s0;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 52,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 52,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3410,7 +3408,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsecascade() {
|
|
function peg$parsecascade() {
|
|
var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9;
|
|
var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 53,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 53,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3539,7 +3537,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsejsStatement() {
|
|
function peg$parsejsStatement() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 54,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 54,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3637,7 +3635,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parsemethod() {
|
|
function peg$parsemethod() {
|
|
var s0, s1, s2, s3, s4, s5;
|
|
var s0, s1, s2, s3, s4, s5;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 55,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 55,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3694,100 +3692,10 @@ globals.SmalltalkParser = (function() {
|
|
return s0;
|
|
return s0;
|
|
}
|
|
}
|
|
|
|
|
|
- function peg$parseassociationMessage() {
|
|
|
|
- var s0, s1, s2, s3, s4;
|
|
|
|
-
|
|
|
|
- var key = peg$currPos * 61 + 56,
|
|
|
|
- cached = peg$cache[key];
|
|
|
|
-
|
|
|
|
- if (cached) {
|
|
|
|
- peg$currPos = cached.nextPos;
|
|
|
|
- return cached.result;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- s0 = peg$currPos;
|
|
|
|
- s1 = peg$parsews();
|
|
|
|
- if (s1 !== peg$FAILED) {
|
|
|
|
- if (input.substr(peg$currPos, 2) === peg$c136) {
|
|
|
|
- s2 = peg$c136;
|
|
|
|
- peg$currPos += 2;
|
|
|
|
- } else {
|
|
|
|
- s2 = peg$FAILED;
|
|
|
|
- if (peg$silentFails === 0) { peg$fail(peg$c137); }
|
|
|
|
- }
|
|
|
|
- if (s2 !== peg$FAILED) {
|
|
|
|
- s3 = peg$parsews();
|
|
|
|
- if (s3 !== peg$FAILED) {
|
|
|
|
- s4 = peg$parseunarySend();
|
|
|
|
- if (s4 === peg$FAILED) {
|
|
|
|
- s4 = peg$parseoperand();
|
|
|
|
- }
|
|
|
|
- if (s4 !== peg$FAILED) {
|
|
|
|
- peg$reportedPos = s0;
|
|
|
|
- s1 = peg$c116(s2, s4);
|
|
|
|
- s0 = s1;
|
|
|
|
- } else {
|
|
|
|
- peg$currPos = s0;
|
|
|
|
- s0 = peg$c1;
|
|
|
|
- }
|
|
|
|
- } else {
|
|
|
|
- peg$currPos = s0;
|
|
|
|
- s0 = peg$c1;
|
|
|
|
- }
|
|
|
|
- } else {
|
|
|
|
- peg$currPos = s0;
|
|
|
|
- s0 = peg$c1;
|
|
|
|
- }
|
|
|
|
- } else {
|
|
|
|
- peg$currPos = s0;
|
|
|
|
- s0 = peg$c1;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- peg$cache[key] = { nextPos: peg$currPos, result: s0 };
|
|
|
|
-
|
|
|
|
- return s0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- function peg$parseassociationTail() {
|
|
|
|
- var s0, s1, s2;
|
|
|
|
-
|
|
|
|
- var key = peg$currPos * 61 + 57,
|
|
|
|
- cached = peg$cache[key];
|
|
|
|
-
|
|
|
|
- if (cached) {
|
|
|
|
- peg$currPos = cached.nextPos;
|
|
|
|
- return cached.result;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- s0 = peg$parseassociationMessage();
|
|
|
|
- if (s0 === peg$FAILED) {
|
|
|
|
- s0 = peg$currPos;
|
|
|
|
- s1 = peg$parsebinaryMessage();
|
|
|
|
- if (s1 !== peg$FAILED) {
|
|
|
|
- s2 = peg$parseassociationTail();
|
|
|
|
- if (s2 !== peg$FAILED) {
|
|
|
|
- peg$reportedPos = s0;
|
|
|
|
- s1 = peg$c138(s1, s2);
|
|
|
|
- s0 = s1;
|
|
|
|
- } else {
|
|
|
|
- peg$currPos = s0;
|
|
|
|
- s0 = peg$c1;
|
|
|
|
- }
|
|
|
|
- } else {
|
|
|
|
- peg$currPos = s0;
|
|
|
|
- s0 = peg$c1;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- peg$cache[key] = { nextPos: peg$currPos, result: s0 };
|
|
|
|
-
|
|
|
|
- return s0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
function peg$parseassociationSend() {
|
|
function peg$parseassociationSend() {
|
|
var s0, s1, s2;
|
|
var s0, s1, s2;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 58,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 56,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3796,12 +3704,18 @@ globals.SmalltalkParser = (function() {
|
|
}
|
|
}
|
|
|
|
|
|
s0 = peg$currPos;
|
|
s0 = peg$currPos;
|
|
- s1 = peg$parseunarySend();
|
|
|
|
|
|
+ s1 = peg$parsebinarySend();
|
|
if (s1 !== peg$FAILED) {
|
|
if (s1 !== peg$FAILED) {
|
|
- s2 = peg$parseassociationTail();
|
|
|
|
|
|
+ peg$reportedPos = peg$currPos;
|
|
|
|
+ s2 = peg$c136(s1);
|
|
|
|
+ if (s2) {
|
|
|
|
+ s2 = peg$c112;
|
|
|
|
+ } else {
|
|
|
|
+ s2 = peg$c1;
|
|
|
|
+ }
|
|
if (s2 !== peg$FAILED) {
|
|
if (s2 !== peg$FAILED) {
|
|
peg$reportedPos = s0;
|
|
peg$reportedPos = s0;
|
|
- s1 = peg$c139(s1, s2);
|
|
|
|
|
|
+ s1 = peg$c137(s1);
|
|
s0 = s1;
|
|
s0 = s1;
|
|
} else {
|
|
} else {
|
|
peg$currPos = s0;
|
|
peg$currPos = s0;
|
|
@@ -3820,7 +3734,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseassociationList() {
|
|
function peg$parseassociationList() {
|
|
var s0, s1, s2, s3, s4;
|
|
var s0, s1, s2, s3, s4;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 59,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 57,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|
|
@@ -3871,7 +3785,7 @@ globals.SmalltalkParser = (function() {
|
|
function peg$parseassociations() {
|
|
function peg$parseassociations() {
|
|
var s0, s1, s2, s3;
|
|
var s0, s1, s2, s3;
|
|
|
|
|
|
- var key = peg$currPos * 61 + 60,
|
|
|
|
|
|
+ var key = peg$currPos * 59 + 58,
|
|
cached = peg$cache[key];
|
|
cached = peg$cache[key];
|
|
|
|
|
|
if (cached) {
|
|
if (cached) {
|