exupery 0.1.2 → 0.1.4

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.
@@ -0,0 +1,170 @@
1
+ import * as _i_in from "./resolved";
2
+ import * as _i_out from "./unresolved";
3
+ export type _T_Initialization = ($$_: _i_in._T_Initialization, $$_p: null) => _i_out._T_Initialization<null>;
4
+ export type _T_Literal = ($$_: _i_in._T_Literal, $$_p: null) => _i_out._T_Literal<null>;
5
+ export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
6
+ export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Module_Set<null>;
7
+ export type _T_Selection = ($$_: _i_in._T_Selection, $$_p: null) => _i_out._T_Selection<null>;
8
+ export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Type_Parameters<null>;
9
+ export type _T_Variables = ($$_: _i_in._T_Variables, $$_p: null) => _i_out._T_Variables<null>;
10
+ export type Initialization = _T_Initialization;
11
+ export type Literal = _T_Literal;
12
+ export type Module = _T_Module;
13
+ export type Module_Set = _T_Module_Set;
14
+ export type Selection = _T_Selection;
15
+ export type Type_Parameters = _T_Type_Parameters;
16
+ export type Variables = _T_Variables;
17
+ export declare namespace _T_Initialization {
18
+ namespace CONTEXT {
19
+ }
20
+ type CONTEXT = _i_in._T_Initialization;
21
+ namespace PARAMS {
22
+ }
23
+ namespace RESULT {
24
+ type annotation = null;
25
+ }
26
+ type RESULT = _i_out._T_Initialization<null>;
27
+ }
28
+ export declare namespace _T_Literal {
29
+ namespace CONTEXT {
30
+ }
31
+ type CONTEXT = _i_in._T_Literal;
32
+ namespace PARAMS {
33
+ }
34
+ namespace RESULT {
35
+ type annotation = null;
36
+ }
37
+ type RESULT = _i_out._T_Literal<null>;
38
+ }
39
+ export declare namespace _T_Module {
40
+ namespace CONTEXT {
41
+ }
42
+ type CONTEXT = _i_in._T_Module;
43
+ namespace PARAMS {
44
+ }
45
+ namespace RESULT {
46
+ type annotation = null;
47
+ }
48
+ type RESULT = _i_out._T_Module<null>;
49
+ }
50
+ export declare namespace _T_Module_Set {
51
+ namespace CONTEXT {
52
+ }
53
+ type CONTEXT = _i_in._T_Module_Set;
54
+ namespace PARAMS {
55
+ }
56
+ namespace RESULT {
57
+ type annotation = null;
58
+ }
59
+ type RESULT = _i_out._T_Module_Set<null>;
60
+ }
61
+ export declare namespace _T_Selection {
62
+ namespace CONTEXT {
63
+ }
64
+ type CONTEXT = _i_in._T_Selection;
65
+ namespace PARAMS {
66
+ }
67
+ namespace RESULT {
68
+ type annotation = null;
69
+ }
70
+ type RESULT = _i_out._T_Selection<null>;
71
+ }
72
+ export declare namespace _T_Type_Parameters {
73
+ namespace CONTEXT {
74
+ }
75
+ type CONTEXT = _i_in._T_Type_Parameters;
76
+ namespace PARAMS {
77
+ }
78
+ namespace RESULT {
79
+ type annotation = null;
80
+ }
81
+ type RESULT = _i_out._T_Type_Parameters<null>;
82
+ }
83
+ export declare namespace _T_Variables {
84
+ namespace CONTEXT {
85
+ }
86
+ type CONTEXT = _i_in._T_Variables;
87
+ namespace PARAMS {
88
+ }
89
+ namespace RESULT {
90
+ type annotation = null;
91
+ }
92
+ type RESULT = _i_out._T_Variables<null>;
93
+ }
94
+ export declare namespace Initialization {
95
+ namespace CONTEXT {
96
+ }
97
+ type CONTEXT = _i_in._T_Initialization;
98
+ namespace PARAMS {
99
+ }
100
+ namespace RESULT {
101
+ type annotation = null;
102
+ }
103
+ type RESULT = _i_out._T_Initialization<null>;
104
+ }
105
+ export declare namespace Literal {
106
+ namespace CONTEXT {
107
+ }
108
+ type CONTEXT = _i_in._T_Literal;
109
+ namespace PARAMS {
110
+ }
111
+ namespace RESULT {
112
+ type annotation = null;
113
+ }
114
+ type RESULT = _i_out._T_Literal<null>;
115
+ }
116
+ export declare namespace Module {
117
+ namespace CONTEXT {
118
+ }
119
+ type CONTEXT = _i_in._T_Module;
120
+ namespace PARAMS {
121
+ }
122
+ namespace RESULT {
123
+ type annotation = null;
124
+ }
125
+ type RESULT = _i_out._T_Module<null>;
126
+ }
127
+ export declare namespace Module_Set {
128
+ namespace CONTEXT {
129
+ }
130
+ type CONTEXT = _i_in._T_Module_Set;
131
+ namespace PARAMS {
132
+ }
133
+ namespace RESULT {
134
+ type annotation = null;
135
+ }
136
+ type RESULT = _i_out._T_Module_Set<null>;
137
+ }
138
+ export declare namespace Selection {
139
+ namespace CONTEXT {
140
+ }
141
+ type CONTEXT = _i_in._T_Selection;
142
+ namespace PARAMS {
143
+ }
144
+ namespace RESULT {
145
+ type annotation = null;
146
+ }
147
+ type RESULT = _i_out._T_Selection<null>;
148
+ }
149
+ export declare namespace Type_Parameters {
150
+ namespace CONTEXT {
151
+ }
152
+ type CONTEXT = _i_in._T_Type_Parameters;
153
+ namespace PARAMS {
154
+ }
155
+ namespace RESULT {
156
+ type annotation = null;
157
+ }
158
+ type RESULT = _i_out._T_Type_Parameters<null>;
159
+ }
160
+ export declare namespace Variables {
161
+ namespace CONTEXT {
162
+ }
163
+ type CONTEXT = _i_in._T_Variables;
164
+ namespace PARAMS {
165
+ }
166
+ namespace RESULT {
167
+ type annotation = null;
168
+ }
169
+ type RESULT = _i_out._T_Variables<null>;
170
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pbXBsZW1lbnRhdGlvbi9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,170 @@
1
+ import * as _i_in from "./resolved";
2
+ import * as _i_out from "./unresolved";
3
+ export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Imports<null>;
4
+ export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
5
+ export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Module_Set<null>;
6
+ export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Type<null>;
7
+ export type _T_Type_Arguments = ($$_: _i_in._T_Type_Arguments, $$_p: null) => _i_out._T_Type_Arguments<null>;
8
+ export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Type_Parameter_Selection, $$_p: null) => _i_out._T_Type_Parameter_Selection<null>;
9
+ export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Type_Parameters<null>;
10
+ export type Imports = _T_Imports;
11
+ export type Module = _T_Module;
12
+ export type Module_Set = _T_Module_Set;
13
+ export type Type = _T_Type;
14
+ export type Type_Arguments = _T_Type_Arguments;
15
+ export type Type_Parameter_Selection = _T_Type_Parameter_Selection;
16
+ export type Type_Parameters = _T_Type_Parameters;
17
+ export declare namespace _T_Imports {
18
+ namespace CONTEXT {
19
+ }
20
+ type CONTEXT = _i_in._T_Imports;
21
+ namespace PARAMS {
22
+ }
23
+ namespace RESULT {
24
+ type annotation = null;
25
+ }
26
+ type RESULT = _i_out._T_Imports<null>;
27
+ }
28
+ export declare namespace _T_Module {
29
+ namespace CONTEXT {
30
+ }
31
+ type CONTEXT = _i_in._T_Module;
32
+ namespace PARAMS {
33
+ }
34
+ namespace RESULT {
35
+ type annotation = null;
36
+ }
37
+ type RESULT = _i_out._T_Module<null>;
38
+ }
39
+ export declare namespace _T_Module_Set {
40
+ namespace CONTEXT {
41
+ }
42
+ type CONTEXT = _i_in._T_Module_Set;
43
+ namespace PARAMS {
44
+ }
45
+ namespace RESULT {
46
+ type annotation = null;
47
+ }
48
+ type RESULT = _i_out._T_Module_Set<null>;
49
+ }
50
+ export declare namespace _T_Type {
51
+ namespace CONTEXT {
52
+ }
53
+ type CONTEXT = _i_in._T_Type;
54
+ namespace PARAMS {
55
+ }
56
+ namespace RESULT {
57
+ type annotation = null;
58
+ }
59
+ type RESULT = _i_out._T_Type<null>;
60
+ }
61
+ export declare namespace _T_Type_Arguments {
62
+ namespace CONTEXT {
63
+ }
64
+ type CONTEXT = _i_in._T_Type_Arguments;
65
+ namespace PARAMS {
66
+ }
67
+ namespace RESULT {
68
+ type annotation = null;
69
+ }
70
+ type RESULT = _i_out._T_Type_Arguments<null>;
71
+ }
72
+ export declare namespace _T_Type_Parameter_Selection {
73
+ namespace CONTEXT {
74
+ }
75
+ type CONTEXT = _i_in._T_Type_Parameter_Selection;
76
+ namespace PARAMS {
77
+ }
78
+ namespace RESULT {
79
+ type annotation = null;
80
+ }
81
+ type RESULT = _i_out._T_Type_Parameter_Selection<null>;
82
+ }
83
+ export declare namespace _T_Type_Parameters {
84
+ namespace CONTEXT {
85
+ }
86
+ type CONTEXT = _i_in._T_Type_Parameters;
87
+ namespace PARAMS {
88
+ }
89
+ namespace RESULT {
90
+ type annotation = null;
91
+ }
92
+ type RESULT = _i_out._T_Type_Parameters<null>;
93
+ }
94
+ export declare namespace Imports {
95
+ namespace CONTEXT {
96
+ }
97
+ type CONTEXT = _i_in._T_Imports;
98
+ namespace PARAMS {
99
+ }
100
+ namespace RESULT {
101
+ type annotation = null;
102
+ }
103
+ type RESULT = _i_out._T_Imports<null>;
104
+ }
105
+ export declare namespace Module {
106
+ namespace CONTEXT {
107
+ }
108
+ type CONTEXT = _i_in._T_Module;
109
+ namespace PARAMS {
110
+ }
111
+ namespace RESULT {
112
+ type annotation = null;
113
+ }
114
+ type RESULT = _i_out._T_Module<null>;
115
+ }
116
+ export declare namespace Module_Set {
117
+ namespace CONTEXT {
118
+ }
119
+ type CONTEXT = _i_in._T_Module_Set;
120
+ namespace PARAMS {
121
+ }
122
+ namespace RESULT {
123
+ type annotation = null;
124
+ }
125
+ type RESULT = _i_out._T_Module_Set<null>;
126
+ }
127
+ export declare namespace Type {
128
+ namespace CONTEXT {
129
+ }
130
+ type CONTEXT = _i_in._T_Type;
131
+ namespace PARAMS {
132
+ }
133
+ namespace RESULT {
134
+ type annotation = null;
135
+ }
136
+ type RESULT = _i_out._T_Type<null>;
137
+ }
138
+ export declare namespace Type_Arguments {
139
+ namespace CONTEXT {
140
+ }
141
+ type CONTEXT = _i_in._T_Type_Arguments;
142
+ namespace PARAMS {
143
+ }
144
+ namespace RESULT {
145
+ type annotation = null;
146
+ }
147
+ type RESULT = _i_out._T_Type_Arguments<null>;
148
+ }
149
+ export declare namespace Type_Parameter_Selection {
150
+ namespace CONTEXT {
151
+ }
152
+ type CONTEXT = _i_in._T_Type_Parameter_Selection;
153
+ namespace PARAMS {
154
+ }
155
+ namespace RESULT {
156
+ type annotation = null;
157
+ }
158
+ type RESULT = _i_out._T_Type_Parameter_Selection<null>;
159
+ }
160
+ export declare namespace Type_Parameters {
161
+ namespace CONTEXT {
162
+ }
163
+ type CONTEXT = _i_in._T_Type_Parameters;
164
+ namespace PARAMS {
165
+ }
166
+ namespace RESULT {
167
+ type annotation = null;
168
+ }
169
+ type RESULT = _i_out._T_Type_Parameters<null>;
170
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pbnRlcmZhY2UvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,5 +1,5 @@
1
1
  import * as _pt from 'exupery-core-types';
2
- import * as _i_core from "../../core/resolved";
2
+ import * as _i_core from "../../core/unconstrained";
3
3
  export type _T_Expression = _i_core._T_State_Group<null, readonly ['array literal', _i_core._T_List<null, _T_Expression>] | readonly [
4
4
  'arrow function',
5
5
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A library for the Exupery programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",