pareto 0.74.0 → 0.75.1
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/auto.bin/auto.boekhouding.bin.js +8 -18
- package/auto.dist/data/boekhouding.data.js +8 -18
- package/auto.dist/index.js +8 -18
- package/auto.dist/public/modules/filesystem_naming/implementations/create_Valid_File_Name.alg.js +8 -18
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.implementation.js +4 -4
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.provided_interface_glossary.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/transform_Block_2_Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/transform_Block_2_Block.alg.js +55 -0
- package/auto.dist/public/modules/main/implementations/temp$_compile$_boekhouding.alg.js +13 -23
- package/auto.dist/public/modules/pareto_3gl_high_2_lines/implementations/compilation_Unit_2_Indented_Lines.alg.js +12 -22
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.implementation.js +4 -4
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.provided_interface_glossary.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/createApostrophedString.alg.js +8 -18
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/createBacktickedString.alg.js +8 -18
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/createQuotedString.alg.js +8 -18
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/transform_Block_2_Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/transform_Block_2_Block.alg.js +85 -0
- package/auto.dist/public/modules/typescript_naming/implementations/createIdentifier.alg.js +12 -22
- package/auto.pareto/$.data.ts +1 -1
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +17 -7
- 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/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +25 -8
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +17 -17
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +23 -9
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +11 -11
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +46 -41
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +19 -19
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +24 -9
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +7 -11
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +8 -4
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +29 -15
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +16 -16
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.boekhouding.constrained_with_terminal_values.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.boekhouding.possibly_constrained.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.boekhouding.unconstrained_with_annotations.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.html.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.constrained_with_terminal_values.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_schema.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto_3gl_high.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto_4gl_type_system.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto_4gl_typescript.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.railroad_diagram.temp_in_between.data.ts +241 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.temp_in_between.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/liana_project.data.ts +12 -12
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +37 -37
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/text.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +11 -11
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/xml.data.ts +9 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/html_2_xml/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/html_2_xml/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_project_2_pareto_3gl_high/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_project_2_pareto_3gl_high/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_alan_light/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_alan_light/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_3gl_high/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_3gl_high/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_4gl_type_system/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana_schema_2_pareto_4gl_type_system/glossary.data.ts +15 -15
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_3gl_high_2_typescript_intermediate/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_3gl_high_2_typescript_intermediate/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_graphviz/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_graphviz/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_indented_file_with_escaped_strings/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_indented_file_with_escaped_strings/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_pareto_3gl_high/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_pareto_3gl_high/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_typescript_intermediate/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_type_system_2_typescript_intermediate/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_typescript_2_fountain_pen_directory/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_4gl_typescript_2_fountain_pen_directory/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/api.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/api.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +37 -37
- package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +25 -8
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +17 -17
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +23 -9
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +11 -11
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +46 -41
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +19 -19
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +24 -9
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +7 -11
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +8 -4
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +29 -15
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +16 -16
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +33 -12
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +9 -9
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +19 -15
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +5 -5
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/api.data.ts +6 -4
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +7 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +13 -10
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +15 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +7 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +56 -20
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +29 -29
- package/auto.pareto/modules/filesystem_naming/api.data.ts +8 -3
- package/auto.pareto/modules/filesystem_naming/glossary.data.ts +5 -5
- package/auto.pareto/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/api.data.ts +3 -3
- package/auto.pareto/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/glossary.data.ts +3 -3
- package/auto.pareto/modules/main/api.data.ts +5 -3
- package/auto.pareto/modules/main/glossary.data.ts +4 -4
- package/auto.pareto/modules/pareto_3gl_high_2_lines/api.data.ts +5 -6
- package/auto.pareto/modules/pareto_3gl_high_2_lines/glossary.data.ts +4 -4
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen_indented_file/api.data.ts +15 -11
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen_indented_file/glossary.data.ts +4 -4
- package/auto.pareto/modules/typescript_naming/api.data.ts +14 -16
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +3 -3
- package/package.json +9 -9
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/map_Block_2_Block.alg.d.ts +0 -2
- package/auto.dist/public/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/implementations/map_Block_2_Block.alg.js +0 -65
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/map_Block_2_Block.alg.d.ts +0 -2
- package/auto.dist/public/modules/typescript_intermediate_2_fountain_pen_indented_file/implementations/map_Block_2_Block.alg.js +0 -95
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.possibly_constrained.data.ts +0 -1050
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana_resolver.unconstrained_with_annotations.data.ts +0 -1035
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,8 +20,8 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
24
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
25
25
|
|
|
26
26
|
const d = pd.d
|
|
27
27
|
|
|
@@ -46,68 +46,68 @@ export const $: g_glossary.D.Data__Glossary = {
|
|
|
46
46
|
}),
|
|
47
47
|
'data types': d({
|
|
48
48
|
"Library": type(group({
|
|
49
|
-
"public":
|
|
50
|
-
"private":
|
|
49
|
+
"public": prop(component(typeReference("Module Set"))),
|
|
50
|
+
"private": prop(component(typeReference("Module Set"))),
|
|
51
51
|
})),
|
|
52
52
|
"Module Set": type(dictionary(component(typeReference("Module")))),
|
|
53
53
|
"Module": type(dictionary(component(typeReference("Algorithm")))),
|
|
54
54
|
"Algorithm": type(group({
|
|
55
|
-
"location":
|
|
56
|
-
"tests":
|
|
55
|
+
"location": prop(component(typeReference("Source Location"))),
|
|
56
|
+
"tests": prop(optional(dictionary(component(typeReference("Test"))))),
|
|
57
57
|
})),
|
|
58
58
|
"Source Location": type(group({
|
|
59
|
-
"file":
|
|
60
|
-
"line":
|
|
61
|
-
"column":
|
|
59
|
+
"file": prop(text()),
|
|
60
|
+
"line": prop(integer()),
|
|
61
|
+
"column": prop(integer()),
|
|
62
62
|
})),
|
|
63
63
|
"Test": type(list(component(typeReference("Error")))),
|
|
64
64
|
"Error": type(stateGroup({
|
|
65
65
|
"content": component(typeReference("Compare Error"))
|
|
66
66
|
})),
|
|
67
67
|
"Compare Error": type(group({
|
|
68
|
-
"location":
|
|
69
|
-
"path":
|
|
70
|
-
"type":
|
|
68
|
+
"location": prop(component(typeReference("Source Location"))),
|
|
69
|
+
"path": prop(text()),
|
|
70
|
+
"type": prop(stateGroup({
|
|
71
71
|
"wrong number": group({
|
|
72
|
-
"found":
|
|
72
|
+
"found": prop(integer()),
|
|
73
73
|
}),
|
|
74
74
|
"wrong text": group({
|
|
75
|
-
"found":
|
|
75
|
+
"found": prop(text()),
|
|
76
76
|
}),
|
|
77
77
|
"wrong boolean": group({
|
|
78
|
-
"found":
|
|
78
|
+
"found": prop(boolean())
|
|
79
79
|
}),
|
|
80
80
|
"optional value expected not to be set": nothing(),
|
|
81
81
|
"optional value expected to be set": nothing(),
|
|
82
82
|
"not the right state": group({
|
|
83
|
-
"found":
|
|
83
|
+
"found": prop(text())
|
|
84
84
|
}),
|
|
85
85
|
"not enough elements": nothing(),
|
|
86
86
|
"too many elements": nothing(),
|
|
87
87
|
"superfluous entries": group({
|
|
88
|
-
"keys":
|
|
88
|
+
"keys": prop(dictionary(nothing()))
|
|
89
89
|
}),
|
|
90
90
|
"missing dictionary entry": group({
|
|
91
|
-
"key":
|
|
91
|
+
"key": prop(text()),
|
|
92
92
|
}),
|
|
93
93
|
})),
|
|
94
94
|
|
|
95
95
|
})),
|
|
96
96
|
"Summary": type(group({
|
|
97
|
-
"number of tests":
|
|
98
|
-
"number of missing tests":
|
|
99
|
-
"number of errors":
|
|
97
|
+
"number of tests": prop(integer()),
|
|
98
|
+
"number of missing tests": prop(integer()),
|
|
99
|
+
"number of errors": prop(integer()),
|
|
100
100
|
})),
|
|
101
101
|
|
|
102
102
|
"intLibrary": type(group({
|
|
103
|
-
"public":
|
|
104
|
-
"private":
|
|
103
|
+
"public": prop(component(typeReference("intModule Set"))),
|
|
104
|
+
"private": prop(component(typeReference("intModule Set"))),
|
|
105
105
|
})),
|
|
106
106
|
"intModule Set": type(dictionary(component(typeReference("intModule")))),
|
|
107
107
|
"intModule": type(dictionary(component(typeReference("intAlgorithm")))),
|
|
108
108
|
"intAlgorithm": type(group({
|
|
109
|
-
"location":
|
|
110
|
-
"status":
|
|
109
|
+
"location": prop(component(typeReference("Source Location"))),
|
|
110
|
+
"status": prop(stateGroup({
|
|
111
111
|
"no tests": nothing(),
|
|
112
112
|
"skipped": nothing(),
|
|
113
113
|
"has tests": dictionary(component(typeReference("intTest"))),
|
|
@@ -124,25 +124,25 @@ export const $: g_glossary.D.Data__Glossary = {
|
|
|
124
124
|
"success": nothing(), // green
|
|
125
125
|
})),
|
|
126
126
|
"annotatedLibrary": type(group({
|
|
127
|
-
"public":
|
|
128
|
-
"private":
|
|
127
|
+
"public": prop(component(typeReference("annotatedModule Set"))),
|
|
128
|
+
"private": prop(component(typeReference("annotatedModule Set"))),
|
|
129
129
|
})),
|
|
130
130
|
"annotatedModule Set": type(group({
|
|
131
|
-
"status":
|
|
132
|
-
"modules":
|
|
131
|
+
"status": prop(component(typeReference("annotatedStatus"))),
|
|
132
|
+
"modules": prop(dictionary(component(typeReference("annotatedModule")))),
|
|
133
133
|
})),
|
|
134
134
|
"annotatedModule": type(group({
|
|
135
|
-
"status":
|
|
136
|
-
"algorithms":
|
|
135
|
+
"status": prop(component(typeReference("annotatedStatus"))),
|
|
136
|
+
"algorithms": prop(dictionary(component(typeReference("annotatedAlgorithm")))),
|
|
137
137
|
})),
|
|
138
138
|
"annotatedAlgorithm": type(group({
|
|
139
|
-
"location":
|
|
140
|
-
"status":
|
|
141
|
-
"tests":
|
|
139
|
+
"location": prop(component(typeReference("Source Location"))),
|
|
140
|
+
"status": prop(component(typeReference("annotatedStatus"))),
|
|
141
|
+
"tests": prop(dictionary(component(typeReference("annotatedTest")))),
|
|
142
142
|
})),
|
|
143
143
|
"annotatedTest": type(group({
|
|
144
|
-
"status":
|
|
145
|
-
"errors":
|
|
144
|
+
"status": prop(component(typeReference("annotatedStatus"))),
|
|
145
|
+
"errors": prop(list(component(typeReference("Error")))),
|
|
146
146
|
})),
|
|
147
147
|
}),
|
|
148
148
|
},
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
const d = pd.d
|
|
27
27
|
|
|
28
28
|
export const $: g_glossary.D.Data__Glossary = {
|
package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
const d = pd.d
|
|
27
27
|
|
|
28
28
|
export const $: g_glossary.D.Data__Glossary = {
|
|
@@ -62,18 +62,18 @@ export const $: g_glossary.D.Data__Glossary = {
|
|
|
62
62
|
* typescript sometimes handles empty dictoinaries in impure ways and sometimes doesn't accept a trailing comma.
|
|
63
63
|
*/
|
|
64
64
|
"line dictionary": group({
|
|
65
|
-
"dictionary":
|
|
66
|
-
"if empty":
|
|
67
|
-
"if not empty":
|
|
68
|
-
"prefix":
|
|
69
|
-
"suffix":
|
|
70
|
-
"add commas in between":
|
|
65
|
+
"dictionary": prop(dictionary(component(typeReference("Line")))),
|
|
66
|
+
"if empty": prop(component(typeReference("Line"))),
|
|
67
|
+
"if not empty": prop(group({
|
|
68
|
+
"prefix": prop(component(typeReference("Line"))),
|
|
69
|
+
"suffix": prop(component(typeReference("Line"))),
|
|
70
|
+
"add commas in between": prop(boolean()),
|
|
71
71
|
})),
|
|
72
72
|
}),
|
|
73
73
|
}))),
|
|
74
74
|
"Lines": type(list(group({
|
|
75
|
-
"indentation":
|
|
76
|
-
"text":
|
|
75
|
+
"indentation": prop(integer()),
|
|
76
|
+
"text": prop(text()),
|
|
77
77
|
}))),
|
|
78
78
|
}),
|
|
79
79
|
},
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
const d = pd.d
|
|
27
27
|
|
|
28
28
|
export const $: g_glossary.D.Data__Glossary = {
|
|
@@ -35,20 +35,20 @@ export const $: g_glossary.D.Data__Glossary = {
|
|
|
35
35
|
'data types': d({
|
|
36
36
|
|
|
37
37
|
"Document": type(group({
|
|
38
|
-
"root":
|
|
38
|
+
"root": prop(component(typeReference("Element"))),
|
|
39
39
|
})),
|
|
40
40
|
"Element": type(group({
|
|
41
|
-
"id":
|
|
42
|
-
"attributes":
|
|
43
|
-
"type":
|
|
41
|
+
"id": prop(text()),
|
|
42
|
+
"attributes": prop(dictionary(text())),
|
|
43
|
+
"type": prop(stateGroup({
|
|
44
44
|
"mixed": group({
|
|
45
|
-
"children":
|
|
45
|
+
"children": prop(list(stateGroup({
|
|
46
46
|
"text": text(),
|
|
47
47
|
"element": component(typeReference("Element"))
|
|
48
48
|
})))
|
|
49
49
|
}),
|
|
50
50
|
"elements": group({
|
|
51
|
-
"children":
|
|
51
|
+
"children": prop(list(component(typeReference("Element"))))
|
|
52
52
|
})
|
|
53
53
|
}))
|
|
54
54
|
})),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
@@ -14,6 +14,8 @@ export const $: g_project.D.API = api(
|
|
|
14
14
|
* Serialization to this format can be done in a pure way.
|
|
15
15
|
* serialization from this format to an array of strings is not pure, specifically for 1 reason so far: apostrophed strings.
|
|
16
16
|
*/
|
|
17
|
-
"
|
|
17
|
+
"transform Root 2 Block": algorithm([
|
|
18
|
+
`transforms an Alan light model into a fountain pen block`,
|
|
19
|
+
], "Transform Root 2 Block", {}),
|
|
18
20
|
}
|
|
19
21
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,12 +20,12 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
25
|
import { $ as d_in } from "../../glossaries/auto.alan_light.temp_in_between.data"
|
|
26
26
|
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
27
27
|
|
|
28
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
28
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
29
29
|
const d = pd.d
|
|
30
30
|
|
|
31
31
|
export const $: g_glossary.D.Glossary = {
|
|
@@ -43,7 +43,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
43
43
|
},
|
|
44
44
|
'interface types': d({}),
|
|
45
45
|
'algorithm types': d({
|
|
46
|
-
"
|
|
46
|
+
"Transform Root 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Root"))),
|
|
47
47
|
}),
|
|
48
48
|
|
|
49
49
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
9
9
|
export const $: g_project.D.API = api(
|
|
10
10
|
glos,
|
|
11
11
|
{
|
|
12
|
-
"
|
|
12
|
+
"transform Value 2 Block": algorithm([], "Transform Value 2 Block", {}),
|
|
13
13
|
}
|
|
14
14
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_in } from "../../glossaries/astn.data"
|
|
28
28
|
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
@@ -47,6 +47,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
47
47
|
|
|
48
48
|
}),
|
|
49
49
|
'algorithm types': d({
|
|
50
|
-
"
|
|
50
|
+
"Transform Value 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Value"))),
|
|
51
51
|
}),
|
|
52
52
|
}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
14
|
+
"transform Block 2 Lines": algorithm([], "Transform Block 2 Lines", {}),
|
|
15
15
|
}
|
|
16
16
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
const d = pd.d
|
|
27
27
|
|
|
28
28
|
import { $ as d_in } from "../../glossaries/fountain_pen_indented_file.data"
|
|
@@ -40,7 +40,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
40
40
|
'namespaces': d({}),
|
|
41
41
|
'data types': d({
|
|
42
42
|
// "SerializeData": type(group({
|
|
43
|
-
// "block":
|
|
43
|
+
// "block": prop(component(externalTypeReference("in", "Block"))),
|
|
44
44
|
// })),
|
|
45
45
|
// "String": type(text()),
|
|
46
46
|
}),
|
|
@@ -48,6 +48,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
48
48
|
},
|
|
49
49
|
'interface types': d({}),
|
|
50
50
|
'algorithm types': d({
|
|
51
|
-
"
|
|
51
|
+
"Transform Block 2 Lines": sfunction(externalTypeReference("out", "Lines"), data(externalTypeReference("in", "Block"))),
|
|
52
52
|
}),
|
|
53
53
|
}
|
package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/api.data.ts
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
5
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
7
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
10
|
|
|
11
11
|
export const $: g_project.D.API = api(
|
|
12
12
|
glos,
|
|
13
13
|
{
|
|
14
|
-
"
|
|
15
|
-
"stream": algorithm("Stream", {}),
|
|
14
|
+
"transform Lines 2 Lines": algorithm([], "Transform Lines 2 Lines", {}),
|
|
15
|
+
"stream": algorithm([], "Stream", {}),
|
|
16
16
|
}
|
|
17
17
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -26,9 +26,9 @@ import {
|
|
|
26
26
|
aInterfaceReference,
|
|
27
27
|
infInit,
|
|
28
28
|
streamconsumer,
|
|
29
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
29
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
30
30
|
|
|
31
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
31
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
32
32
|
const d = pd.d
|
|
33
33
|
|
|
34
34
|
import { $ as d_in } from "../../glossaries/fountain_pen_indented_file.data"
|
|
@@ -45,8 +45,8 @@ export const $: g_glossary.D.Glossary = {
|
|
|
45
45
|
'namespaces': d({}),
|
|
46
46
|
'data types': d({
|
|
47
47
|
"IndentData": type(group({
|
|
48
|
-
"lines":
|
|
49
|
-
"indentation":
|
|
48
|
+
"lines": prop(component(externalTypeReference("in", "Lines"))),
|
|
49
|
+
"indentation": prop(text()),
|
|
50
50
|
})),
|
|
51
51
|
"String": type(text()),
|
|
52
52
|
}),
|
|
@@ -57,7 +57,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
57
57
|
"Indented Lines": aInterface(streamconsumer(aInterfaceMethod(typeReference("String")), null)),
|
|
58
58
|
}),
|
|
59
59
|
'algorithm types': d({
|
|
60
|
-
"
|
|
60
|
+
"Transform Lines 2 Lines": sfunction(externalTypeReference("out", "Lines"), data(typeReference("IndentData"))),
|
|
61
61
|
"Stream": infInit(aInterfaceReference("Lines"), {
|
|
62
62
|
"handler": aInterfaceReference("Indented Lines")
|
|
63
63
|
}),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
@@ -14,6 +14,6 @@ export const $: g_project.D.API = api(
|
|
|
14
14
|
* Serialization to this format can be done in a pure way.
|
|
15
15
|
* serialization from this format to an array of strings is not pure, specifically for 1 reason so far: apostrophed strings.
|
|
16
16
|
*/
|
|
17
|
-
"
|
|
17
|
+
"transform Graph 2 Block": algorithm([], "Transform Graph 2 Block", {}),
|
|
18
18
|
}
|
|
19
19
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,12 +20,12 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
25
|
import { $ as d_in } from "../../glossaries/auto.graphviz.temp_in_between.data"
|
|
26
26
|
import { $ as d_out } from "../../glossaries/fountain_pen_indented_file_with_escaped_strings.data"
|
|
27
27
|
|
|
28
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
28
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
29
29
|
const d = pd.d
|
|
30
30
|
|
|
31
31
|
export const $: g_glossary.D.Glossary = {
|
|
@@ -43,7 +43,7 @@ export const $: g_glossary.D.Glossary = {
|
|
|
43
43
|
},
|
|
44
44
|
'interface types': d({}),
|
|
45
45
|
'algorithm types': d({
|
|
46
|
-
"
|
|
46
|
+
"Transform Graph 2 Block": sfunction(externalTypeReference("out", "Block"), data(externalTypeReference("in", "Graph"))),
|
|
47
47
|
}),
|
|
48
48
|
|
|
49
49
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
@@ -10,6 +10,8 @@ export const $: g_project.D.API = api(
|
|
|
10
10
|
glos,
|
|
11
11
|
|
|
12
12
|
{
|
|
13
|
-
"
|
|
13
|
+
"transform Document 2 Document": algorithm([
|
|
14
|
+
`This algorithm transforms an HTML document into an XML document.`,
|
|
15
|
+
], "Transform Document 2 Document", {}),
|
|
14
16
|
}
|
|
15
17
|
)
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
imp,
|
|
11
11
|
integer,
|
|
12
12
|
list,
|
|
13
|
-
|
|
13
|
+
prop,
|
|
14
14
|
nothing,
|
|
15
15
|
optional,
|
|
16
16
|
parametrizedType,
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
type,
|
|
21
21
|
typeParameter,
|
|
22
22
|
typeReference,
|
|
23
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
23
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
24
24
|
|
|
25
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
25
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
26
26
|
|
|
27
27
|
import { $ as d_in } from "../../glossaries/auto.html.temp_in_between.data"
|
|
28
28
|
import { $ as d_out } from "../../glossaries/xml.data"
|
|
@@ -45,6 +45,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
45
45
|
},
|
|
46
46
|
'interface types': d({}),
|
|
47
47
|
'algorithm types': d({
|
|
48
|
-
"
|
|
48
|
+
"Transform Document 2 Document": sfunction(externalTypeReference("out", "Document"), data(externalTypeReference("in", "Document"))),
|
|
49
49
|
}),
|
|
50
50
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/
|
|
3
|
+
import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
4
4
|
|
|
5
|
-
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
5
|
+
import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
6
6
|
|
|
7
7
|
import { $ as glos } from "./glossary.data"
|
|
8
8
|
|
|
@@ -10,7 +10,9 @@ export const $: g_project.D.API = api(
|
|
|
10
10
|
glos,
|
|
11
11
|
|
|
12
12
|
{
|
|
13
|
-
"
|
|
13
|
+
"transform Project 2 Directory": algorithm([
|
|
14
|
+
`transforms a liana project into a directory containing pareto 3gl high files`,
|
|
15
|
+
], "Transform Project 2 Directory", {}),
|
|
14
16
|
|
|
15
17
|
}
|
|
16
18
|
)
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
sfunction,
|
|
6
6
|
externalTypeReference,
|
|
7
7
|
imp,
|
|
8
|
-
} from "pareto-pure/auto.dist/public/shorthands/
|
|
8
|
+
} from "pareto-pure/auto.dist/public/shorthands/pareto_4gl_type_system.sh"
|
|
9
9
|
|
|
10
|
-
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.
|
|
10
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.pareto_4gl_type_system"
|
|
11
11
|
|
|
12
12
|
import { $ as d_in } from "../../glossaries/liana_project.data"
|
|
13
13
|
import { $ as d_out } from "../../glossaries/auto.pareto_3gl_high.temp_in_between.data"
|
|
@@ -29,6 +29,6 @@ export const $: g_glossary.D.Glossary = {
|
|
|
29
29
|
},
|
|
30
30
|
'interface types': d({}),
|
|
31
31
|
'algorithm types': d({
|
|
32
|
-
"
|
|
32
|
+
"Transform Project 2 Directory": sfunction(externalTypeReference("out", "Directory"), data(externalTypeReference("in", "Project"))),
|
|
33
33
|
}),
|
|
34
34
|
}
|