ekms 7.12.8 → 8.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. package/common/animals.instance.json +192 -406
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +12 -6
  5. package/common/{pipboyTemplate.instance.json → colors.instance.json} +13784 -8900
  6. package/common/colors.js +71 -0
  7. package/common/colors.test.json +4860 -0
  8. package/common/concept.js +2 -2
  9. package/common/crew.instance.json +3945 -3636
  10. package/common/crew.js +5 -3
  11. package/common/currency.js +0 -2
  12. package/common/dialogues.js +152 -20
  13. package/common/dialogues.test.json +1053 -33
  14. package/common/dimension.instance.json +750 -86
  15. package/common/dimension.js +15 -7
  16. package/common/dimension.test.json +289 -312
  17. package/common/edible.instance.json +446 -578
  18. package/common/edible.js +1 -1
  19. package/common/emotions.instance.json +67 -39
  20. package/common/emotions.js +1 -1
  21. package/common/fastfood.instance.json +1769 -2136
  22. package/common/fastfood.js +2 -2
  23. package/common/fastfood.test.json +7941 -3647
  24. package/common/formulas.instance.json +996 -0
  25. package/common/formulas.js +19 -6
  26. package/common/formulas.test.json +504 -2896
  27. package/common/gdefaults.js +2 -0
  28. package/common/help.js +7 -2
  29. package/common/help.test.json +18 -10
  30. package/common/helpers/concept.js +29 -9
  31. package/common/helpers/dialogues.js +17 -1
  32. package/common/helpers/formulas.js +0 -14
  33. package/common/helpers/meta.js +0 -1
  34. package/common/helpers/properties.js +6 -13
  35. package/common/helpers.js +5 -0
  36. package/common/javascript.js +8 -6
  37. package/common/kirk.instance.json +5 -1
  38. package/common/kirk.js +1 -1
  39. package/common/length.instance.json +417 -811
  40. package/common/length.js +1 -1
  41. package/common/math.instance.json +1938 -1
  42. package/common/math.js +17 -5
  43. package/common/meta.instance.json +1 -1
  44. package/common/meta.js +33 -10
  45. package/common/numbers.js +28 -24
  46. package/common/ordering.instance.json +98 -138
  47. package/common/ordering.js +1 -1
  48. package/common/people.instance.json +68 -121
  49. package/common/people.js +1 -1
  50. package/common/pipboy.instance.json +23411 -1076
  51. package/common/pipboy.js +31 -4
  52. package/common/pipboy.test.json +13 -9
  53. package/common/pokemon.instance.json +172 -223
  54. package/common/pokemon.js +1 -1
  55. package/common/pressure.instance.json +131 -81
  56. package/common/pressure.js +1 -1
  57. package/common/properties.instance.json +25 -49
  58. package/common/properties.js +20 -15
  59. package/common/properties.test.json +17605 -4030
  60. package/common/punctuation.js +8 -0
  61. package/common/punctuation.test.json +233 -5
  62. package/common/reports.instance.json +33 -65
  63. package/common/reports.js +9 -9
  64. package/common/scorekeeper.instance.json +1 -1
  65. package/common/scorekeeper.js +9 -7
  66. package/common/sizeable.js +7 -2
  67. package/common/spock.instance.json +5 -1
  68. package/common/spock.js +1 -1
  69. package/common/stm.js +16 -5
  70. package/common/tell.js +4 -2
  71. package/common/temperature.instance.json +142 -252
  72. package/common/temperature.js +1 -1
  73. package/common/testing.js +0 -1
  74. package/common/time.js +36 -20
  75. package/common/time.test.json +66 -44
  76. package/common/tokenize.js +47 -0
  77. package/common/tokenize.test.json +87 -0
  78. package/common/ui.instance.json +13 -1
  79. package/common/ui.js +0 -1
  80. package/common/weight.instance.json +335 -228
  81. package/common/weight.js +1 -1
  82. package/common/weight.test.json +242 -238
  83. package/main.js +6 -8
  84. package/package.json +10 -18
  85. package/common/dimensionTemplate.instance.json +0 -582
  86. package/common/dimensionTemplate.js +0 -35
  87. package/common/dimensionTemplate.test.json +0 -2
  88. package/common/formulasTemplate.instance.json +0 -483
  89. package/common/formulasTemplate.js +0 -30
  90. package/common/formulasTemplate.test.json +0 -2
  91. package/common/mathTemplate.instance.json +0 -1635
  92. package/common/mathTemplate.js +0 -32
  93. package/common/mathTemplate.test.json +0 -1422
  94. package/common/pipboyTemplate.js +0 -48
  95. package/common/pipboyTemplate.test.json +0 -2
@@ -1,5 +1,5 @@
1
1
  {
2
- "queries": [
2
+ "configs": [
3
3
  "birds and mammals are animals",
4
4
  "mammals have ears",
5
5
  "mammals have hair",
@@ -45,6 +45,10 @@
45
45
  "concept",
46
46
  "theAble"
47
47
  ],
48
+ [
49
+ "doubleQuote",
50
+ "queryable"
51
+ ],
48
52
  [
49
53
  "have",
50
54
  "canBeDoQuestion"
@@ -393,28 +397,28 @@
393
397
  "isList": true,
394
398
  "value": [
395
399
  {
400
+ "value": "birds",
401
+ "unknown": true,
402
+ "text": "birds",
396
403
  "marker": "type",
404
+ "word": "birds",
397
405
  "range": {
398
406
  "start": 0,
399
407
  "end": 4
400
408
  },
401
- "word": "birds",
402
- "text": "birds",
403
- "value": "birds",
404
- "unknown": true,
405
409
  "dead": true,
406
410
  "level": 1
407
411
  },
408
412
  {
413
+ "value": "mammals",
414
+ "unknown": true,
415
+ "text": "mammals",
409
416
  "marker": "type",
417
+ "word": "mammals",
410
418
  "range": {
411
419
  "start": 10,
412
420
  "end": 16
413
421
  },
414
- "word": "mammals",
415
- "text": "mammals",
416
- "value": "mammals",
417
- "unknown": true,
418
422
  "dead": true,
419
423
  "level": 1
420
424
  }
@@ -422,15 +426,15 @@
422
426
  "level": 1
423
427
  },
424
428
  "two": {
429
+ "value": "animals",
430
+ "unknown": true,
431
+ "text": "animals",
425
432
  "marker": "unknown",
433
+ "word": "animals",
426
434
  "range": {
427
435
  "start": 22,
428
436
  "end": 28
429
437
  },
430
- "word": "animals",
431
- "text": "animals",
432
- "value": "animals",
433
- "unknown": true,
434
438
  "dead": true,
435
439
  "types": [
436
440
  "unknown"
@@ -615,6 +619,10 @@
615
619
  "concept",
616
620
  "theAble"
617
621
  ],
622
+ [
623
+ "doubleQuote",
624
+ "queryable"
625
+ ],
618
626
  [
619
627
  "have",
620
628
  "canBeDoQuestion"
@@ -949,15 +957,15 @@
949
957
  "level": 1
950
958
  },
951
959
  "property": {
960
+ "value": "ears",
961
+ "unknown": true,
962
+ "text": "ears",
952
963
  "marker": "property",
964
+ "word": "ears",
953
965
  "range": {
954
966
  "start": 13,
955
967
  "end": 16
956
968
  },
957
- "word": "ears",
958
- "text": "ears",
959
- "value": "ears",
960
- "unknown": true,
961
969
  "dead": true,
962
970
  "types": [
963
971
  "property"
@@ -1022,16 +1030,6 @@
1022
1030
  1
1023
1031
  ]
1024
1032
  ],
1025
- [
1026
- [
1027
- "have",
1028
- 0
1029
- ],
1030
- [
1031
- "unknown",
1032
- 0
1033
- ]
1034
- ],
1035
1033
  [
1036
1034
  [
1037
1035
  "have",
@@ -1139,6 +1137,10 @@
1139
1137
  "concept",
1140
1138
  "theAble"
1141
1139
  ],
1140
+ [
1141
+ "doubleQuote",
1142
+ "queryable"
1143
+ ],
1142
1144
  [
1143
1145
  "have",
1144
1146
  "canBeDoQuestion"
@@ -1473,15 +1475,15 @@
1473
1475
  "level": 1
1474
1476
  },
1475
1477
  "property": {
1478
+ "value": "hair",
1479
+ "unknown": true,
1480
+ "text": "hair",
1476
1481
  "marker": "property",
1482
+ "word": "hair",
1477
1483
  "range": {
1478
1484
  "start": 13,
1479
1485
  "end": 16
1480
1486
  },
1481
- "word": "hair",
1482
- "text": "hair",
1483
- "value": "hair",
1484
- "unknown": true,
1485
1487
  "dead": true,
1486
1488
  "types": [
1487
1489
  "property"
@@ -1546,16 +1548,6 @@
1546
1548
  1
1547
1549
  ]
1548
1550
  ],
1549
- [
1550
- [
1551
- "have",
1552
- 0
1553
- ],
1554
- [
1555
- "unknown",
1556
- 0
1557
- ]
1558
- ],
1559
1551
  [
1560
1552
  [
1561
1553
  "have",
@@ -1663,6 +1655,10 @@
1663
1655
  "concept",
1664
1656
  "theAble"
1665
1657
  ],
1658
+ [
1659
+ "doubleQuote",
1660
+ "queryable"
1661
+ ],
1666
1662
  [
1667
1663
  "have",
1668
1664
  "canBeDoQuestion"
@@ -2027,15 +2023,15 @@
2027
2023
  "level": 1
2028
2024
  },
2029
2025
  "property": {
2026
+ "value": "wings",
2027
+ "unknown": true,
2028
+ "text": "wings",
2030
2029
  "marker": "property",
2030
+ "word": "wings",
2031
2031
  "range": {
2032
2032
  "start": 18,
2033
2033
  "end": 22
2034
2034
  },
2035
- "word": "wings",
2036
- "text": "wings",
2037
- "value": "wings",
2038
- "unknown": true,
2039
2035
  "dead": true,
2040
2036
  "types": [
2041
2037
  "property"
@@ -2122,16 +2118,6 @@
2122
2118
  1
2123
2119
  ]
2124
2120
  ],
2125
- [
2126
- [
2127
- "have",
2128
- 0
2129
- ],
2130
- [
2131
- "unknown",
2132
- 0
2133
- ]
2134
- ],
2135
2121
  [
2136
2122
  [
2137
2123
  "have",
@@ -2239,6 +2225,10 @@
2239
2225
  "concept",
2240
2226
  "theAble"
2241
2227
  ],
2228
+ [
2229
+ "doubleQuote",
2230
+ "queryable"
2231
+ ],
2242
2232
  [
2243
2233
  "have",
2244
2234
  "canBeDoQuestion"
@@ -2573,15 +2563,15 @@
2573
2563
  "level": 1
2574
2564
  },
2575
2565
  "property": {
2566
+ "value": "skin",
2567
+ "unknown": true,
2568
+ "text": "skin",
2576
2569
  "marker": "property",
2570
+ "word": "skin",
2577
2571
  "range": {
2578
2572
  "start": 13,
2579
2573
  "end": 16
2580
2574
  },
2581
- "word": "skin",
2582
- "text": "skin",
2583
- "value": "skin",
2584
- "unknown": true,
2585
2575
  "dead": true,
2586
2576
  "types": [
2587
2577
  "property"
@@ -2646,16 +2636,6 @@
2646
2636
  1
2647
2637
  ]
2648
2638
  ],
2649
- [
2650
- [
2651
- "have",
2652
- 0
2653
- ],
2654
- [
2655
- "unknown",
2656
- 0
2657
- ]
2658
- ],
2659
2639
  [
2660
2640
  [
2661
2641
  "have",
@@ -2763,6 +2743,10 @@
2763
2743
  "concept",
2764
2744
  "theAble"
2765
2745
  ],
2746
+ [
2747
+ "doubleQuote",
2748
+ "queryable"
2749
+ ],
2766
2750
  [
2767
2751
  "have",
2768
2752
  "canBeDoQuestion"
@@ -3097,15 +3081,15 @@
3097
3081
  "level": 1
3098
3082
  },
3099
3083
  "property": {
3084
+ "value": "eyes",
3085
+ "unknown": true,
3086
+ "text": "eyes",
3100
3087
  "marker": "property",
3088
+ "word": "eyes",
3101
3089
  "range": {
3102
3090
  "start": 13,
3103
3091
  "end": 16
3104
3092
  },
3105
- "word": "eyes",
3106
- "text": "eyes",
3107
- "value": "eyes",
3108
- "unknown": true,
3109
3093
  "dead": true,
3110
3094
  "types": [
3111
3095
  "property"
@@ -3170,16 +3154,6 @@
3170
3154
  1
3171
3155
  ]
3172
3156
  ],
3173
- [
3174
- [
3175
- "have",
3176
- 0
3177
- ],
3178
- [
3179
- "unknown",
3180
- 0
3181
- ]
3182
- ],
3183
3157
  [
3184
3158
  [
3185
3159
  "have",
@@ -3287,6 +3261,10 @@
3287
3261
  "concept",
3288
3262
  "theAble"
3289
3263
  ],
3264
+ [
3265
+ "doubleQuote",
3266
+ "queryable"
3267
+ ],
3290
3268
  [
3291
3269
  "have",
3292
3270
  "canBeDoQuestion"
@@ -3621,15 +3599,15 @@
3621
3599
  "level": 1
3622
3600
  },
3623
3601
  "property": {
3602
+ "value": "wings",
3603
+ "unknown": true,
3604
+ "text": "wings",
3624
3605
  "marker": "property",
3606
+ "word": "wings",
3625
3607
  "range": {
3626
3608
  "start": 11,
3627
3609
  "end": 15
3628
3610
  },
3629
- "word": "wings",
3630
- "text": "wings",
3631
- "value": "wings",
3632
- "unknown": true,
3633
3611
  "dead": true,
3634
3612
  "types": [
3635
3613
  "property"
@@ -3694,16 +3672,6 @@
3694
3672
  1
3695
3673
  ]
3696
3674
  ],
3697
- [
3698
- [
3699
- "have",
3700
- 0
3701
- ],
3702
- [
3703
- "unknown",
3704
- 0
3705
- ]
3706
- ],
3707
3675
  [
3708
3676
  [
3709
3677
  "have",
@@ -3811,6 +3779,10 @@
3811
3779
  "concept",
3812
3780
  "theAble"
3813
3781
  ],
3782
+ [
3783
+ "doubleQuote",
3784
+ "queryable"
3785
+ ],
3814
3786
  [
3815
3787
  "have",
3816
3788
  "canBeDoQuestion"
@@ -4145,15 +4117,15 @@
4145
4117
  "level": 1
4146
4118
  },
4147
4119
  "property": {
4120
+ "value": "beaks",
4121
+ "unknown": true,
4122
+ "text": "beaks",
4148
4123
  "marker": "property",
4124
+ "word": "beaks",
4149
4125
  "range": {
4150
4126
  "start": 11,
4151
4127
  "end": 15
4152
4128
  },
4153
- "word": "beaks",
4154
- "text": "beaks",
4155
- "value": "beaks",
4156
- "unknown": true,
4157
4129
  "dead": true,
4158
4130
  "types": [
4159
4131
  "property"
@@ -4218,16 +4190,6 @@
4218
4190
  1
4219
4191
  ]
4220
4192
  ],
4221
- [
4222
- [
4223
- "have",
4224
- 0
4225
- ],
4226
- [
4227
- "unknown",
4228
- 0
4229
- ]
4230
- ],
4231
4193
  [
4232
4194
  [
4233
4195
  "have",
@@ -4335,6 +4297,10 @@
4335
4297
  "concept",
4336
4298
  "theAble"
4337
4299
  ],
4300
+ [
4301
+ "doubleQuote",
4302
+ "queryable"
4303
+ ],
4338
4304
  [
4339
4305
  "have",
4340
4306
  "canBeDoQuestion"
@@ -4725,10 +4691,6 @@
4725
4691
  1
4726
4692
  ],
4727
4693
  "ops": [
4728
- [
4729
- "list",
4730
- 1
4731
- ],
4732
4694
  [
4733
4695
  "is",
4734
4696
  0
@@ -4765,27 +4727,6 @@
4765
4727
  ],
4766
4728
  "counter": 7
4767
4729
  },
4768
- {
4769
- "op": [
4770
- "list",
4771
- 1
4772
- ],
4773
- "ops": [
4774
- [
4775
- "is",
4776
- 0
4777
- ],
4778
- [
4779
- "mammal",
4780
- 0
4781
- ],
4782
- [
4783
- "list",
4784
- 1
4785
- ]
4786
- ],
4787
- "counter": 8
4788
- },
4789
4730
  {
4790
4731
  "op": [
4791
4732
  "mammal",
@@ -4801,7 +4742,7 @@
4801
4742
  0
4802
4743
  ]
4803
4744
  ],
4804
- "counter": 9
4745
+ "counter": 8
4805
4746
  },
4806
4747
  {
4807
4748
  "op": [
@@ -4814,7 +4755,7 @@
4814
4755
  0
4815
4756
  ]
4816
4757
  ],
4817
- "counter": 10
4758
+ "counter": 9
4818
4759
  },
4819
4760
  {
4820
4761
  "op": [
@@ -4827,7 +4768,7 @@
4827
4768
  1
4828
4769
  ]
4829
4770
  ],
4830
- "counter": 11
4771
+ "counter": 10
4831
4772
  }
4832
4773
  ]
4833
4774
  },
@@ -4845,70 +4786,73 @@
4845
4786
  "one": {
4846
4787
  "number": "many",
4847
4788
  "marker": "list",
4789
+ "default": true,
4790
+ "word": "and",
4791
+ "text": "humans bats felines and canines",
4792
+ "range": {
4793
+ "start": 0,
4794
+ "end": 42
4795
+ },
4796
+ "types": [
4797
+ "list",
4798
+ "unknown"
4799
+ ],
4848
4800
  "listable": true,
4801
+ "isList": true,
4849
4802
  "value": [
4850
4803
  {
4804
+ "value": "humans",
4805
+ "unknown": true,
4806
+ "text": "humans",
4851
4807
  "marker": "unknown",
4808
+ "word": "humans",
4852
4809
  "range": {
4853
4810
  "start": 0,
4854
4811
  "end": 5
4855
4812
  },
4856
- "word": "humans",
4857
- "text": "humans",
4858
- "value": "humans",
4859
- "unknown": true,
4860
4813
  "dead": true,
4861
4814
  "level": 1
4862
4815
  },
4863
4816
  {
4817
+ "value": "bats",
4818
+ "unknown": true,
4819
+ "text": "bats",
4864
4820
  "marker": "unknown",
4821
+ "word": "bats",
4865
4822
  "range": {
4866
4823
  "start": 7,
4867
4824
  "end": 10
4868
4825
  },
4869
- "word": "bats",
4870
- "text": "bats",
4871
- "value": "bats",
4872
- "unknown": true,
4873
4826
  "dead": true,
4874
4827
  "level": 1
4875
4828
  },
4876
4829
  {
4830
+ "value": "felines",
4831
+ "unknown": true,
4832
+ "text": "felines",
4877
4833
  "marker": "unknown",
4834
+ "word": "felines",
4878
4835
  "range": {
4879
4836
  "start": 12,
4880
4837
  "end": 18
4881
4838
  },
4882
- "word": "felines",
4883
- "text": "felines",
4884
- "value": "felines",
4885
- "unknown": true,
4886
4839
  "dead": true,
4887
- "level": 2
4840
+ "level": 1
4888
4841
  },
4889
4842
  {
4843
+ "value": "canines",
4844
+ "unknown": true,
4845
+ "text": "canines",
4890
4846
  "marker": "unknown",
4847
+ "word": "canines",
4891
4848
  "range": {
4892
4849
  "start": 24,
4893
4850
  "end": 30
4894
4851
  },
4895
- "word": "canines",
4896
- "text": "canines",
4897
- "value": "canines",
4898
- "unknown": true,
4899
4852
  "dead": true,
4900
- "level": 2
4853
+ "level": 1
4901
4854
  }
4902
4855
  ],
4903
- "range": {
4904
- "start": 0,
4905
- "end": 42
4906
- },
4907
- "types": [
4908
- "list",
4909
- "unknown"
4910
- ],
4911
- "text": "humans bats",
4912
4856
  "level": 1
4913
4857
  },
4914
4858
  "two": {
@@ -5209,6 +5153,10 @@
5209
5153
  "concept",
5210
5154
  "theAble"
5211
5155
  ],
5156
+ [
5157
+ "doubleQuote",
5158
+ "queryable"
5159
+ ],
5212
5160
  [
5213
5161
  "feline",
5214
5162
  "hierarchyAble"
@@ -5663,10 +5611,6 @@
5663
5611
  1
5664
5612
  ],
5665
5613
  "ops": [
5666
- [
5667
- "list",
5668
- 1
5669
- ],
5670
5614
  [
5671
5615
  "is",
5672
5616
  0
@@ -5703,27 +5647,6 @@
5703
5647
  ],
5704
5648
  "counter": 7
5705
5649
  },
5706
- {
5707
- "op": [
5708
- "list",
5709
- 1
5710
- ],
5711
- "ops": [
5712
- [
5713
- "is",
5714
- 0
5715
- ],
5716
- [
5717
- "bird",
5718
- 0
5719
- ],
5720
- [
5721
- "list",
5722
- 1
5723
- ]
5724
- ],
5725
- "counter": 8
5726
- },
5727
5650
  {
5728
5651
  "op": [
5729
5652
  "bird",
@@ -5739,7 +5662,7 @@
5739
5662
  0
5740
5663
  ]
5741
5664
  ],
5742
- "counter": 9
5665
+ "counter": 8
5743
5666
  },
5744
5667
  {
5745
5668
  "op": [
@@ -5752,7 +5675,7 @@
5752
5675
  0
5753
5676
  ]
5754
5677
  ],
5755
- "counter": 10
5678
+ "counter": 9
5756
5679
  },
5757
5680
  {
5758
5681
  "op": [
@@ -5765,7 +5688,7 @@
5765
5688
  1
5766
5689
  ]
5767
5690
  ],
5768
- "counter": 11
5691
+ "counter": 10
5769
5692
  }
5770
5693
  ]
5771
5694
  },
@@ -5783,70 +5706,73 @@
5783
5706
  "one": {
5784
5707
  "number": "many",
5785
5708
  "marker": "list",
5709
+ "default": true,
5710
+ "word": "and",
5711
+ "text": "owls eagles pidgeons and parrots",
5712
+ "range": {
5713
+ "start": 0,
5714
+ "end": 41
5715
+ },
5716
+ "types": [
5717
+ "list",
5718
+ "unknown"
5719
+ ],
5786
5720
  "listable": true,
5721
+ "isList": true,
5787
5722
  "value": [
5788
5723
  {
5724
+ "value": "owls",
5725
+ "unknown": true,
5726
+ "text": "owls",
5789
5727
  "marker": "unknown",
5728
+ "word": "owls",
5790
5729
  "range": {
5791
5730
  "start": 0,
5792
5731
  "end": 3
5793
5732
  },
5794
- "word": "owls",
5795
- "text": "owls",
5796
- "value": "owls",
5797
- "unknown": true,
5798
5733
  "dead": true,
5799
5734
  "level": 1
5800
5735
  },
5801
5736
  {
5737
+ "value": "eagles",
5738
+ "unknown": true,
5739
+ "text": "eagles",
5802
5740
  "marker": "unknown",
5741
+ "word": "eagles",
5803
5742
  "range": {
5804
5743
  "start": 5,
5805
5744
  "end": 10
5806
5745
  },
5807
- "word": "eagles",
5808
- "text": "eagles",
5809
- "value": "eagles",
5810
- "unknown": true,
5811
5746
  "dead": true,
5812
5747
  "level": 1
5813
5748
  },
5814
5749
  {
5750
+ "value": "pidgeons",
5751
+ "unknown": true,
5752
+ "text": "pidgeons",
5815
5753
  "marker": "unknown",
5754
+ "word": "pidgeons",
5816
5755
  "range": {
5817
5756
  "start": 12,
5818
5757
  "end": 19
5819
5758
  },
5820
- "word": "pidgeons",
5821
- "text": "pidgeons",
5822
- "value": "pidgeons",
5823
- "unknown": true,
5824
5759
  "dead": true,
5825
- "level": 2
5760
+ "level": 1
5826
5761
  },
5827
5762
  {
5763
+ "value": "parrots",
5764
+ "unknown": true,
5765
+ "text": "parrots",
5828
5766
  "marker": "unknown",
5767
+ "word": "parrots",
5829
5768
  "range": {
5830
5769
  "start": 25,
5831
5770
  "end": 31
5832
5771
  },
5833
- "word": "parrots",
5834
- "text": "parrots",
5835
- "value": "parrots",
5836
- "unknown": true,
5837
5772
  "dead": true,
5838
- "level": 2
5773
+ "level": 1
5839
5774
  }
5840
5775
  ],
5841
- "range": {
5842
- "start": 0,
5843
- "end": 41
5844
- },
5845
- "types": [
5846
- "list",
5847
- "unknown"
5848
- ],
5849
- "text": "owls eagles",
5850
5776
  "level": 1
5851
5777
  },
5852
5778
  "two": {
@@ -5926,28 +5852,6 @@
5926
5852
  1
5927
5853
  ]
5928
5854
  ],
5929
- [
5930
- [
5931
- "bird",
5932
- 0
5933
- ],
5934
- [
5935
- "is",
5936
- 0
5937
- ],
5938
- [
5939
- "list",
5940
- 0
5941
- ],
5942
- [
5943
- "unknown",
5944
- 0
5945
- ],
5946
- [
5947
- "unknown",
5948
- 1
5949
- ]
5950
- ],
5951
5855
  [
5952
5856
  [
5953
5857
  "bird",
@@ -6169,6 +6073,10 @@
6169
6073
  "concept",
6170
6074
  "theAble"
6171
6075
  ],
6076
+ [
6077
+ "doubleQuote",
6078
+ "queryable"
6079
+ ],
6172
6080
  [
6173
6081
  "eagle",
6174
6082
  "bird"
@@ -6679,15 +6587,15 @@
6679
6587
  },
6680
6588
  "one": {
6681
6589
  "number": "many",
6590
+ "value": "cats",
6591
+ "unknown": true,
6592
+ "text": "cats",
6682
6593
  "marker": "unknown",
6594
+ "word": "cats",
6683
6595
  "range": {
6684
6596
  "start": 0,
6685
6597
  "end": 15
6686
6598
  },
6687
- "word": "cats",
6688
- "text": "cats",
6689
- "value": "cats",
6690
- "unknown": true,
6691
6599
  "dead": true,
6692
6600
  "types": [
6693
6601
  "unknown"
@@ -6962,6 +6870,10 @@
6962
6870
  "concept",
6963
6871
  "theAble"
6964
6872
  ],
6873
+ [
6874
+ "doubleQuote",
6875
+ "queryable"
6876
+ ],
6965
6877
  [
6966
6878
  "eagle",
6967
6879
  "bird"
@@ -7468,27 +7380,6 @@
7468
7380
  ],
7469
7381
  "counter": 3
7470
7382
  },
7471
- {
7472
- "op": [
7473
- "list",
7474
- 1
7475
- ],
7476
- "ops": [
7477
- [
7478
- "list",
7479
- 1
7480
- ],
7481
- [
7482
- "is",
7483
- 0
7484
- ],
7485
- [
7486
- "canine",
7487
- 0
7488
- ]
7489
- ],
7490
- "counter": 4
7491
- },
7492
7383
  {
7493
7384
  "op": [
7494
7385
  "canine",
@@ -7504,7 +7395,7 @@
7504
7395
  0
7505
7396
  ]
7506
7397
  ],
7507
- "counter": 5
7398
+ "counter": 4
7508
7399
  },
7509
7400
  {
7510
7401
  "op": [
@@ -7517,7 +7408,7 @@
7517
7408
  0
7518
7409
  ]
7519
7410
  ],
7520
- "counter": 6
7411
+ "counter": 5
7521
7412
  },
7522
7413
  {
7523
7414
  "op": [
@@ -7530,7 +7421,7 @@
7530
7421
  1
7531
7422
  ]
7532
7423
  ],
7533
- "counter": 7
7424
+ "counter": 6
7534
7425
  }
7535
7426
  ]
7536
7427
  },
@@ -7548,44 +7439,47 @@
7548
7439
  "one": {
7549
7440
  "number": "many",
7550
7441
  "marker": "list",
7442
+ "default": true,
7443
+ "word": "and",
7444
+ "text": "dogs and wolves",
7445
+ "range": {
7446
+ "start": 0,
7447
+ "end": 26
7448
+ },
7449
+ "types": [
7450
+ "list",
7451
+ "unknown"
7452
+ ],
7551
7453
  "listable": true,
7454
+ "isList": true,
7552
7455
  "value": [
7553
7456
  {
7457
+ "value": "dogs",
7458
+ "unknown": true,
7459
+ "text": "dogs",
7554
7460
  "marker": "unknown",
7461
+ "word": "dogs",
7555
7462
  "range": {
7556
7463
  "start": 0,
7557
7464
  "end": 3
7558
7465
  },
7559
- "word": "dogs",
7560
- "text": "dogs",
7561
- "value": "dogs",
7562
- "unknown": true,
7563
7466
  "dead": true,
7564
- "level": 2
7467
+ "level": 1
7565
7468
  },
7566
7469
  {
7470
+ "value": "wolves",
7471
+ "unknown": true,
7472
+ "text": "wolves",
7567
7473
  "marker": "unknown",
7474
+ "word": "wolves",
7568
7475
  "range": {
7569
7476
  "start": 9,
7570
7477
  "end": 14
7571
7478
  },
7572
- "word": "wolves",
7573
- "text": "wolves",
7574
- "value": "wolves",
7575
- "unknown": true,
7576
7479
  "dead": true,
7577
- "level": 2
7480
+ "level": 1
7578
7481
  }
7579
7482
  ],
7580
- "range": {
7581
- "start": 0,
7582
- "end": 26
7583
- },
7584
- "types": [
7585
- "list",
7586
- "unknown"
7587
- ],
7588
- "text": "dogs and wolves are canines",
7589
7483
  "level": 1
7590
7484
  },
7591
7485
  "two": {
@@ -7932,6 +7826,10 @@
7932
7826
  "dog",
7933
7827
  "theAble"
7934
7828
  ],
7829
+ [
7830
+ "doubleQuote",
7831
+ "queryable"
7832
+ ],
7935
7833
  [
7936
7834
  "eagle",
7937
7835
  "bird"
@@ -8490,15 +8388,15 @@
8490
8388
  "level": 1
8491
8389
  },
8492
8390
  "property": {
8391
+ "value": "wings",
8392
+ "unknown": true,
8393
+ "text": "wings",
8493
8394
  "marker": "property",
8395
+ "word": "wings",
8494
8396
  "range": {
8495
8397
  "start": 10,
8496
8398
  "end": 14
8497
8399
  },
8498
- "word": "wings",
8499
- "text": "wings",
8500
- "value": "wings",
8501
- "unknown": true,
8502
8400
  "dead": true,
8503
8401
  "types": [
8504
8402
  "property"
@@ -8563,16 +8461,6 @@
8563
8461
  1
8564
8462
  ]
8565
8463
  ],
8566
- [
8567
- [
8568
- "have",
8569
- 0
8570
- ],
8571
- [
8572
- "unknown",
8573
- 0
8574
- ]
8575
- ],
8576
8464
  [
8577
8465
  [
8578
8466
  "have",
@@ -8774,28 +8662,6 @@
8774
8662
  1
8775
8663
  ]
8776
8664
  ],
8777
- [
8778
- [
8779
- "bird",
8780
- 0
8781
- ],
8782
- [
8783
- "is",
8784
- 0
8785
- ],
8786
- [
8787
- "list",
8788
- 0
8789
- ],
8790
- [
8791
- "unknown",
8792
- 0
8793
- ],
8794
- [
8795
- "unknown",
8796
- 1
8797
- ]
8798
- ],
8799
8665
  [
8800
8666
  [
8801
8667
  "bird",
@@ -9052,86 +8918,6 @@
9052
8918
  1
9053
8919
  ]
9054
8920
  ],
9055
- [
9056
- [
9057
- "have",
9058
- 0
9059
- ],
9060
- [
9061
- "unknown",
9062
- 0
9063
- ]
9064
- ],
9065
- [
9066
- [
9067
- "have",
9068
- 0
9069
- ],
9070
- [
9071
- "unknown",
9072
- 0
9073
- ]
9074
- ],
9075
- [
9076
- [
9077
- "have",
9078
- 0
9079
- ],
9080
- [
9081
- "unknown",
9082
- 0
9083
- ]
9084
- ],
9085
- [
9086
- [
9087
- "have",
9088
- 0
9089
- ],
9090
- [
9091
- "unknown",
9092
- 0
9093
- ]
9094
- ],
9095
- [
9096
- [
9097
- "have",
9098
- 0
9099
- ],
9100
- [
9101
- "unknown",
9102
- 0
9103
- ]
9104
- ],
9105
- [
9106
- [
9107
- "have",
9108
- 0
9109
- ],
9110
- [
9111
- "unknown",
9112
- 0
9113
- ]
9114
- ],
9115
- [
9116
- [
9117
- "have",
9118
- 0
9119
- ],
9120
- [
9121
- "unknown",
9122
- 0
9123
- ]
9124
- ],
9125
- [
9126
- [
9127
- "have",
9128
- 0
9129
- ],
9130
- [
9131
- "unknown",
9132
- 0
9133
- ]
9134
- ],
9135
8921
  [
9136
8922
  [
9137
8923
  "have",