ekms 8.0.0-beta.75 → 8.0.0-beta.76
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +0 -130
- package/common/colors.instance.json +28 -140
- package/common/crew.instance.json +48 -430
- package/common/dialogues.js +6 -4
- package/common/dimension.instance.json +28 -20
- package/common/dimension.js +5 -1
- package/common/dimension.test.json +76 -76
- package/common/edible.instance.json +56 -320
- package/common/emotions.instance.json +4 -74
- package/common/fastfood.instance.json +1137 -1305
- package/common/formulas.instance.json +10 -20
- package/common/helpers/dialogues.js +3 -0
- package/common/helpers/properties.js +13 -2
- package/common/kirk.instance.json +0 -10
- package/common/length.instance.json +86 -179
- package/common/math.instance.json +16 -26
- package/common/ordering.instance.json +132 -32
- package/common/people.instance.json +0 -80
- package/common/pipboy.instance.json +103 -208
- package/common/pipboy.js +2 -2
- package/common/pokemon.instance.json +0 -130
- package/common/pressure.instance.json +22 -46
- package/common/properties.instance.json +4 -14
- package/common/properties.js +90 -24
- package/common/reports.instance.json +1 -21
- package/common/reports.js +0 -1
- package/common/spock.instance.json +0 -10
- package/common/temperature.instance.json +23 -47
- package/common/ui.instance.json +0 -10
- package/common/weight.instance.json +64 -141
- package/package.json +2 -2
package/common/properties.js
CHANGED
@@ -112,22 +112,29 @@ let config = {
|
|
112
112
|
// ['concept', 'theAble'],
|
113
113
|
// ['concept', 'queryable'],
|
114
114
|
['unknown', 'hierarchyAble'],
|
115
|
-
['unknown', 'object'],
|
115
|
+
// ['unknown', 'object'],
|
116
116
|
['what', 'object'],
|
117
|
-
['hierarchyAble', 'queryable'],
|
118
|
-
['readonly', 'queryable'],
|
119
|
-
['
|
120
|
-
['
|
121
|
-
|
122
|
-
['property', '
|
123
|
-
['property', '
|
124
|
-
['
|
125
|
-
|
126
|
-
['
|
127
|
-
['
|
117
|
+
// ['hierarchyAble', 'queryable'],
|
118
|
+
// ['readonly', 'queryable'],
|
119
|
+
// ['object', 'queryable'],
|
120
|
+
// ['xfx', 'queryable'],
|
121
|
+
|
122
|
+
// ['property', 'queryable'],
|
123
|
+
// ['property', 'theAble'],
|
124
|
+
// ['property', 'unknown'],
|
125
|
+
|
126
|
+
// ['object', 'theAble'],
|
127
|
+
// ['whose', 'object'],
|
128
|
+
// ['have', 'canBeDoQuestion'],
|
129
|
+
// ['have', 'canBeQuestion'],
|
128
130
|
],
|
129
131
|
bridges: [
|
130
|
-
{
|
132
|
+
{
|
133
|
+
id: 'xfx',
|
134
|
+
level: 0,
|
135
|
+
isA: ['queryable'],
|
136
|
+
bridge: "{ ...next(operator) }"
|
137
|
+
},
|
131
138
|
{
|
132
139
|
id: 'between',
|
133
140
|
isA: ['preposition'],
|
@@ -136,7 +143,12 @@ let config = {
|
|
136
143
|
},
|
137
144
|
{ id: 'between', level: 1, bridge: "{ ...before[0], arguments: operator.arguments }" },
|
138
145
|
|
139
|
-
{
|
146
|
+
{
|
147
|
+
id: 'hierarchyAble',
|
148
|
+
level: 0,
|
149
|
+
isA: ['queryable'],
|
150
|
+
bridge: "{ ...next(operator) }"
|
151
|
+
},
|
140
152
|
/*
|
141
153
|
{
|
142
154
|
id: "modifies",
|
@@ -144,37 +156,91 @@ let config = {
|
|
144
156
|
bridge: "{ ...next(operator), modifier: before[0], concept: after[0] }"
|
145
157
|
},
|
146
158
|
*/
|
147
|
-
{
|
159
|
+
{
|
160
|
+
id: "readonly",
|
161
|
+
level: 0,
|
162
|
+
isA: ['queryable'],
|
163
|
+
bridge: "{ ...next(operator) }"
|
164
|
+
},
|
148
165
|
// { id: "concept", level: 0, bridge: "{ ...next(operator) }" },
|
149
166
|
// the cars dont have wings
|
150
167
|
// greg doesnt have wings
|
151
168
|
// { id: "doesnt", level: 0, bridge: "{ ...context, number: operator.number, negation: true }*" },
|
152
169
|
// { id: "doesnt", level: 0, bridge: "{ ...context, number: 'one', negation: true }*" },
|
153
170
|
{ id: "doesnt", level: 0, bridge: "{ ...context, number: operator.number, object.number: operator.number, negation: true }*" },
|
154
|
-
{
|
155
|
-
|
171
|
+
{
|
172
|
+
id: "have",
|
173
|
+
level: 0,
|
174
|
+
isA: ['canBeDoQuestion', 'canBeQuestion'],
|
175
|
+
localHierarchy: [['property', 'queryable'], ['property', 'theAble'], ['property', 'unknown'], ['object', 'unknown']],
|
176
|
+
bridge: "{ ...next(operator), object: { number: operator.number, ...before }, property: after[0], do: { left: 'object', right: 'property' } }"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
id: "have",
|
180
|
+
level: 1,
|
181
|
+
localHierarchy: [['property', 'queryable'], ['property', 'theAble'], ['property', 'unknown']],
|
182
|
+
bridge: "{ ...next(operator) }"
|
183
|
+
},
|
156
184
|
{
|
157
185
|
id: "property",
|
158
186
|
words: ['properties'],
|
187
|
+
isA: ['queryable', 'theAble'],
|
188
|
+
level: 0,
|
189
|
+
bridge: "{ ...next(operator) }"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
id: "object",
|
193
|
+
isA: ['queryable', 'theAble'],
|
159
194
|
level: 0,
|
160
195
|
bridge: "{ ...next(operator) }"
|
161
196
|
},
|
162
|
-
{ id: "object", level: 0, bridge: "{ ...next(operator) }" },
|
163
197
|
|
164
198
|
// old
|
165
199
|
// { id: "possession", level: 0, bridge: "{ ...next(operator), object: before[0] }" },
|
166
200
|
// { id: "possession", level: 1, bridge: "{ ...after[0], object: operator.object, marker: operator('property', 0) }" },
|
167
201
|
|
168
|
-
{
|
202
|
+
{
|
203
|
+
id: "possession",
|
204
|
+
level: 0,
|
205
|
+
localHierarchy: [['property', 'queryable'], ['property', 'theAble'], ['property', 'unknown'], ['object', 'unknown']],
|
206
|
+
inverted: true,
|
207
|
+
bridge: "{ ...next(operator), possession: true, object: before[0], objects: before }"
|
208
|
+
},
|
169
209
|
// greg44 { id: "possession", level: 1, inverted: true, bridge: "{ ...after[0], object: operator.object, possession: true, objects: append(default(after[0].objects, after), operator.objects), marker: operator('property', 0) }" },
|
170
|
-
{
|
210
|
+
{
|
211
|
+
id: "possession",
|
212
|
+
level: 1,
|
213
|
+
localHierarchy: [['property', 'queryable'], ['property', 'theAble'], ['property', 'unknown'], ['object', 'unknown']],
|
214
|
+
inverted: true,
|
215
|
+
bridge: "{ ...after[0], object: operator.object, possession: true, objects: append(default(after[0].objects, after), operator.objects), marker: after.marker, types: append(after[0].types, ['property']) }"
|
216
|
+
},
|
171
217
|
// TODO make object be after[0] that makes more sense
|
172
218
|
// { id: "possession", level: 1, inverted: true, bridge: "{ ...after[0], object: after[0], objects: append(default(after[0].objects, after), operator.objects), marker: operator('property', 0) }" },
|
173
219
|
|
174
|
-
{
|
175
|
-
|
176
|
-
|
177
|
-
|
220
|
+
{
|
221
|
+
id: "propertyOf",
|
222
|
+
level: 0,
|
223
|
+
localHierarchy: [['property', 'queryable'], ['property', 'theAble'], ['property', 'unknown'], ['object', 'unknown']],
|
224
|
+
bridge: "{ ...next(operator), object: after[0], objects: after }"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
id: "propertyOf",
|
228
|
+
level: 1,
|
229
|
+
localHierarchy: [['property', 'queryable'], ['property', 'theAble'], ['property', 'unknown']],
|
230
|
+
bridge: "{ ...before[0], object: operator.object, objects: append(default(before[0].objects, before), operator.objects) }"
|
231
|
+
},
|
232
|
+
{
|
233
|
+
id: "whose",
|
234
|
+
level: 0,
|
235
|
+
isA: ['object'],
|
236
|
+
bridge: '{ ...after[0], query: true, whose: "whose", modifiers: append(["whose"], after[0].modifiers)}'
|
237
|
+
},
|
238
|
+
{
|
239
|
+
id: "objectPrefix",
|
240
|
+
level: 0,
|
241
|
+
localHierarchy: [['property', 'queryable'], ['property', 'theAble'], ['property', 'unknown']],
|
242
|
+
bridge: '{ ...after[0], object: operator, objects: [after[0], operator] }'
|
243
|
+
},
|
178
244
|
],
|
179
245
|
words: {
|
180
246
|
literals: {
|
@@ -611,11 +611,6 @@
|
|
611
611
|
"the_after_product_property_theAble",
|
612
612
|
false
|
613
613
|
],
|
614
|
-
[
|
615
|
-
"property",
|
616
|
-
"unknown",
|
617
|
-
false
|
618
|
-
],
|
619
614
|
[
|
620
615
|
"punctuation",
|
621
616
|
"punctuation",
|
@@ -891,11 +886,6 @@
|
|
891
886
|
"hierarchyAble",
|
892
887
|
false
|
893
888
|
],
|
894
|
-
[
|
895
|
-
"unknown",
|
896
|
-
"object",
|
897
|
-
false
|
898
|
-
],
|
899
889
|
[
|
900
890
|
"unknown",
|
901
891
|
"queryable",
|
@@ -1048,7 +1038,7 @@
|
|
1048
1038
|
}
|
1049
1039
|
]
|
1050
1040
|
},
|
1051
|
-
"trace": "\n\n>>>>>>>>>>>>> Counter 1\n 0. price/0 (1, 1) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 15) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 2\n *0. price/1 (dead) (2, 0) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['property', 'number', 'comparable', 'object', 'quantity', 'theAble', 'queryable', 'quantifier', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 15) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({default: True, marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['property', 'number', 'comparable', 'object', 'quantity', 'theAble', 'queryable', 'quantifier', 'unknown', 'hierarchyAble']}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\n *0. list/1 (3, 0) - \"price and quantity\"\n {\n prioritized_by: [('list', 0)]\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'number', 'comparable', 'object', 'quantity', 'theAble', 'queryable', 'quantifier', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 2. property/0 (1, 15) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is Context({marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, value: property, word: properties})\n\n>>>>>>>>>>>>> Counter 4\n 0. list/1 (3, 0) - \"price and quantity\"\n {\n prioritized_by: [('list', 0)]\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'number', 'comparable', 'object', 'quantity', 'theAble', 'queryable', 'quantifier', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n *2. property/1 (dead) (2, 1) - \"properties\"\n {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)), number: many, range: {'start': 19, 'end': 21}, text: are, word: are})\n\n>>>>>>>>>>>>> Counter 5\n *0. is/1 (4, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 0)]\n marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'number', 'comparable', 'object', 'quantity', 'theAble', 'queryable', 'quantifier', 'unknown', 'hierarchyAble']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), number: many, one: Context({default: True, isList: True, listable: True, marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'number', 'comparable', 'object', 'quantity', 'theAble', 'queryable', 'quantifier', 'unknown', 'hierarchyAble']}) bridge(bridge)), number: many, range: {'start': 0, 'end': 32}, text: price and quantity, types: ['price'], value: [Context({dead: True, default: True, marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price}), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 10, 'end': 17}, text: quantity, value: quantity, word: quantity})], word: and}), range: {'start': 0, 'end': 32}, text: price and quantity are properties, two: Context({dead: True, marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, types: ['property'], value: property, word: properties}), word: are})\n\n>>>>>>>>>>>>> Counter 6\n *0. is/2 (dead) (5, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 1)]\n dead: true\n marker: Operator(is/2, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'number', 'comparable', 'object', 'quantity', 'theAble', 'queryable', 'quantifier', 'unknown', 'hierarchyAble']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
|
1041
|
+
"trace": "\n\n>>>>>>>>>>>>> Counter 1\n 0. price/0 (1, 1) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 15) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 2\n *0. price/1 (dead) (2, 0) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['property', 'quantifier', 'theAble', 'number', 'queryable', 'comparable', 'quantity']}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 15) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({default: True, marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['property', 'quantifier', 'theAble', 'number', 'queryable', 'comparable', 'quantity']}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\n *0. list/1 (3, 0) - \"price and quantity\"\n {\n prioritized_by: [('list', 0)]\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'quantifier', 'theAble', 'number', 'queryable', 'comparable', 'quantity']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 2. property/0 (1, 15) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is Context({marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, value: property, word: properties})\n\n>>>>>>>>>>>>> Counter 4\n 0. list/1 (3, 0) - \"price and quantity\"\n {\n prioritized_by: [('list', 0)]\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'quantifier', 'theAble', 'number', 'queryable', 'comparable', 'quantity']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n *2. property/1 (dead) (2, 1) - \"properties\"\n {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)), number: many, range: {'start': 19, 'end': 21}, text: are, word: are})\n\n>>>>>>>>>>>>> Counter 5\n *0. is/1 (4, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 0)]\n marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'quantifier', 'theAble', 'number', 'queryable', 'comparable', 'quantity']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), number: many, one: Context({default: True, isList: True, listable: True, marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'quantifier', 'theAble', 'number', 'queryable', 'comparable', 'quantity']}) bridge(bridge)), number: many, range: {'start': 0, 'end': 32}, text: price and quantity, types: ['price'], value: [Context({dead: True, default: True, marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price}), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 10, 'end': 17}, text: quantity, value: quantity, word: quantity})], word: and}), range: {'start': 0, 'end': 32}, text: price and quantity are properties, two: Context({dead: True, marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, types: ['property'], value: property, word: properties}), word: are})\n\n>>>>>>>>>>>>> Counter 6\n *0. is/2 (dead) (5, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 1)]\n dead: true\n marker: Operator(is/2, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'quantifier', 'theAble', 'number', 'queryable', 'comparable', 'quantity']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
|
1052
1042
|
"contexts": [
|
1053
1043
|
{
|
1054
1044
|
"number": "many",
|
@@ -1818,11 +1808,6 @@
|
|
1818
1808
|
"the_after_product_property_theAble",
|
1819
1809
|
false
|
1820
1810
|
],
|
1821
|
-
[
|
1822
|
-
"property",
|
1823
|
-
"unknown",
|
1824
|
-
false
|
1825
|
-
],
|
1826
1811
|
[
|
1827
1812
|
"punctuation",
|
1828
1813
|
"punctuation",
|
@@ -2098,11 +2083,6 @@
|
|
2098
2083
|
"hierarchyAble",
|
2099
2084
|
false
|
2100
2085
|
],
|
2101
|
-
[
|
2102
|
-
"unknown",
|
2103
|
-
"object",
|
2104
|
-
false
|
2105
|
-
],
|
2106
2086
|
[
|
2107
2087
|
"unknown",
|
2108
2088
|
"queryable",
|
package/common/reports.js
CHANGED
@@ -1130,11 +1130,6 @@
|
|
1130
1130
|
"theAble",
|
1131
1131
|
false
|
1132
1132
|
],
|
1133
|
-
[
|
1134
|
-
"property",
|
1135
|
-
"unknown",
|
1136
|
-
false
|
1137
|
-
],
|
1138
1133
|
[
|
1139
1134
|
"punctuation",
|
1140
1135
|
"punctuation",
|
@@ -1340,11 +1335,6 @@
|
|
1340
1335
|
"hierarchyAble",
|
1341
1336
|
false
|
1342
1337
|
],
|
1343
|
-
[
|
1344
|
-
"unknown",
|
1345
|
-
"object",
|
1346
|
-
false
|
1347
|
-
],
|
1348
1338
|
[
|
1349
1339
|
"unknown",
|
1350
1340
|
"queryable",
|
@@ -653,11 +653,6 @@
|
|
653
653
|
"theAble",
|
654
654
|
false
|
655
655
|
],
|
656
|
-
[
|
657
|
-
"property",
|
658
|
-
"unknown",
|
659
|
-
false
|
660
|
-
],
|
661
656
|
[
|
662
657
|
"punctuation",
|
663
658
|
"punctuation",
|
@@ -888,6 +883,11 @@
|
|
888
883
|
"isEder",
|
889
884
|
false
|
890
885
|
],
|
886
|
+
[
|
887
|
+
"unit",
|
888
|
+
"number",
|
889
|
+
false
|
890
|
+
],
|
891
891
|
[
|
892
892
|
"unit",
|
893
893
|
"object",
|
@@ -913,11 +913,6 @@
|
|
913
913
|
"hierarchyAble",
|
914
914
|
false
|
915
915
|
],
|
916
|
-
[
|
917
|
-
"unknown",
|
918
|
-
"object",
|
919
|
-
false
|
920
|
-
],
|
921
916
|
[
|
922
917
|
"unknown",
|
923
918
|
"queryable",
|
@@ -1858,11 +1853,6 @@
|
|
1858
1853
|
"theAble",
|
1859
1854
|
false
|
1860
1855
|
],
|
1861
|
-
[
|
1862
|
-
"property",
|
1863
|
-
"unknown",
|
1864
|
-
false
|
1865
|
-
],
|
1866
1856
|
[
|
1867
1857
|
"punctuation",
|
1868
1858
|
"punctuation",
|
@@ -2133,6 +2123,11 @@
|
|
2133
2123
|
"isEder",
|
2134
2124
|
false
|
2135
2125
|
],
|
2126
|
+
[
|
2127
|
+
"unit",
|
2128
|
+
"number",
|
2129
|
+
false
|
2130
|
+
],
|
2136
2131
|
[
|
2137
2132
|
"unit",
|
2138
2133
|
"object",
|
@@ -2158,11 +2153,6 @@
|
|
2158
2153
|
"hierarchyAble",
|
2159
2154
|
false
|
2160
2155
|
],
|
2161
|
-
[
|
2162
|
-
"unknown",
|
2163
|
-
"object",
|
2164
|
-
false
|
2165
|
-
],
|
2166
2156
|
[
|
2167
2157
|
"unknown",
|
2168
2158
|
"queryable",
|
@@ -3610,11 +3600,6 @@
|
|
3610
3600
|
"theAble",
|
3611
3601
|
false
|
3612
3602
|
],
|
3613
|
-
[
|
3614
|
-
"property",
|
3615
|
-
"unknown",
|
3616
|
-
false
|
3617
|
-
],
|
3618
3603
|
[
|
3619
3604
|
"punctuation",
|
3620
3605
|
"punctuation",
|
@@ -3885,6 +3870,11 @@
|
|
3885
3870
|
"isEder",
|
3886
3871
|
false
|
3887
3872
|
],
|
3873
|
+
[
|
3874
|
+
"unit",
|
3875
|
+
"number",
|
3876
|
+
false
|
3877
|
+
],
|
3888
3878
|
[
|
3889
3879
|
"unit",
|
3890
3880
|
"object",
|
@@ -3910,11 +3900,6 @@
|
|
3910
3900
|
"hierarchyAble",
|
3911
3901
|
false
|
3912
3902
|
],
|
3913
|
-
[
|
3914
|
-
"unknown",
|
3915
|
-
"object",
|
3916
|
-
false
|
3917
|
-
],
|
3918
3903
|
[
|
3919
3904
|
"unknown",
|
3920
3905
|
"queryable",
|
@@ -4255,7 +4240,6 @@
|
|
4255
4240
|
},
|
4256
4241
|
"dead": true,
|
4257
4242
|
"types": [
|
4258
|
-
"expression",
|
4259
4243
|
"fahrenheit"
|
4260
4244
|
],
|
4261
4245
|
"level": 1
|
@@ -4314,8 +4298,7 @@
|
|
4314
4298
|
},
|
4315
4299
|
"dead": true,
|
4316
4300
|
"types": [
|
4317
|
-
"celcius"
|
4318
|
-
"number"
|
4301
|
+
"celcius"
|
4319
4302
|
],
|
4320
4303
|
"level": 1
|
4321
4304
|
},
|
@@ -5295,11 +5278,6 @@
|
|
5295
5278
|
"theAble",
|
5296
5279
|
false
|
5297
5280
|
],
|
5298
|
-
[
|
5299
|
-
"property",
|
5300
|
-
"unknown",
|
5301
|
-
false
|
5302
|
-
],
|
5303
5281
|
[
|
5304
5282
|
"punctuation",
|
5305
5283
|
"punctuation",
|
@@ -5570,6 +5548,11 @@
|
|
5570
5548
|
"isEder",
|
5571
5549
|
false
|
5572
5550
|
],
|
5551
|
+
[
|
5552
|
+
"unit",
|
5553
|
+
"number",
|
5554
|
+
false
|
5555
|
+
],
|
5573
5556
|
[
|
5574
5557
|
"unit",
|
5575
5558
|
"object",
|
@@ -5595,11 +5578,6 @@
|
|
5595
5578
|
"hierarchyAble",
|
5596
5579
|
false
|
5597
5580
|
],
|
5598
|
-
[
|
5599
|
-
"unknown",
|
5600
|
-
"object",
|
5601
|
-
false
|
5602
|
-
],
|
5603
5581
|
[
|
5604
5582
|
"unknown",
|
5605
5583
|
"queryable",
|
@@ -5976,8 +5954,7 @@
|
|
5976
5954
|
},
|
5977
5955
|
"dead": true,
|
5978
5956
|
"types": [
|
5979
|
-
"celcius"
|
5980
|
-
"expression"
|
5957
|
+
"celcius"
|
5981
5958
|
],
|
5982
5959
|
"level": 1
|
5983
5960
|
},
|
@@ -6049,8 +6026,7 @@
|
|
6049
6026
|
},
|
6050
6027
|
"dead": true,
|
6051
6028
|
"types": [
|
6052
|
-
"fahrenheit"
|
6053
|
-
"number"
|
6029
|
+
"fahrenheit"
|
6054
6030
|
],
|
6055
6031
|
"level": 1
|
6056
6032
|
},
|
package/common/ui.instance.json
CHANGED
@@ -544,11 +544,6 @@
|
|
544
544
|
"theAble",
|
545
545
|
false
|
546
546
|
],
|
547
|
-
[
|
548
|
-
"property",
|
549
|
-
"unknown",
|
550
|
-
false
|
551
|
-
],
|
552
547
|
[
|
553
548
|
"punctuation",
|
554
549
|
"punctuation",
|
@@ -774,11 +769,6 @@
|
|
774
769
|
"hierarchyAble",
|
775
770
|
false
|
776
771
|
],
|
777
|
-
[
|
778
|
-
"unknown",
|
779
|
-
"object",
|
780
|
-
false
|
781
|
-
],
|
782
772
|
[
|
783
773
|
"unknown",
|
784
774
|
"queryable",
|