pareto 0.60.0 → 0.62.0
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.
- package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +7 -7
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +8 -8
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.js +4 -4
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -2
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +1 -64
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.js +65 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.js +4 -4
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +42 -42
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +3 -3
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.js +95 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.d.ts +0 -2
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +1 -94
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +3 -2
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +39 -30
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +65 -63
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +34 -31
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +52 -40
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +26 -24
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +71 -38
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +22 -20
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +115 -65
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +47 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +50 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +115 -113
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +49 -47
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{graphviz_2_string_aware_fountain_pen → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_string_aware_fountain_pen → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +12 -10
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +13 -11
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +38 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_fountain_pen → fountain_pen_indented_file_2_fountain_pen_indented_file}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +38 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/glossary.data.ts +17 -15
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_string_aware_fountain_pen → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{graphviz_2_string_aware_fountain_pen → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +12 -10
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/glossary.data.ts +15 -13
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +49 -47
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +115 -113
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +65 -63
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +34 -31
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +52 -40
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +26 -24
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +71 -38
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +40 -28
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +20 -18
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +18 -16
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +23 -20
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +19 -17
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +1 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +92 -77
- package/auto.pareto/modules/main/glossary.data.ts +14 -12
- package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +16 -14
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/api.data.ts +1 -1
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/glossary.data.ts +13 -11
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/api.data.ts +1 -1
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +13 -11
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +10 -8
- package/package.json +8 -8
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen.data.ts +0 -48
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/string_aware_fountain_pen.data.ts +0 -40
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/glossary.data.ts +0 -36
package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts
CHANGED
|
@@ -12,98 +12,113 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
12
12
|
const d = pd.d
|
|
13
13
|
|
|
14
14
|
export const $: g_glossary.D.Glossary = {
|
|
15
|
-
'glossary parameters': d({}),
|
|
16
|
-
'imports': d({
|
|
17
|
-
}),
|
|
18
|
-
'root': {
|
|
19
|
-
'namespaces': d({}),
|
|
20
|
-
'data types': d({
|
|
21
|
-
"String": type(string()),
|
|
22
|
-
"Length": type(number()),
|
|
23
|
-
"Boolean": type(boolean()),
|
|
24
|
-
"Character Code": type(number()),
|
|
25
|
-
"Possible Character Code": type(optional(number())),
|
|
26
|
-
"Possible Position": type(optional(number())),
|
|
27
15
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
})),
|
|
32
|
-
"CharacterArray": type(array(number())),
|
|
33
|
-
"SplitData": type(group({
|
|
34
|
-
"contextString": member(string()),
|
|
35
|
-
"splitter": member(string()),
|
|
36
|
-
})),
|
|
37
|
-
"IncludesData": type(group({
|
|
38
|
-
"contextString": member(string()),
|
|
39
|
-
"searchString": member(string()),
|
|
40
|
-
})),
|
|
41
|
-
"SplitIn2Result": type(group({
|
|
42
|
-
"head": member(string()),
|
|
43
|
-
"tail": member(optional(string())),
|
|
44
|
-
})),
|
|
45
|
-
"SplitResult": type(array(string())),
|
|
46
|
-
"StartsWithData": type(group({
|
|
47
|
-
"contextString": member(string()),
|
|
48
|
-
"searchString": member(string()),
|
|
49
|
-
})),
|
|
50
|
-
"EndsWithData": type(group({
|
|
51
|
-
"contextString": member(string()),
|
|
52
|
-
"searchString": member(string()),
|
|
53
|
-
})),
|
|
54
|
-
"SubstringData": type(group({
|
|
55
|
-
"contextString": member(string()),
|
|
56
|
-
"begin": member(number()),
|
|
57
|
-
/**
|
|
58
|
-
* I'm deliberately choosing length over end here, because length will become a 'natural' in the future
|
|
59
|
-
* and then this function is guaranteed to not have a negative length.
|
|
60
|
-
* going with 'end' would require a check for negative values.
|
|
61
|
-
*/
|
|
62
|
-
"length": member(number()),
|
|
63
|
-
})),
|
|
64
|
-
"ReplaceData": type(group({
|
|
65
|
-
"contextString": member(string()),
|
|
66
|
-
"pattern": member(string()),
|
|
67
|
-
"replacement": member(string()),
|
|
68
|
-
})),
|
|
69
|
-
"EscapeParameters": type(group({
|
|
70
|
-
"contextString": member(string()),
|
|
71
|
-
"escape": member(string()),
|
|
72
|
-
"patterns to escape": member(array(string())),
|
|
73
|
-
})),
|
|
74
|
-
"PadData": type(group({
|
|
75
|
-
"contextString": member(string()),
|
|
76
|
-
"targetLength": member(number()),
|
|
77
|
-
"padString": member(string()),
|
|
78
|
-
})),
|
|
79
|
-
"IndexOfData": type(group({
|
|
80
|
-
"contextString": member(string()),
|
|
81
|
-
"searchString": member(string()),
|
|
82
|
-
})),
|
|
16
|
+
'data glossary': {
|
|
17
|
+
'glossary parameters': d({}),
|
|
18
|
+
'imports': d({
|
|
83
19
|
}),
|
|
20
|
+
'root': {
|
|
21
|
+
'namespaces': d({}),
|
|
22
|
+
'data types': d({
|
|
23
|
+
"String": type(string()),
|
|
24
|
+
"Length": type(number()),
|
|
25
|
+
"Boolean": type(boolean()),
|
|
26
|
+
"Character Code": type(number()),
|
|
27
|
+
"Possible Character Code": type(optional(number())),
|
|
28
|
+
"Possible Position": type(optional(number())),
|
|
29
|
+
|
|
30
|
+
"CharacterCode At Data": type(group({
|
|
31
|
+
"contextString": member(string()),
|
|
32
|
+
"index": member(number()),
|
|
33
|
+
})),
|
|
34
|
+
"CharacterArray": type(array(number())),
|
|
35
|
+
"SplitData": type(group({
|
|
36
|
+
"contextString": member(string()),
|
|
37
|
+
"splitter": member(string()),
|
|
38
|
+
})),
|
|
39
|
+
"IncludesData": type(group({
|
|
40
|
+
"contextString": member(string()),
|
|
41
|
+
"searchString": member(string()),
|
|
42
|
+
})),
|
|
43
|
+
"SplitIn2Result": type(group({
|
|
44
|
+
"head": member(string()),
|
|
45
|
+
"tail": member(optional(string())),
|
|
46
|
+
})),
|
|
47
|
+
"SplitResult": type(array(string())),
|
|
48
|
+
"StartsWithData": type(group({
|
|
49
|
+
"contextString": member(string()),
|
|
50
|
+
"searchString": member(string()),
|
|
51
|
+
})),
|
|
52
|
+
"EndsWithData": type(group({
|
|
53
|
+
"contextString": member(string()),
|
|
54
|
+
"searchString": member(string()),
|
|
55
|
+
})),
|
|
56
|
+
"SubstringData": type(group({
|
|
57
|
+
"contextString": member(string()),
|
|
58
|
+
"begin": member(number()),
|
|
59
|
+
/**
|
|
60
|
+
* I'm deliberately choosing length over end here, because length will become a 'natural' in the future
|
|
61
|
+
* and then this function is guaranteed to not have a negative length.
|
|
62
|
+
* going with 'end' would require a check for negative values.
|
|
63
|
+
*/
|
|
64
|
+
"length": member(number()),
|
|
65
|
+
})),
|
|
66
|
+
"ReplaceData": type(group({
|
|
67
|
+
"contextString": member(string()),
|
|
68
|
+
"pattern": member(string()),
|
|
69
|
+
"replacement": member(string()),
|
|
70
|
+
})),
|
|
71
|
+
"EscapeParameters": type(group({
|
|
72
|
+
"contextString": member(string()),
|
|
73
|
+
"escape": member(string()),
|
|
74
|
+
"patterns to escape": member(array(string())),
|
|
75
|
+
})),
|
|
76
|
+
"PadData": type(group({
|
|
77
|
+
"contextString": member(string()),
|
|
78
|
+
"targetLength": member(number()),
|
|
79
|
+
"padString": member(string()),
|
|
80
|
+
})),
|
|
81
|
+
"IndexOfData": type(group({
|
|
82
|
+
"contextString": member(string()),
|
|
83
|
+
"searchString": member(string()),
|
|
84
|
+
})),
|
|
85
|
+
}),
|
|
86
|
+
},
|
|
84
87
|
},
|
|
85
88
|
'interface types': d({}),
|
|
86
89
|
'algorithm types': d({
|
|
87
|
-
|
|
90
|
+
//array
|
|
91
|
+
"Split": sfunction(typeReference("SplitResult"), data(typeReference("SplitData"))),
|
|
92
|
+
"ToCharacterArray": sfunction(typeReference("CharacterArray"), data(typeReference("String"))),
|
|
93
|
+
|
|
94
|
+
//boolean
|
|
88
95
|
"EndsWith": sfunction(typeReference("Boolean"), data(typeReference("EndsWithData"))),
|
|
96
|
+
"Includes": sfunction(typeReference("Boolean"), data(typeReference("IncludesData"))),
|
|
97
|
+
"StartsWith": sfunction(typeReference("Boolean"), data(typeReference("StartsWithData"))),
|
|
98
|
+
|
|
99
|
+
//number
|
|
100
|
+
"Length": sfunction(typeReference("Length"), data(typeReference("String"))),
|
|
101
|
+
|
|
102
|
+
//optional
|
|
103
|
+
"CharCodeAt": sfunction(typeReference("Possible Character Code"), data(typeReference("CharacterCode At Data"))),
|
|
104
|
+
"IndexOf": sfunction(typeReference("Possible Position"), data(typeReference("IndexOfData"))),
|
|
105
|
+
|
|
106
|
+
//string
|
|
89
107
|
"Escape": sfunction(typeReference("String"), data(typeReference("EscapeParameters"))),
|
|
90
108
|
"FromCharacter": sfunction(typeReference("String"), data(typeReference("Character Code"))),
|
|
91
109
|
"FromCharacterArray": sfunction(typeReference("String"), data(typeReference("CharacterArray"))),
|
|
92
|
-
"Includes": sfunction(typeReference("Boolean"), data(typeReference("IncludesData"))),
|
|
93
|
-
"IndexOf": sfunction(typeReference("Possible Position"), data(typeReference("IndexOfData"))),
|
|
94
|
-
"Length": sfunction(typeReference("Length"), data(typeReference("String"))),
|
|
95
110
|
"PadEnd": sfunction(typeReference("String"), data(typeReference("PadData"))),
|
|
96
111
|
"PadStart": sfunction(typeReference("String"), data(typeReference("PadData"))),
|
|
97
112
|
"ReplaceAll": sfunction(typeReference("String"), data(typeReference("ReplaceData"))),
|
|
98
113
|
"ReplaceFirst": sfunction(typeReference("String"), data(typeReference("ReplaceData"))),
|
|
99
|
-
"Split": sfunction(typeReference("SplitResult"), data(typeReference("SplitData"))),
|
|
100
|
-
"SplitIn2": sfunction(typeReference("SplitIn2Result"), data(typeReference("SplitData"))),
|
|
101
|
-
"StartsWith": sfunction(typeReference("Boolean"), data(typeReference("StartsWithData"))),
|
|
102
114
|
"Substring": sfunction(typeReference("String"), data(typeReference("SubstringData"))),
|
|
103
|
-
|
|
104
|
-
|
|
115
|
+
|
|
116
|
+
//composite
|
|
117
|
+
"SplitIn2": sfunction(typeReference("SplitIn2Result"), data(typeReference("SplitData"))),
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
//"UnsafeCharCodeAt": sfunction(typeReference("Character Code"), data(typeReference("CharacterCode At Data"))),
|
|
105
121
|
//"TrimEnd": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
106
122
|
|
|
107
|
-
"Foobar": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
108
123
|
}),
|
|
109
124
|
}
|
|
@@ -15,18 +15,20 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
15
15
|
const d = pd.d
|
|
16
16
|
|
|
17
17
|
export const $: g_glossary.D.Glossary = {
|
|
18
|
-
'glossary
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
'root': {
|
|
22
|
-
'namespaces': d({}),
|
|
23
|
-
'data types': d({
|
|
24
|
-
"Message": type(string()),
|
|
25
|
-
"Exit code": type(number()),
|
|
26
|
-
"Command Line Arguments": type(group({
|
|
27
|
-
"arguments": member(array(string()))
|
|
28
|
-
})),
|
|
18
|
+
'data glossary': {
|
|
19
|
+
'glossary parameters': d({}),
|
|
20
|
+
'imports': d({
|
|
29
21
|
}),
|
|
22
|
+
'root': {
|
|
23
|
+
'namespaces': d({}),
|
|
24
|
+
'data types': d({
|
|
25
|
+
"Message": type(string()),
|
|
26
|
+
"Exit code": type(number()),
|
|
27
|
+
"Command Line Arguments": type(group({
|
|
28
|
+
"arguments": member(array(string()))
|
|
29
|
+
})),
|
|
30
|
+
}),
|
|
31
|
+
},
|
|
30
32
|
},
|
|
31
33
|
'interface types': d({
|
|
32
34
|
"Main": aInterface(aInterfaceMethod(typeReference("Command Line Arguments"))),
|
|
@@ -38,6 +40,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
38
40
|
"stdout": aInterfaceReference("Message Stream", {}),
|
|
39
41
|
"stderr": aInterfaceReference("Message Stream", {}),
|
|
40
42
|
"exit": aInterfaceReference("Exit")
|
|
41
|
-
}, {
|
|
43
|
+
}, {}),
|
|
42
44
|
}),
|
|
43
45
|
}
|
|
@@ -27,26 +27,28 @@ import {
|
|
|
27
27
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
28
28
|
|
|
29
29
|
import { $ as d_pareto } from "../../auto.dependencies/pareto-pure/glossaries/auto.pareto.data"
|
|
30
|
-
import { $ as
|
|
30
|
+
import { $ as d_fpif } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data"
|
|
31
31
|
import { $ as d_l } from "../../auto.dependencies/pareto-pure/glossaries/lines.data"
|
|
32
32
|
|
|
33
33
|
const d = pd.d
|
|
34
34
|
|
|
35
35
|
export const $: g_glossary.D.Glossary = {
|
|
36
|
-
'
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
'glossary parameters': d({}),
|
|
43
|
-
'root': {
|
|
44
|
-
'namespaces': d({}),
|
|
45
|
-
'data types': d({
|
|
46
|
-
"Data": type(group({
|
|
47
|
-
"compilation unit": member(ref(externalTypeReference("pareto", "Compilation Unit", {}))),
|
|
48
|
-
})),
|
|
36
|
+
'data glossary': {
|
|
37
|
+
'imports': d({
|
|
38
|
+
"fp": imp(d_fpif, {}),
|
|
39
|
+
"l": imp(d_l, {}),
|
|
40
|
+
"pareto": imp(d_pareto, {}),
|
|
49
41
|
}),
|
|
42
|
+
|
|
43
|
+
'glossary parameters': d({}),
|
|
44
|
+
'root': {
|
|
45
|
+
'namespaces': d({}),
|
|
46
|
+
'data types': d({
|
|
47
|
+
"Data": type(group({
|
|
48
|
+
"compilation unit": member(ref(externalTypeReference("pareto", "Compilation Unit", {}))),
|
|
49
|
+
})),
|
|
50
|
+
}),
|
|
51
|
+
},
|
|
50
52
|
},
|
|
51
53
|
'interface types': d({}),
|
|
52
54
|
'algorithm types': d({
|
|
@@ -2,26 +2,28 @@ import * as pd from 'pareto-core-data'
|
|
|
2
2
|
|
|
3
3
|
import * as sh from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import { $ as d_in } from "../../auto.dependencies/pareto-pure/glossaries/
|
|
6
|
-
import { $ as d_out } from "../../auto.dependencies/pareto-pure/glossaries/
|
|
5
|
+
import { $ as d_in } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
6
|
+
import { $ as d_out } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data"
|
|
7
7
|
|
|
8
8
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
9
9
|
const d = pd.d
|
|
10
10
|
|
|
11
11
|
export const $: g_glossary.D.Glossary = {
|
|
12
|
-
'glossary
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
'root': {
|
|
18
|
-
'namespaces': d({}),
|
|
19
|
-
'data types': d({
|
|
12
|
+
'data glossary': {
|
|
13
|
+
'glossary parameters': d({}),
|
|
14
|
+
'imports': d({
|
|
15
|
+
"in": sh.imp(d_in, {}),
|
|
16
|
+
"out": sh.imp(d_out, {}),
|
|
20
17
|
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
}),
|
|
22
|
+
},
|
|
21
23
|
},
|
|
22
24
|
'interface types': d({}),
|
|
23
25
|
'algorithm types': d({
|
|
24
|
-
"Map": sh.sfunction(sh.externalTypeReference("out", "Block"), sh.data(sh.externalTypeReference("in", "Block"))),
|
|
26
|
+
"Map Block 2 Block": sh.sfunction(sh.externalTypeReference("out", "Block"), sh.data(sh.externalTypeReference("in", "Block"))),
|
|
25
27
|
}),
|
|
26
28
|
|
|
27
29
|
}
|
|
@@ -18,27 +18,29 @@ import {
|
|
|
18
18
|
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
19
19
|
const d = pd.d
|
|
20
20
|
|
|
21
|
-
import { $ as
|
|
21
|
+
import { $ as d_fpif } from "../../auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data"
|
|
22
22
|
import { $ as d_ts } from "../../auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data"
|
|
23
23
|
|
|
24
24
|
export const $: g_glossary.D.Glossary = {
|
|
25
|
-
'glossary
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
'root': {
|
|
31
|
-
'namespaces': d({}),
|
|
32
|
-
'data types': d({
|
|
33
|
-
"String": type(string()),
|
|
25
|
+
'data glossary': {
|
|
26
|
+
'glossary parameters': d({}),
|
|
27
|
+
'imports': d({
|
|
28
|
+
"out": imp(d_fpif, {}),
|
|
29
|
+
"in": imp(d_ts, {}),
|
|
34
30
|
}),
|
|
31
|
+
'root': {
|
|
32
|
+
'namespaces': d({}),
|
|
33
|
+
'data types': d({
|
|
34
|
+
"String": type(string()),
|
|
35
|
+
}),
|
|
36
|
+
},
|
|
35
37
|
},
|
|
36
38
|
'interface types': d({}),
|
|
37
39
|
'algorithm types': d({
|
|
38
40
|
"CreateQuotedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
39
41
|
"CreateApostrophedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
40
42
|
"CreateBacktickedString": sfunction(typeReference("String"), data(typeReference("String"))),
|
|
41
|
-
"
|
|
43
|
+
"Map Block 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Block"))),
|
|
42
44
|
}),
|
|
43
45
|
|
|
44
46
|
}
|
|
@@ -17,15 +17,17 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
17
17
|
const d = pd.d
|
|
18
18
|
|
|
19
19
|
export const $: g_glossary.D.Glossary = {
|
|
20
|
-
'glossary
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
'root': {
|
|
24
|
-
'namespaces': d({}),
|
|
25
|
-
'data types': d({
|
|
26
|
-
"Raw Identifier": type(string()),
|
|
27
|
-
"Sanitized Identifier": type(string()),
|
|
20
|
+
'data glossary': {
|
|
21
|
+
'glossary parameters': d({}),
|
|
22
|
+
'imports': d({
|
|
28
23
|
}),
|
|
24
|
+
'root': {
|
|
25
|
+
'namespaces': d({}),
|
|
26
|
+
'data types': d({
|
|
27
|
+
"Raw Identifier": type(string()),
|
|
28
|
+
"Sanitized Identifier": type(string()),
|
|
29
|
+
}),
|
|
30
|
+
},
|
|
29
31
|
},
|
|
30
32
|
'interface types': d({}),
|
|
31
33
|
'algorithm types': d({
|
package/package.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"license": "TBD",
|
|
4
4
|
"description": "",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"pareto-core-alg": "^0.2.
|
|
7
|
-
"pareto-core-bin": "^0.1.
|
|
8
|
-
"pareto-core-data": "^0.7.
|
|
6
|
+
"pareto-core-alg": "^0.2.4",
|
|
7
|
+
"pareto-core-bin": "^0.1.4",
|
|
8
|
+
"pareto-core-data": "^0.7.3",
|
|
9
9
|
"pareto-core-dev": "^0.9.1",
|
|
10
|
-
"pareto-pure": "^0.
|
|
11
|
-
"pareto-standard-library": "^0.
|
|
12
|
-
"pareto-subatomic-library": "^0.
|
|
10
|
+
"pareto-pure": "^0.22.3",
|
|
11
|
+
"pareto-standard-library": "^0.10.0",
|
|
12
|
+
"pareto-subatomic-library": "^0.8.0"
|
|
13
13
|
},
|
|
14
14
|
"bin": {
|
|
15
15
|
"boekhouding": "auto.dist/auto.bin/auto.boekhouding.js"
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"main": "auto.dist/index.js",
|
|
26
26
|
"types": "auto.dist/index.d.ts",
|
|
27
27
|
"name": "pareto",
|
|
28
|
-
"version": "0.
|
|
29
|
-
"content-fingerprint": "
|
|
28
|
+
"version": "0.62.0",
|
|
29
|
+
"content-fingerprint": "edf7b0f767fe6fed1325f5e50422323de15518da"
|
|
30
30
|
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as pd from 'pareto-core-data'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
aInterface,
|
|
5
|
-
aInterfaceMethod,
|
|
6
|
-
aInterfaceReference,
|
|
7
|
-
array, data, dictionary, externalTypeReference, glossaryParameter, group, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
|
-
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
-
|
|
10
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
|
-
const d = pd.d
|
|
12
|
-
|
|
13
|
-
export const $: g_glossary.D.Glossary = {
|
|
14
|
-
'glossary parameters': d({}),
|
|
15
|
-
'imports': d({
|
|
16
|
-
}),
|
|
17
|
-
'root': {
|
|
18
|
-
'namespaces': d({}),
|
|
19
|
-
'data types': d({
|
|
20
|
-
"Block": type(array(taggedUnion({
|
|
21
|
-
"nested line": ref(typeReference("Line")),
|
|
22
|
-
"line": string(),
|
|
23
|
-
/**
|
|
24
|
-
* this one can be used to make code generation easier.
|
|
25
|
-
* it will be inlined
|
|
26
|
-
*/
|
|
27
|
-
"sub block": ref(typeReference("Block")),
|
|
28
|
-
}))),
|
|
29
|
-
"Line": type(array(taggedUnion({
|
|
30
|
-
"snippet": string(),
|
|
31
|
-
"indent": ref(typeReference("Block")),
|
|
32
|
-
/**
|
|
33
|
-
* this one can be used to make code generation easier.
|
|
34
|
-
* it will be inlined
|
|
35
|
-
*/
|
|
36
|
-
"sub line": ref(typeReference("Line")),
|
|
37
|
-
}))),
|
|
38
|
-
"Lines": type(array(group({
|
|
39
|
-
"indentation": member(number()),
|
|
40
|
-
"text": member(string()),
|
|
41
|
-
}))),
|
|
42
|
-
}),
|
|
43
|
-
},
|
|
44
|
-
'interface types': d({
|
|
45
|
-
}),
|
|
46
|
-
'algorithm types': d({
|
|
47
|
-
}),
|
|
48
|
-
}
|
package/auto.pareto/auto.dependencies/pareto-pure/glossaries/string_aware_fountain_pen.data.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import * as pd from 'pareto-core-data'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
aInterface,
|
|
5
|
-
aInterfaceMethod,
|
|
6
|
-
aInterfaceReference,
|
|
7
|
-
array, data, dictionary, externalTypeReference, glossaryParameter, group, imp, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
|
-
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
-
|
|
10
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
|
-
const d = pd.d
|
|
12
|
-
|
|
13
|
-
export const $: g_glossary.D.Glossary = {
|
|
14
|
-
'glossary parameters': d({}),
|
|
15
|
-
'imports': d({
|
|
16
|
-
}),
|
|
17
|
-
'root': {
|
|
18
|
-
'namespaces': d({}),
|
|
19
|
-
'data types': d({
|
|
20
|
-
"Block": type(array(taggedUnion({
|
|
21
|
-
"nested line": ref(typeReference("Line")),
|
|
22
|
-
"line": string(),
|
|
23
|
-
}))),
|
|
24
|
-
"Line": type(array(taggedUnion({
|
|
25
|
-
"snippet": string(),
|
|
26
|
-
"apostrophed string": string(),
|
|
27
|
-
"quoted string": string(),
|
|
28
|
-
"backticked string": string(),
|
|
29
|
-
"indent": ref(typeReference("Block"))
|
|
30
|
-
}))),
|
|
31
|
-
"Lines": type(array(group({
|
|
32
|
-
"indentation": member(number()),
|
|
33
|
-
"text": member(string()),
|
|
34
|
-
}))),
|
|
35
|
-
}),
|
|
36
|
-
},
|
|
37
|
-
'interface types': d({}),
|
|
38
|
-
'algorithm types': d({
|
|
39
|
-
}),
|
|
40
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import * as pd from 'pareto-core-data'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
aInterface,
|
|
5
|
-
aInterfaceMethod,
|
|
6
|
-
aInterfaceReference,
|
|
7
|
-
array, data, dictionary, externalTypeReference, glossaryParameter, group, imp, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
|
-
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
-
|
|
10
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
|
-
const d = pd.d
|
|
12
|
-
|
|
13
|
-
import { $ as d_in } from "../../glossaries/fountain_pen.data"
|
|
14
|
-
import { $ as d_out } from "../../glossaries/fountain_pen.data"
|
|
15
|
-
|
|
16
|
-
export const $: g_glossary.D.Glossary = {
|
|
17
|
-
'glossary parameters': d({}),
|
|
18
|
-
'imports': d({
|
|
19
|
-
|
|
20
|
-
"in": imp(d_in, {}),
|
|
21
|
-
"out": imp(d_out, {}),
|
|
22
|
-
}),
|
|
23
|
-
'root': {
|
|
24
|
-
'namespaces': d({}),
|
|
25
|
-
'data types': d({
|
|
26
|
-
// "SerializeData": type(group({
|
|
27
|
-
// "block": member(ref(externalTypeReference("in", "Block"))),
|
|
28
|
-
// })),
|
|
29
|
-
// "String": type(string()),
|
|
30
|
-
}),
|
|
31
|
-
},
|
|
32
|
-
'interface types': d({}),
|
|
33
|
-
'algorithm types': d({
|
|
34
|
-
"Map": sfunction(externalTypeReference("out", "Lines"), data(externalTypeReference("in", "Block"))),
|
|
35
|
-
}),
|
|
36
|
-
}
|