PrimaryTopicReference -> PipelinePrimaryTopicReference
This commit is contained in:
parent
0eb9b2463d
commit
6e84352b51
@ -973,7 +973,7 @@ export default class ExpressionParser extends LValParser {
|
|||||||
this.next();
|
this.next();
|
||||||
if (this.primaryTopicReferenceIsAllowedInCurrentTopicContext()) {
|
if (this.primaryTopicReferenceIsAllowedInCurrentTopicContext()) {
|
||||||
this.registerTopicReference();
|
this.registerTopicReference();
|
||||||
return this.finishNode(node, "PrimaryTopicReference");
|
return this.finishNode(node, "PipelinePrimaryTopicReference");
|
||||||
} else {
|
} else {
|
||||||
throw this.raise(
|
throw this.raise(
|
||||||
node.start,
|
node.start,
|
||||||
|
|||||||
@ -122,7 +122,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 12,
|
"start": 12,
|
||||||
"end": 13,
|
"end": 13,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -140,7 +140,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 11,
|
"start": 11,
|
||||||
"end": 12,
|
"end": 12,
|
||||||
"loc": {
|
"loc": {
|
||||||
@ -202,7 +202,7 @@
|
|||||||
},
|
},
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 18,
|
"start": 18,
|
||||||
"end": 19,
|
"end": 19,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 6,
|
"start": 6,
|
||||||
"end": 7,
|
"end": 7,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 6,
|
"start": 6,
|
||||||
"end": 7,
|
"end": 7,
|
||||||
"loc": {
|
"loc": {
|
||||||
@ -166,7 +166,7 @@
|
|||||||
},
|
},
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 13,
|
"start": 13,
|
||||||
"end": 14,
|
"end": 14,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 9,
|
"start": 9,
|
||||||
"end": 10,
|
"end": 10,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
},
|
},
|
||||||
"operator": "+",
|
"operator": "+",
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 13,
|
"start": 13,
|
||||||
"end": 14,
|
"end": 14,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -233,7 +233,7 @@
|
|||||||
},
|
},
|
||||||
"operator": "<",
|
"operator": "<",
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 36,
|
"start": 36,
|
||||||
"end": 37,
|
"end": 37,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -234,7 +234,7 @@
|
|||||||
"kind": "const"
|
"kind": "const"
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 61,
|
"start": 61,
|
||||||
"end": 62,
|
"end": 62,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -179,7 +179,7 @@
|
|||||||
"name": "i"
|
"name": "i"
|
||||||
},
|
},
|
||||||
"init": {
|
"init": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 27,
|
"start": 27,
|
||||||
"end": 28,
|
"end": 28,
|
||||||
"loc": {
|
"loc": {
|
||||||
@ -247,7 +247,7 @@
|
|||||||
"name": "i"
|
"name": "i"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 43,
|
"start": 43,
|
||||||
"end": 44,
|
"end": 44,
|
||||||
"loc": {
|
"loc": {
|
||||||
@ -296,7 +296,7 @@
|
|||||||
"name": "i"
|
"name": "i"
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 52,
|
"start": 52,
|
||||||
"end": 53,
|
"end": 53,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -150,7 +150,7 @@
|
|||||||
"name": "e"
|
"name": "e"
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 24,
|
"start": 24,
|
||||||
"end": 25,
|
"end": 25,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -151,7 +151,7 @@
|
|||||||
"name": "e"
|
"name": "e"
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 24,
|
"start": 24,
|
||||||
"end": 25,
|
"end": 25,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -133,7 +133,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 14,
|
"start": 14,
|
||||||
"end": 15,
|
"end": 15,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -225,7 +225,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 42,
|
"start": 42,
|
||||||
"end": 43,
|
"end": 43,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -194,7 +194,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 34,
|
"start": 34,
|
||||||
"end": 35,
|
"end": 35,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -164,7 +164,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 23,
|
"start": 23,
|
||||||
"end": 24,
|
"end": 24,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -133,7 +133,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 18,
|
"start": 18,
|
||||||
"end": 19,
|
"end": 19,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -180,7 +180,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 46,
|
"start": 46,
|
||||||
"end": 47,
|
"end": 47,
|
||||||
"loc": {
|
"loc": {
|
||||||
@ -261,7 +261,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 61,
|
"start": 61,
|
||||||
"end": 62,
|
"end": 62,
|
||||||
"loc": {
|
"loc": {
|
||||||
@ -364,7 +364,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 81,
|
"start": 81,
|
||||||
"end": 82,
|
"end": 82,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -133,7 +133,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"discriminant": {
|
"discriminant": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 24,
|
"start": 24,
|
||||||
"end": 25,
|
"end": 25,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -461,7 +461,7 @@
|
|||||||
},
|
},
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 110,
|
"start": 110,
|
||||||
"end": 111,
|
"end": 111,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -227,7 +227,7 @@
|
|||||||
},
|
},
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 33,
|
"start": 33,
|
||||||
"end": 34,
|
"end": 34,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -227,7 +227,7 @@
|
|||||||
},
|
},
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 33,
|
"start": 33,
|
||||||
"end": 34,
|
"end": 34,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -165,7 +165,7 @@
|
|||||||
},
|
},
|
||||||
"operator": "<",
|
"operator": "<",
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 25,
|
"start": 25,
|
||||||
"end": 26,
|
"end": 26,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -122,7 +122,7 @@
|
|||||||
},
|
},
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 11,
|
"start": 11,
|
||||||
"end": 12,
|
"end": 12,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -139,7 +139,7 @@
|
|||||||
"name": "x"
|
"name": "x"
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 23,
|
"start": 23,
|
||||||
"end": 24,
|
"end": 24,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 10,
|
"start": 10,
|
||||||
"end": 11,
|
"end": 11,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 9,
|
"start": 9,
|
||||||
"end": 10,
|
"end": 10,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 9,
|
"start": 9,
|
||||||
"end": 10,
|
"end": 10,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
@ -122,7 +122,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"type": "PrimaryTopicReference",
|
"type": "PipelinePrimaryTopicReference",
|
||||||
"start": 16,
|
"start": 16,
|
||||||
"end": 17,
|
"end": 17,
|
||||||
"loc": {
|
"loc": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user