astn 0.110.15 → 1.20.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +20 -0
  3. package/.vscode/extensions.json +9 -0
  4. package/.vscode/launch.json +39 -0
  5. package/.vscode/settings.json +8 -0
  6. package/.vscode/tasks.json +33 -0
  7. package/.vscodeignore +15 -0
  8. package/LICENSE.md +204 -0
  9. package/README.md +3 -410
  10. package/backend/package-lock.json +123 -0
  11. package/backend/package.json +6 -0
  12. package/backend/src/index.ts +133 -0
  13. package/backend/tsconfig.json +16 -0
  14. package/client/package-lock.json +581 -0
  15. package/client/package.json +23 -0
  16. package/client/src/extension.ts +249 -0
  17. package/client/src/test/completion.test.ts +43 -0
  18. package/client/src/test/diagnostics.test.ts +41 -0
  19. package/client/src/test/helper.ts +47 -0
  20. package/client/src/test/index.ts +43 -0
  21. package/client/src/test/runTest.ts +27 -0
  22. package/client/testFixture/diagnostics.txt +1 -0
  23. package/client/tsconfig.json +12 -0
  24. package/client/tsconfig.tsbuildinfo +1 -0
  25. package/development.md +12 -0
  26. package/images/icon.png +0 -0
  27. package/language-configuration.json +36 -0
  28. package/package.json +102 -58
  29. package/scripts/e2e.sh +6 -0
  30. package/server/package-lock.json +127 -0
  31. package/server/package.json +22 -0
  32. package/server/src/backend.ts +53 -0
  33. package/server/src/backendapi.ts +66 -0
  34. package/server/src/server.ts +296 -0
  35. package/server/tsconfig.json +14 -0
  36. package/server/tsconfig.tsbuildinfo +1 -0
  37. package/syntaxes/astn.tmLanguage.json +320 -0
  38. package/tsconfig.json +21 -0
  39. package/LICENSE +0 -17
  40. package/dist/bin/convert_to_json.d.ts +0 -2
  41. package/dist/bin/convert_to_json.js +0 -63
  42. package/dist/bin/validate_astn.d.ts +0 -2
  43. package/dist/bin/validate_astn.js +0 -58
  44. package/dist/generated/generic/resolve.d.ts +0 -90
  45. package/dist/generated/generic/resolve.js +0 -259
  46. package/dist/generated/implementation/schemas/ast/migration_boilerplate.d.ts +0 -13
  47. package/dist/generated/implementation/schemas/ast/migration_boilerplate.js +0 -174
  48. package/dist/generated/implementation/schemas/ide/migration_boilerplate.d.ts +0 -2
  49. package/dist/generated/implementation/schemas/ide/migration_boilerplate.js +0 -56
  50. package/dist/generated/implementation/schemas/parse_result/migration_boilerplate.d.ts +0 -6
  51. package/dist/generated/implementation/schemas/parse_result/migration_boilerplate.js +0 -136
  52. package/dist/generated/implementation/schemas/target/migration_boilerplate.d.ts +0 -3
  53. package/dist/generated/implementation/schemas/target/migration_boilerplate.js +0 -73
  54. package/dist/generated/implementation/schemas/target_json/migration_boilerplate.d.ts +0 -3
  55. package/dist/generated/implementation/schemas/target_json/migration_boilerplate.js +0 -67
  56. package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
  57. package/dist/generated/interface/core/poormans_parser.js +0 -3
  58. package/dist/generated/interface/core/resolved.d.ts +0 -100
  59. package/dist/generated/interface/core/resolved.js +0 -3
  60. package/dist/generated/interface/core/unresolved.d.ts +0 -35
  61. package/dist/generated/interface/core/unresolved.js +0 -3
  62. package/dist/generated/interface/schemas/ast/migration_boilerplate.d.ts +0 -266
  63. package/dist/generated/interface/schemas/ast/migration_boilerplate.js +0 -3
  64. package/dist/generated/interface/schemas/ast/poormans_parser.d.ts +0 -1087
  65. package/dist/generated/interface/schemas/ast/poormans_parser.js +0 -3
  66. package/dist/generated/interface/schemas/ast/resolved.d.ts +0 -1087
  67. package/dist/generated/interface/schemas/ast/resolved.js +0 -3
  68. package/dist/generated/interface/schemas/ast/unresolved.d.ts +0 -1087
  69. package/dist/generated/interface/schemas/ast/unresolved.js +0 -3
  70. package/dist/generated/interface/schemas/ide/migration_boilerplate.d.ts +0 -24
  71. package/dist/generated/interface/schemas/ide/migration_boilerplate.js +0 -3
  72. package/dist/generated/interface/schemas/ide/poormans_parser.d.ts +0 -161
  73. package/dist/generated/interface/schemas/ide/poormans_parser.js +0 -3
  74. package/dist/generated/interface/schemas/ide/resolved.d.ts +0 -161
  75. package/dist/generated/interface/schemas/ide/resolved.js +0 -3
  76. package/dist/generated/interface/schemas/ide/unresolved.d.ts +0 -161
  77. package/dist/generated/interface/schemas/ide/unresolved.js +0 -3
  78. package/dist/generated/interface/schemas/parse_result/migration_boilerplate.d.ts +0 -112
  79. package/dist/generated/interface/schemas/parse_result/migration_boilerplate.js +0 -3
  80. package/dist/generated/interface/schemas/parse_result/poormans_parser.d.ts +0 -416
  81. package/dist/generated/interface/schemas/parse_result/poormans_parser.js +0 -3
  82. package/dist/generated/interface/schemas/parse_result/resolved.d.ts +0 -416
  83. package/dist/generated/interface/schemas/parse_result/resolved.js +0 -3
  84. package/dist/generated/interface/schemas/parse_result/unresolved.d.ts +0 -416
  85. package/dist/generated/interface/schemas/parse_result/unresolved.js +0 -3
  86. package/dist/generated/interface/schemas/target/migration_boilerplate.d.ts +0 -46
  87. package/dist/generated/interface/schemas/target/migration_boilerplate.js +0 -3
  88. package/dist/generated/interface/schemas/target/poormans_parser.d.ts +0 -186
  89. package/dist/generated/interface/schemas/target/poormans_parser.js +0 -3
  90. package/dist/generated/interface/schemas/target/resolved.d.ts +0 -186
  91. package/dist/generated/interface/schemas/target/resolved.js +0 -3
  92. package/dist/generated/interface/schemas/target/unresolved.d.ts +0 -186
  93. package/dist/generated/interface/schemas/target/unresolved.js +0 -3
  94. package/dist/generated/interface/schemas/target_json/migration_boilerplate.d.ts +0 -46
  95. package/dist/generated/interface/schemas/target_json/migration_boilerplate.js +0 -3
  96. package/dist/generated/interface/schemas/target_json/poormans_parser.d.ts +0 -169
  97. package/dist/generated/interface/schemas/target_json/poormans_parser.js +0 -3
  98. package/dist/generated/interface/schemas/target_json/resolved.d.ts +0 -169
  99. package/dist/generated/interface/schemas/target_json/resolved.js +0 -3
  100. package/dist/generated/interface/schemas/target_json/unresolved.d.ts +0 -169
  101. package/dist/generated/interface/schemas/target_json/unresolved.js +0 -3
  102. package/dist/globals.d.ts +0 -24
  103. package/dist/globals.js +0 -2
  104. package/dist/index.d.ts +0 -6
  105. package/dist/index.js +0 -43
  106. package/dist/lib/globals.d.ts +0 -24
  107. package/dist/lib/globals.js +0 -2
  108. package/dist/lib/transformations/create_error_message.d.ts +0 -5
  109. package/dist/lib/transformations/create_error_message.js +0 -89
  110. package/dist/lib/transformations/format.d.ts +0 -42
  111. package/dist/lib/transformations/format.js +0 -166
  112. package/dist/lib/transformations/fountain_pen/astn.d.ts +0 -11
  113. package/dist/lib/transformations/fountain_pen/astn.js +0 -156
  114. package/dist/lib/transformations/fountain_pen/json.d.ts +0 -4
  115. package/dist/lib/transformations/fountain_pen/json.js +0 -113
  116. package/dist/lib/transformations/parse.d.ts +0 -11
  117. package/dist/lib/transformations/parse.js +0 -257
  118. package/dist/lib/transformations/parse_generic.d.ts +0 -43
  119. package/dist/lib/transformations/parse_generic.js +0 -644
  120. package/dist/parse/parse.d.ts +0 -11
  121. package/dist/parse/parse.js +0 -267
  122. package/dist/parse/parse_generic.d.ts +0 -43
  123. package/dist/parse/parse_generic.js +0 -656
  124. package/dist/serializers/astn.js +0 -28
  125. package/dist/serializers/json.d.ts +0 -5
  126. package/dist/serializers/json.js +0 -46
  127. package/dist/serializers/parse_result.d.ts +0 -5
  128. package/dist/serializers/parse_result.js +0 -99
  129. package/dist/transformations/ast/ide.d.ts +0 -42
  130. package/dist/transformations/ast/ide.js +0 -176
  131. package/dist/transformations/ast/json_target.d.ts +0 -6
  132. package/dist/transformations/ast/json_target.js +0 -88
  133. package/dist/transformations/create_error_message.d.ts +0 -5
  134. package/dist/transformations/create_error_message.js +0 -89
  135. package/dist/transformations/format.d.ts +0 -42
  136. package/dist/transformations/format.js +0 -166
  137. package/dist/transformations/fountain_pen/astn.d.ts +0 -11
  138. package/dist/transformations/fountain_pen/astn.js +0 -166
  139. package/dist/transformations/fountain_pen/json.d.ts +0 -4
  140. package/dist/transformations/fountain_pen/json.js +0 -123
  141. package/dist/transformations/parse.d.ts +0 -11
  142. package/dist/transformations/parse.js +0 -257
  143. package/dist/transformations/parse_generic.d.ts +0 -43
  144. package/dist/transformations/parse_generic.js +0 -644
  145. package/dist/transformations/target/fountain_pen/astn.d.ts +0 -11
  146. package/dist/transformations/target/fountain_pen/astn.js +0 -156
  147. package/dist/transformations/target/fountain_pen/json.d.ts +0 -4
  148. package/dist/transformations/target/fountain_pen/json.js +0 -113
  149. package/dist/transformations/target/fountain_pen_block.d.ts +0 -11
  150. package/dist/transformations/target/fountain_pen_block.js +0 -166
  151. package/dist/transformations/target_json/fountain_pen_block.d.ts +0 -4
  152. package/dist/transformations/target_json/fountain_pen_block.js +0 -101
  153. package/documentation/railroad_diagram/diagram/apostrophed_string.png +0 -0
  154. package/documentation/railroad_diagram/diagram/astn_document.png +0 -0
  155. package/documentation/railroad_diagram/diagram/backticked_string.png +0 -0
  156. package/documentation/railroad_diagram/diagram/comment.png +0 -0
  157. package/documentation/railroad_diagram/diagram/concise_group.png +0 -0
  158. package/documentation/railroad_diagram/diagram/content.png +0 -0
  159. package/documentation/railroad_diagram/diagram/dictionary.png +0 -0
  160. package/documentation/railroad_diagram/diagram/elements.png +0 -0
  161. package/documentation/railroad_diagram/diagram/escaped_character.png +0 -0
  162. package/documentation/railroad_diagram/diagram/four_hexadecimal_digits.png +0 -0
  163. package/documentation/railroad_diagram/diagram/header.png +0 -0
  164. package/documentation/railroad_diagram/diagram/hexadecimal_digit.png +0 -0
  165. package/documentation/railroad_diagram/diagram/ignorable.png +0 -0
  166. package/documentation/railroad_diagram/diagram/include.png +0 -0
  167. package/documentation/railroad_diagram/diagram/key_value_pairs.png +0 -0
  168. package/documentation/railroad_diagram/diagram/line_comment.png +0 -0
  169. package/documentation/railroad_diagram/diagram/list.png +0 -0
  170. package/documentation/railroad_diagram/diagram/newline_character.png +0 -0
  171. package/documentation/railroad_diagram/diagram/normal_character.png +0 -0
  172. package/documentation/railroad_diagram/diagram/normal_or_newline_character.png +0 -0
  173. package/documentation/railroad_diagram/diagram/quoted_string.png +0 -0
  174. package/documentation/railroad_diagram/diagram/rr-2.5.png +0 -0
  175. package/documentation/railroad_diagram/diagram/set_optional_value.png +0 -0
  176. package/documentation/railroad_diagram/diagram/string.png +0 -0
  177. package/documentation/railroad_diagram/diagram/string_content_character.png +0 -0
  178. package/documentation/railroad_diagram/diagram/tagged_value.png +0 -0
  179. package/documentation/railroad_diagram/diagram/traditional_comment.png +0 -0
  180. package/documentation/railroad_diagram/diagram/undelimited_string.png +0 -0
  181. package/documentation/railroad_diagram/diagram/value.png +0 -0
  182. package/documentation/railroad_diagram/diagram/verbose_group.png +0 -0
  183. package/documentation/railroad_diagram/diagram/whitespace.png +0 -0
  184. package/documentation/railroad_diagram/index.md +0 -425
  185. /package/{dist/serializers/astn.d.ts → client/testFixture/completion.txt} +0 -0
@@ -1,184 +0,0 @@
1
- import * as _pt from 'exupery-core-types';
2
- export type _T_Derived_Reference<G_Source, T_Type> = null;
3
- export type _T_Dictionary<G_Source, T_D> = {
4
- readonly 'dictionary': _pt.Dictionary<{
5
- readonly 'entry': T_D;
6
- readonly 'location': G_Source;
7
- }>;
8
- readonly 'location': G_Source;
9
- };
10
- export type _T_List<G_Source, T_L> = {
11
- readonly 'list': _pt.Array<{
12
- readonly 'element': T_L;
13
- readonly 'location': G_Source;
14
- }>;
15
- readonly 'location': G_Source;
16
- };
17
- export type _T_Ordered_Dictionary<G_Source, T_D> = {
18
- readonly 'dictionary': _pt.Dictionary<{
19
- readonly 'entry': T_D;
20
- readonly 'location': G_Source;
21
- }>;
22
- readonly 'location': G_Source;
23
- };
24
- export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = {
25
- readonly 'key': string;
26
- readonly 'location': G_Source;
27
- };
28
- export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
29
- readonly 'key': string;
30
- readonly 'location': G_Source;
31
- };
32
- export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
33
- readonly 'key': string;
34
- readonly 'location': G_Source;
35
- readonly 'up steps': number;
36
- };
37
- export type _T_State_Group<G_Source, T_SG> = {
38
- readonly 'location': G_Source;
39
- readonly 'state group': T_SG;
40
- };
41
- export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
42
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
43
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
44
- export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
45
- export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
46
- export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
47
- export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
48
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
49
- export declare namespace _T_Dictionary {
50
- namespace dictionary {
51
- namespace D {
52
- type entry<G_Source, T_D> = T_D;
53
- type location<G_Source, T_D> = G_Source;
54
- }
55
- type D<G_Source, T_D> = {
56
- readonly 'entry': T_D;
57
- readonly 'location': G_Source;
58
- };
59
- }
60
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
61
- readonly 'entry': T_D;
62
- readonly 'location': G_Source;
63
- }>;
64
- type location<G_Source, T_D> = G_Source;
65
- }
66
- export declare namespace _T_List {
67
- namespace list {
68
- namespace L {
69
- type element<G_Source, T_L> = T_L;
70
- type location<G_Source, T_L> = G_Source;
71
- }
72
- type L<G_Source, T_L> = {
73
- readonly 'element': T_L;
74
- readonly 'location': G_Source;
75
- };
76
- }
77
- type list<G_Source, T_L> = _pt.Array<{
78
- readonly 'element': T_L;
79
- readonly 'location': G_Source;
80
- }>;
81
- type location<G_Source, T_L> = G_Source;
82
- }
83
- export declare namespace _T_Ordered_Dictionary {
84
- namespace dictionary {
85
- namespace D {
86
- type entry<G_Source, T_D> = T_D;
87
- type location<G_Source, T_D> = G_Source;
88
- }
89
- type D<G_Source, T_D> = {
90
- readonly 'entry': T_D;
91
- readonly 'location': G_Source;
92
- };
93
- }
94
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
95
- readonly 'entry': T_D;
96
- readonly 'location': G_Source;
97
- }>;
98
- type location<G_Source, T_D> = G_Source;
99
- }
100
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
101
- type key<G_Source, T_Dictionary_Entry> = string;
102
- type location<G_Source, T_Dictionary_Entry> = G_Source;
103
- }
104
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
105
- type key<G_Source, T_Dictionary_Entry> = string;
106
- type location<G_Source, T_Dictionary_Entry> = G_Source;
107
- }
108
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
109
- type key<G_Source, T_Dictionary_Entry> = string;
110
- type location<G_Source, T_Dictionary_Entry> = G_Source;
111
- type up_steps<G_Source, T_Dictionary_Entry> = number;
112
- }
113
- export declare namespace _T_State_Group {
114
- type location<G_Source, T_SG> = G_Source;
115
- type state_group<G_Source, T_SG> = T_SG;
116
- }
117
- export declare namespace Dictionary {
118
- namespace dictionary {
119
- namespace D {
120
- type entry<G_Source, T_D> = T_D;
121
- type location<G_Source, T_D> = G_Source;
122
- }
123
- type D<G_Source, T_D> = {
124
- readonly 'entry': T_D;
125
- readonly 'location': G_Source;
126
- };
127
- }
128
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
129
- readonly 'entry': T_D;
130
- readonly 'location': G_Source;
131
- }>;
132
- type location<G_Source, T_D> = G_Source;
133
- }
134
- export declare namespace List {
135
- namespace list {
136
- namespace L {
137
- type element<G_Source, T_L> = T_L;
138
- type location<G_Source, T_L> = G_Source;
139
- }
140
- type L<G_Source, T_L> = {
141
- readonly 'element': T_L;
142
- readonly 'location': G_Source;
143
- };
144
- }
145
- type list<G_Source, T_L> = _pt.Array<{
146
- readonly 'element': T_L;
147
- readonly 'location': G_Source;
148
- }>;
149
- type location<G_Source, T_L> = G_Source;
150
- }
151
- export declare namespace Ordered_Dictionary {
152
- namespace dictionary {
153
- namespace D {
154
- type entry<G_Source, T_D> = T_D;
155
- type location<G_Source, T_D> = G_Source;
156
- }
157
- type D<G_Source, T_D> = {
158
- readonly 'entry': T_D;
159
- readonly 'location': G_Source;
160
- };
161
- }
162
- type dictionary<G_Source, T_D> = _pt.Dictionary<{
163
- readonly 'entry': T_D;
164
- readonly 'location': G_Source;
165
- }>;
166
- type location<G_Source, T_D> = G_Source;
167
- }
168
- export declare namespace Reference_To_Circular_Dependent_Sibling {
169
- type key<G_Source, T_Dictionary_Entry> = string;
170
- type location<G_Source, T_Dictionary_Entry> = G_Source;
171
- }
172
- export declare namespace Reference_To_Normal_Dictionary_Entry {
173
- type key<G_Source, T_Dictionary_Entry> = string;
174
- type location<G_Source, T_Dictionary_Entry> = G_Source;
175
- }
176
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
177
- type key<G_Source, T_Dictionary_Entry> = string;
178
- type location<G_Source, T_Dictionary_Entry> = G_Source;
179
- type up_steps<G_Source, T_Dictionary_Entry> = number;
180
- }
181
- export declare namespace State_Group {
182
- type location<G_Source, T_SG> = G_Source;
183
- type state_group<G_Source, T_SG> = T_SG;
184
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2UvY29yZS9wb29ybWFuc19wYXJzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,100 +0,0 @@
1
- import * as _pt from 'exupery-core-types';
2
- export type _T_Derived_Reference<G_Source, T_Type> = T_Type;
3
- export type _T_Dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
4
- export type _T_List<G_Source, T_L> = _pt.Array<T_L>;
5
- export type _T_Ordered_Dictionary<G_Source, T_D> = {
6
- readonly 'dictionary': _pt.Dictionary<T_D>;
7
- readonly 'ordered list': _pt.Array<_pt.Key_Value_Pair<T_D>>;
8
- };
9
- export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = {
10
- readonly 'entry': _pt.Computed_Value<T_Dictionary_Entry>;
11
- readonly 'key': string;
12
- };
13
- export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
14
- readonly 'entry': T_Dictionary_Entry;
15
- readonly 'key': string;
16
- };
17
- export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = {
18
- readonly 'entry': T_Dictionary_Entry;
19
- readonly 'key': string;
20
- readonly 'up steps': number;
21
- };
22
- export type _T_State_Group<G_Source, T_SG> = T_SG;
23
- export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
24
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
25
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
26
- export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
27
- export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
28
- export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
29
- export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
30
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
31
- export declare namespace _T_Dictionary {
32
- type D<G_Source, T_D> = T_D;
33
- }
34
- export declare namespace _T_List {
35
- type L<G_Source, T_L> = T_L;
36
- }
37
- export declare namespace _T_Ordered_Dictionary {
38
- namespace dictionary {
39
- type D<G_Source, T_D> = T_D;
40
- }
41
- type dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
42
- namespace ordered_list {
43
- namespace L {
44
- type K<G_Source, T_D> = T_D;
45
- }
46
- type L<G_Source, T_D> = _pt.Key_Value_Pair<T_D>;
47
- }
48
- type ordered_list<G_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
49
- }
50
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
51
- namespace entry {
52
- type C<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
53
- }
54
- type entry<G_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
55
- type key<G_Source, T_Dictionary_Entry> = string;
56
- }
57
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
58
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
59
- type key<G_Source, T_Dictionary_Entry> = string;
60
- }
61
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
62
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
63
- type key<G_Source, T_Dictionary_Entry> = string;
64
- type up_steps<G_Source, T_Dictionary_Entry> = number;
65
- }
66
- export declare namespace Dictionary {
67
- type D<G_Source, T_D> = T_D;
68
- }
69
- export declare namespace List {
70
- type L<G_Source, T_L> = T_L;
71
- }
72
- export declare namespace Ordered_Dictionary {
73
- namespace dictionary {
74
- type D<G_Source, T_D> = T_D;
75
- }
76
- type dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
77
- namespace ordered_list {
78
- namespace L {
79
- type K<G_Source, T_D> = T_D;
80
- }
81
- type L<G_Source, T_D> = _pt.Key_Value_Pair<T_D>;
82
- }
83
- type ordered_list<G_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
84
- }
85
- export declare namespace Reference_To_Circular_Dependent_Sibling {
86
- namespace entry {
87
- type C<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
88
- }
89
- type entry<G_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
90
- type key<G_Source, T_Dictionary_Entry> = string;
91
- }
92
- export declare namespace Reference_To_Normal_Dictionary_Entry {
93
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
94
- type key<G_Source, T_Dictionary_Entry> = string;
95
- }
96
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
97
- type entry<G_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
98
- type key<G_Source, T_Dictionary_Entry> = string;
99
- type up_steps<G_Source, T_Dictionary_Entry> = number;
100
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9jb3JlL3Jlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,35 +0,0 @@
1
- import * as _pt from 'exupery-core-types';
2
- export type _T_Derived_Reference<G_Source, T_Type> = null;
3
- export type _T_Dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
4
- export type _T_List<G_Source, T_L> = _pt.Array<T_L>;
5
- export type _T_Ordered_Dictionary<G_Source, T_D> = _pt.Dictionary<T_D>;
6
- export type _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = string;
7
- export type _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = string;
8
- export type _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = string;
9
- export type _T_State_Group<G_Source, T_SG> = T_SG;
10
- export type Derived_Reference<G_Source, T_Type> = _T_Derived_Reference<G_Source, T_Type>;
11
- export type Dictionary<G_Source, T_D> = _T_Dictionary<G_Source, T_D>;
12
- export type List<G_Source, T_L> = _T_List<G_Source, T_L>;
13
- export type Ordered_Dictionary<G_Source, T_D> = _T_Ordered_Dictionary<G_Source, T_D>;
14
- export type Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<G_Source, T_Dictionary_Entry>;
15
- export type Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
16
- export type Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<G_Source, T_Dictionary_Entry>;
17
- export type State_Group<G_Source, T_SG> = _T_State_Group<G_Source, T_SG>;
18
- export declare namespace _T_Dictionary {
19
- type D<G_Source, T_D> = T_D;
20
- }
21
- export declare namespace _T_List {
22
- type L<G_Source, T_L> = T_L;
23
- }
24
- export declare namespace _T_Ordered_Dictionary {
25
- type D<G_Source, T_D> = T_D;
26
- }
27
- export declare namespace Dictionary {
28
- type D<G_Source, T_D> = T_D;
29
- }
30
- export declare namespace List {
31
- type L<G_Source, T_L> = T_L;
32
- }
33
- export declare namespace Ordered_Dictionary {
34
- type D<G_Source, T_D> = T_D;
35
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2NvcmUvdW5yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,266 +0,0 @@
1
- import * as _i_in from "./resolved";
2
- import * as _i_out from "./unresolved";
3
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
4
- export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: null) => _i_out._T_Elements;
5
- export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: null) => _i_out._T_Key_Value_Pairs;
6
- export type _T_Location = ($$_: _i_in._T_Location, $$_p: null) => _i_out._T_Location;
7
- export type _T_Range = ($$_: _i_in._T_Range, $$_p: null) => _i_out._T_Range;
8
- export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: null) => _i_out._T_Relative_Location;
9
- export type _T_String = ($$_: _i_in._T_String, $$_p: null) => _i_out._T_String;
10
- export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: null) => _i_out._T_String_Type;
11
- export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: null) => _i_out._T_Structural_Token;
12
- export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: null) => _i_out._T_Trivia;
13
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
14
- export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: null) => _i_out._T_Whitespace;
15
- export type Document = _T_Document;
16
- export type Elements = _T_Elements;
17
- export type Key_Value_Pairs = _T_Key_Value_Pairs;
18
- export type Location = _T_Location;
19
- export type Range = _T_Range;
20
- export type Relative_Location = _T_Relative_Location;
21
- export type String = _T_String;
22
- export type String_Type = _T_String_Type;
23
- export type Structural_Token = _T_Structural_Token;
24
- export type Trivia = _T_Trivia;
25
- export type Value = _T_Value;
26
- export type Whitespace = _T_Whitespace;
27
- export declare namespace _T_Document {
28
- namespace CONTEXT {
29
- }
30
- type CONTEXT = _i_in._T_Document;
31
- namespace PARAMS {
32
- }
33
- namespace RESULT {
34
- }
35
- type RESULT = _i_out._T_Document;
36
- }
37
- export declare namespace _T_Elements {
38
- namespace CONTEXT {
39
- }
40
- type CONTEXT = _i_in._T_Elements;
41
- namespace PARAMS {
42
- }
43
- namespace RESULT {
44
- }
45
- type RESULT = _i_out._T_Elements;
46
- }
47
- export declare namespace _T_Key_Value_Pairs {
48
- namespace CONTEXT {
49
- }
50
- type CONTEXT = _i_in._T_Key_Value_Pairs;
51
- namespace PARAMS {
52
- }
53
- namespace RESULT {
54
- }
55
- type RESULT = _i_out._T_Key_Value_Pairs;
56
- }
57
- export declare namespace _T_Location {
58
- namespace CONTEXT {
59
- }
60
- type CONTEXT = _i_in._T_Location;
61
- namespace PARAMS {
62
- }
63
- namespace RESULT {
64
- }
65
- type RESULT = _i_out._T_Location;
66
- }
67
- export declare namespace _T_Range {
68
- namespace CONTEXT {
69
- }
70
- type CONTEXT = _i_in._T_Range;
71
- namespace PARAMS {
72
- }
73
- namespace RESULT {
74
- }
75
- type RESULT = _i_out._T_Range;
76
- }
77
- export declare namespace _T_Relative_Location {
78
- namespace CONTEXT {
79
- }
80
- type CONTEXT = _i_in._T_Relative_Location;
81
- namespace PARAMS {
82
- }
83
- namespace RESULT {
84
- }
85
- type RESULT = _i_out._T_Relative_Location;
86
- }
87
- export declare namespace _T_String {
88
- namespace CONTEXT {
89
- }
90
- type CONTEXT = _i_in._T_String;
91
- namespace PARAMS {
92
- }
93
- namespace RESULT {
94
- }
95
- type RESULT = _i_out._T_String;
96
- }
97
- export declare namespace _T_String_Type {
98
- namespace CONTEXT {
99
- }
100
- type CONTEXT = _i_in._T_String_Type;
101
- namespace PARAMS {
102
- }
103
- namespace RESULT {
104
- }
105
- type RESULT = _i_out._T_String_Type;
106
- }
107
- export declare namespace _T_Structural_Token {
108
- namespace CONTEXT {
109
- }
110
- type CONTEXT = _i_in._T_Structural_Token;
111
- namespace PARAMS {
112
- }
113
- namespace RESULT {
114
- }
115
- type RESULT = _i_out._T_Structural_Token;
116
- }
117
- export declare namespace _T_Trivia {
118
- namespace CONTEXT {
119
- }
120
- type CONTEXT = _i_in._T_Trivia;
121
- namespace PARAMS {
122
- }
123
- namespace RESULT {
124
- }
125
- type RESULT = _i_out._T_Trivia;
126
- }
127
- export declare namespace _T_Value {
128
- namespace CONTEXT {
129
- }
130
- type CONTEXT = _i_in._T_Value;
131
- namespace PARAMS {
132
- }
133
- namespace RESULT {
134
- }
135
- type RESULT = _i_out._T_Value;
136
- }
137
- export declare namespace _T_Whitespace {
138
- namespace CONTEXT {
139
- }
140
- type CONTEXT = _i_in._T_Whitespace;
141
- namespace PARAMS {
142
- }
143
- namespace RESULT {
144
- }
145
- type RESULT = _i_out._T_Whitespace;
146
- }
147
- export declare namespace Document {
148
- namespace CONTEXT {
149
- }
150
- type CONTEXT = _i_in._T_Document;
151
- namespace PARAMS {
152
- }
153
- namespace RESULT {
154
- }
155
- type RESULT = _i_out._T_Document;
156
- }
157
- export declare namespace Elements {
158
- namespace CONTEXT {
159
- }
160
- type CONTEXT = _i_in._T_Elements;
161
- namespace PARAMS {
162
- }
163
- namespace RESULT {
164
- }
165
- type RESULT = _i_out._T_Elements;
166
- }
167
- export declare namespace Key_Value_Pairs {
168
- namespace CONTEXT {
169
- }
170
- type CONTEXT = _i_in._T_Key_Value_Pairs;
171
- namespace PARAMS {
172
- }
173
- namespace RESULT {
174
- }
175
- type RESULT = _i_out._T_Key_Value_Pairs;
176
- }
177
- export declare namespace Location {
178
- namespace CONTEXT {
179
- }
180
- type CONTEXT = _i_in._T_Location;
181
- namespace PARAMS {
182
- }
183
- namespace RESULT {
184
- }
185
- type RESULT = _i_out._T_Location;
186
- }
187
- export declare namespace Range {
188
- namespace CONTEXT {
189
- }
190
- type CONTEXT = _i_in._T_Range;
191
- namespace PARAMS {
192
- }
193
- namespace RESULT {
194
- }
195
- type RESULT = _i_out._T_Range;
196
- }
197
- export declare namespace Relative_Location {
198
- namespace CONTEXT {
199
- }
200
- type CONTEXT = _i_in._T_Relative_Location;
201
- namespace PARAMS {
202
- }
203
- namespace RESULT {
204
- }
205
- type RESULT = _i_out._T_Relative_Location;
206
- }
207
- export declare namespace String {
208
- namespace CONTEXT {
209
- }
210
- type CONTEXT = _i_in._T_String;
211
- namespace PARAMS {
212
- }
213
- namespace RESULT {
214
- }
215
- type RESULT = _i_out._T_String;
216
- }
217
- export declare namespace String_Type {
218
- namespace CONTEXT {
219
- }
220
- type CONTEXT = _i_in._T_String_Type;
221
- namespace PARAMS {
222
- }
223
- namespace RESULT {
224
- }
225
- type RESULT = _i_out._T_String_Type;
226
- }
227
- export declare namespace Structural_Token {
228
- namespace CONTEXT {
229
- }
230
- type CONTEXT = _i_in._T_Structural_Token;
231
- namespace PARAMS {
232
- }
233
- namespace RESULT {
234
- }
235
- type RESULT = _i_out._T_Structural_Token;
236
- }
237
- export declare namespace Trivia {
238
- namespace CONTEXT {
239
- }
240
- type CONTEXT = _i_in._T_Trivia;
241
- namespace PARAMS {
242
- }
243
- namespace RESULT {
244
- }
245
- type RESULT = _i_out._T_Trivia;
246
- }
247
- export declare namespace Value {
248
- namespace CONTEXT {
249
- }
250
- type CONTEXT = _i_in._T_Value;
251
- namespace PARAMS {
252
- }
253
- namespace RESULT {
254
- }
255
- type RESULT = _i_out._T_Value;
256
- }
257
- export declare namespace Whitespace {
258
- namespace CONTEXT {
259
- }
260
- type CONTEXT = _i_in._T_Whitespace;
261
- namespace PARAMS {
262
- }
263
- namespace RESULT {
264
- }
265
- type RESULT = _i_out._T_Whitespace;
266
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9hc3QvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==