pareto 0.63.0 → 0.65.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.
Files changed (139) hide show
  1. package/auto.dist/data/boekhouding.data.js +115 -115
  2. package/auto.dist/index.d.ts +1 -1
  3. package/auto.dist/index.js +3 -3
  4. package/auto.dist/public/modules/fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts/auto.api.js +3 -0
  5. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.implementation.js +1 -1
  6. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.d.ts +0 -4
  7. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.js +1 -1
  8. package/auto.dist/public/modules/fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts/auto.provided_interface_glossary.shadow.d.ts +23 -0
  9. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.shadow.js +1 -1
  10. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/implementations/map__Block__2__Block.alg.js +1 -1
  11. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/index.js +1 -1
  12. package/auto.dist/public/modules/main/auto.provided_interface_glossary.shadow.d.ts +5 -3
  13. package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +2 -2
  14. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.d.ts +4 -10
  15. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +20 -30
  16. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +0 -4
  17. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +14 -20
  18. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.d.ts +5 -3
  19. package/auto.pareto/$.data.ts +10 -2
  20. package/auto.pareto/auto.dependencies/index.ts +1 -1
  21. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +15 -1
  22. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +8 -0
  23. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +6 -7
  24. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +41 -27
  25. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +7 -8
  26. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +11 -3
  27. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +6 -8
  28. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +38 -17
  29. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +10 -11
  30. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +34 -35
  31. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +7 -8
  32. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +28 -12
  33. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +2 -3
  34. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +21 -6
  35. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
  36. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +14 -12
  37. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -7
  38. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +36 -19
  39. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -1
  40. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +20 -6
  41. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +30 -17
  42. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +74 -116
  43. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +716 -561
  44. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +10 -22
  45. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +35 -49
  46. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +116 -182
  47. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +315 -431
  48. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.data.ts +101 -0
  49. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +253 -393
  50. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +208 -284
  51. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +25 -14
  52. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +30 -16
  53. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +31 -16
  54. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +20 -5
  55. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +74 -57
  56. package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/nested/glossary.data.ts → pareto-pure/glossaries/text.data.ts} +44 -25
  57. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +38 -23
  58. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  59. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +17 -10
  60. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  61. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +20 -9
  62. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +1 -1
  63. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +21 -3
  64. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts +1 -1
  65. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +22 -4
  66. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/api.data.ts +1 -1
  67. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +24 -6
  68. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/api.data.ts +1 -2
  69. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +23 -8
  70. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/api.data.ts +2 -3
  71. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/glossary.data.ts +27 -6
  72. package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  73. package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +17 -10
  74. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript_intermediate/api.data.ts +1 -2
  75. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript_intermediate/glossary.data.ts +17 -19
  76. package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/nested → modules/semantic_versioning_from_text}/api.data.ts +4 -2
  77. package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +49 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/api.data.ts +1 -2
  79. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +2 -19
  80. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/api.data.ts +1 -1
  81. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +32 -17
  82. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/api.data.ts +2 -2
  83. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +21 -6
  84. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/api.data.ts +4 -4
  85. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +80 -57
  86. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +8 -0
  87. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +6 -7
  88. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +41 -27
  89. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +7 -8
  90. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +11 -3
  91. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +6 -8
  92. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +38 -17
  93. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +10 -11
  94. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +34 -35
  95. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +7 -8
  96. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +28 -12
  97. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +2 -3
  98. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +21 -6
  99. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
  100. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +14 -12
  101. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -7
  102. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +36 -19
  103. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -1
  104. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +20 -6
  105. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +8 -0
  106. package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +10 -15
  107. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +11 -11
  108. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +11 -11
  109. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +7 -7
  110. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +9 -9
  111. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/api.data.ts +2 -2
  112. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +9 -9
  113. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +5 -5
  114. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +15 -15
  115. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +6 -6
  116. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +6 -6
  117. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +21 -21
  118. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +34 -34
  119. package/auto.pareto/modules/{string_aware_fountain_pen_2 fountain_pen/api.data.ts → fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/api.data.ts} +1 -2
  120. package/auto.pareto/modules/{string_aware_fountain_pen_2 fountain_pen/glossary.data.ts → fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/glossary.data.ts} +2 -2
  121. package/auto.pareto/modules/main/api.data.ts +1 -1
  122. package/auto.pareto/modules/main/glossary.data.ts +11 -6
  123. package/auto.pareto/modules/pareto_2_fountain_pen/api.data.ts +1 -2
  124. package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +18 -20
  125. package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/api.data.ts +4 -5
  126. package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +18 -11
  127. package/auto.pareto/modules/typescript_naming/api.data.ts +1 -2
  128. package/auto.pareto/modules/typescript_naming/glossary.data.ts +17 -8
  129. package/package.json +5 -5
  130. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.api.js +0 -3
  131. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +0 -29
  132. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -0
  133. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +0 -2
  134. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -25
  135. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -14
  136. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.api.d.ts +0 -0
  137. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.implementation.d.ts +0 -0
  138. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/implementations/map__Block__2__Block.alg.d.ts +0 -0
  139. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/index.d.ts +0 -0
@@ -4,26 +4,21 @@ import {
4
4
  aInterface,
5
5
  aInterfaceMethod,
6
6
  aInterfaceReference,
7
- array, data, dictionary, externalTypeReference, glossaryParameter, group, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
7
+ list, data, dictionary, externalTypeReference, glossaryParameter, group, infInit, member,
8
+ parametrizedType, sfunction, streamconsumer, text, type, typeParameter, typeReference
8
9
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
10
 
10
11
  import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
11
12
  const d = pd.d
12
13
 
13
- export const $: g_glossary.D.Glossary = {
14
- 'data glossary': {
15
- 'glossary parameters': d({}),
16
- 'imports': d({
14
+ export const $: g_glossary.D.Data__Glossary = {
15
+ 'glossary parameters': d({}),
16
+ 'imports': d({
17
+ }),
18
+ 'root': {
19
+ 'namespaces': d({}),
20
+ 'data types': d({
21
+ "Lines": type(list(text())),
17
22
  }),
18
- 'root': {
19
- 'namespaces': d({}),
20
- 'data types': d({
21
- "Lines": type(array(string())),
22
- }),
23
- },
24
23
  },
25
- 'interface types': d({
26
- }),
27
- 'algorithm types': d({
28
- }),
29
24
  }
@@ -1,23 +1,23 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
3
+ import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
4
 
5
5
  import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
+ import { glossary, group, member, integer, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
- "enrichWithPositionInformation": algorithm("EnrichWithPositionInformation", null, {}),
14
- "getPossibleLastElement": algorithm("GetPossibleLastElement", null, {}),
15
- "getPossibleFirstElement": algorithm("GetPossibleFirstElement", null, {}),
16
- "getPossibleElementAt": algorithm("GetPossibleElementAt", null, {}),
17
- "isEmpty": algorithm("IsEmpty", null, {}),
18
- "unsafeGetLastElement": algorithm("UnsafeGetLastElement", null, {}),
19
- "unsafeGetFirstElement": algorithm("UnsafeGetFirstElement", null, {}),
20
- "unsafeGetElementAt": algorithm("UnsafeGetElementAt", null, {}),
21
- "getLength": algorithm("GetLength", null, {}),
13
+ "enrichWithPositionInformation": algorithm("EnrichWithPositionInformation", {}),
14
+ "getPossibleLastElement": algorithm("GetPossibleLastElement", {}),
15
+ "getPossibleFirstElement": algorithm("GetPossibleFirstElement", {}),
16
+ "getPossibleElementAt": algorithm("GetPossibleElementAt", {}),
17
+ "isEmpty": algorithm("IsEmpty", {}),
18
+ "unsafeGetLastElement": algorithm("UnsafeGetLastElement", {}),
19
+ "unsafeGetFirstElement": algorithm("UnsafeGetFirstElement", {}),
20
+ "unsafeGetElementAt": algorithm("UnsafeGetElementAt", {}),
21
+ "getLength": algorithm("GetLength", {}),
22
22
  }
23
23
  )
@@ -1,8 +1,8 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
3
  import {
4
- array, boolean,
5
- data, dictionary, externalTypeReference, group, member, number, optional, parametrizedType, ref, sfunction,
4
+ list, boolean,
5
+ data, dictionary, externalTypeReference, group, member, integer, optional, parametrizedType, component, sfunction,
6
6
  type, typeParameter, typeReference
7
7
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
8
 
@@ -18,21 +18,21 @@ export const $: g_glossary.D.Glossary = {
18
18
  'root': {
19
19
  'namespaces': d({}),
20
20
  'data types': d({
21
- "Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
21
+ "Array": parametrizedType({ "Type": null }, list(component(typeParameter("Type")))),
22
22
  "Boolean": type(boolean()),
23
- "EnrichedArray": parametrizedType({ "Type": null }, array(group({
24
- "value": member(ref(typeParameter("Type"))),
23
+ "EnrichedArray": parametrizedType({ "Type": null }, list(group({
24
+ "value": member(component(typeParameter("Type"))),
25
25
  "isFirst": member(boolean()),
26
26
  "isLast": member(boolean()),
27
- "position": member(number()),
27
+ "position": member(integer()),
28
28
  }))),
29
29
  "GetElementAtData": parametrizedType({ "Type": null }, group({
30
- "array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
31
- "index": member(number()),
30
+ "array": member(component(typeReference("Array", { "Type": typeParameter("Type") }))),
31
+ "index": member(integer()),
32
32
  })),
33
- "Length": type(number()),
34
- "OptionalValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
35
- "Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
33
+ "Length": type(integer()),
34
+ "OptionalValue": parametrizedType({ "Type": null }, optional(component(typeParameter("Type")))),
35
+ "Value": parametrizedType({ "Type": null }, component(typeParameter("Type"))),
36
36
 
37
37
 
38
38
  }),
@@ -1,11 +1,11 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
3
+ import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
4
 
5
5
  import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { aInterface, aInterfaceMethod, glossary, group, member, number, sInterface, sInterfaceMethod, streamconsumer, string, type, typeReference } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
+ import { aInterface, aInterfaceMethod, glossary, group, member, integer, sInterface, sInterfaceMethod, streamconsumer, text, type, typeReference } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
@@ -13,15 +13,15 @@ export const $: g_project.D.API = api(
13
13
  /**
14
14
  * does the dictionary contain the specified key
15
15
  */
16
- "contains": algorithm("Contains", null, {}),
17
- "getPossibleEntry": algorithm("GetPossibleEntry", null, {}),
16
+ "contains": algorithm("Contains", {}),
17
+ "getPossibleEntry": algorithm("GetPossibleEntry", {}),
18
18
  /**
19
19
  * is the dictionary empty (no entries)
20
20
  */
21
- "isEmpty": algorithm("IsEmpty", null, {}),
21
+ "isEmpty": algorithm("IsEmpty", {}),
22
22
 
23
- "size": algorithm("Size", null, {}),
23
+ "size": algorithm("Size", {}),
24
24
 
25
- "unsafeGetEntry": algorithm("UnsafeGetEntry", null, {}),
25
+ "unsafeGetEntry": algorithm("UnsafeGetEntry", {}),
26
26
  }
27
27
  )
@@ -5,22 +5,22 @@ import {
5
5
  typeReference,
6
6
  data,
7
7
  sfunction,
8
- ref,
9
8
  typeParameter,
10
9
  externalTypeReference,
11
10
  parametrizedType,
12
11
  optional,
13
12
  group,
13
+ component,
14
14
  member,
15
15
  aInterface,
16
16
  streamconsumer,
17
17
  aInterfaceMethod,
18
18
  type,
19
- string,
20
19
  boolean,
21
20
  sInterface,
22
21
  sInterfaceMethod,
23
- number,
22
+ integer,
23
+ text,
24
24
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
25
25
 
26
26
  import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
@@ -35,15 +35,15 @@ export const $: g_glossary.D.Glossary = {
35
35
  'namespaces': d({}),
36
36
  'data types': d({
37
37
  "Boolean": type(boolean()),
38
- "Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
38
+ "Dictionary": parametrizedType({ "Type": null }, dictionary(component(typeParameter("Type")))),
39
39
  "DictionaryAndKey": parametrizedType({ "Type": null }, group({
40
- "dictionary": member(dictionary(ref(typeParameter("Type")))),
41
- "key": member(string()),
40
+ "dictionary": member(dictionary(component(typeParameter("Type")))),
41
+ "key": member(text()),
42
42
  })),
43
43
 
44
- "Number": type(number()),
45
- "PossibleValue": parametrizedType({ "Type": null }, optional(ref(typeParameter("Type")))),
46
- "Value": parametrizedType({ "Type": null }, ref(typeParameter("Type"))),
44
+ "Number": type(integer()),
45
+ "PossibleValue": parametrizedType({ "Type": null }, optional(component(typeParameter("Type")))),
46
+ "Value": parametrizedType({ "Type": null }, component(typeParameter("Type"))),
47
47
 
48
48
  }),
49
49
  },
@@ -5,11 +5,11 @@ import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_t
5
5
  import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
+ import { glossary, group, member, integer, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
- "createFileWriter": algorithm("CreateFileWriter", null, {}),
13
+ "createFileWriter": algorithm("CreateFileWriter", {}),
14
14
  }
15
15
  )
@@ -7,17 +7,17 @@ import {
7
7
  group,
8
8
  typeReference,
9
9
  member,
10
- string,
10
+ text,
11
11
  dictionary,
12
- null_,
13
- array,
12
+ nothing,
13
+ list,
14
14
  imp,
15
15
  externalTypeReference,
16
16
  infInit,
17
17
  aInterfaceReference,
18
18
  aInterface,
19
19
  aInterfaceMethod,
20
- ref,
20
+ component,
21
21
  infref,
22
22
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
23
23
 
@@ -35,14 +35,14 @@ export const $: g_glossary.D.Glossary = {
35
35
  'root': {
36
36
  'namespaces': d({}),
37
37
  'data types': d({
38
- "File Path": type(array(string())),
38
+ "File Path": type(list(text())),
39
39
  "File Write Data": type(group({
40
- "directory path": member(ref(typeReference("File Path"))),
41
- "file name": member(string()),
42
- "data": member(ref(externalTypeReference("lines", "Lines"))),
40
+ "directory path": member(component(typeReference("File Path"))),
41
+ "file name": member(text()),
42
+ "data": member(component(externalTypeReference("lines", "Lines"))),
43
43
  })),
44
44
  "Root Data": type(group({
45
- "context directory": member(string()),
45
+ "context directory": member(text()),
46
46
  })),
47
47
  }),
48
48
  },
@@ -1,22 +1,22 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
3
+ import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
4
 
5
5
  import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
+ import { glossary, group, member, integer, sInterface, sInterfaceMethod, text, type, typeReference } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
- "parse": algorithm("Parse", null, {}),
13
+ "parse": algorithm("Parse", {}),
14
14
 
15
15
  /**
16
16
  * this one is impure because it uses needs to inspect strings to escape them properly
17
17
  */
18
- "serialize": algorithm("Serialize", null, {}),
18
+ "serialize": algorithm("Serialize", {}),
19
19
 
20
- "unsafeParse": algorithm("UnsafeParse", null, {}),
20
+ "unsafeParse": algorithm("UnsafeParse", {}),
21
21
  }
22
22
  )
@@ -1,10 +1,10 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
3
  import {
4
- array, afunction, boolean, computed, data, dictionary,
5
- glossaryParameter, group, member, number, optional, ref, sfunction, string, type, typeReference,
6
- taggedUnion,
7
- null_,
4
+ list, afunction, boolean, data, dictionary,
5
+ glossaryParameter, group, member, integer, optional, component, sfunction, text, type, typeReference,
6
+ stateGroup,
7
+ nothing,
8
8
  sInterface,
9
9
  sInterfaceMethod
10
10
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
@@ -22,19 +22,19 @@ export const $: g_glossary.D.Glossary = {
22
22
  'root': {
23
23
  'namespaces': d({}),
24
24
  'data types': d({
25
- "String": type(string()),
26
- "Result": type(taggedUnion({
27
- "success": ref(typeReference("Value")),
28
- "error": string(),
25
+ "String": type(text()),
26
+ "Result": type(stateGroup({
27
+ "success": component(typeReference("Value")),
28
+ "error": text(),
29
29
  })),
30
- //"Result": type(ref(glossaryParameter("Type"))),
31
- "Value": type(taggedUnion({
32
- "object": dictionary(ref(typeReference("Value"))),
33
- "array": array(ref(typeReference("Value"))),
34
- "string": string(),
35
- "number": number(),
30
+ //"Result": type(component(glossaryParameter("Type"))),
31
+ "Value": type(stateGroup({
32
+ "object": dictionary(component(typeReference("Value"))),
33
+ "array": list(component(typeReference("Value"))),
34
+ "string": text(),
35
+ "number": integer(),
36
36
  "boolean": boolean(),
37
- "null": null_(),
37
+ "null": nothing(),
38
38
  })),
39
39
 
40
40
  }),
@@ -1,18 +1,18 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
3
+ import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
4
 
5
5
  import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
+ import { glossary, group, member, integer, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
- "smallerThan": algorithm("SmallerThan", null, {}),
14
- "greaterThan": algorithm("GreaterThan", null, {}),
15
- "isZero": algorithm("IsZero", null, {}),
16
- "equal": algorithm("Equal", null, {}),
13
+ "smallerThan": algorithm("SmallerThan", {}),
14
+ "greaterThan": algorithm("GreaterThan", {}),
15
+ "isZero": algorithm("IsZero", {}),
16
+ "equal": algorithm("Equal", {}),
17
17
  }
18
18
  )
@@ -1,7 +1,7 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
3
  import {
4
- array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
4
+ list, boolean, data, dictionary, externalTypeReference, group, member, integer, optional, sfunction,
5
5
  type, typeReference
6
6
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
7
7
 
@@ -18,14 +18,14 @@ export const $: g_glossary.D.Glossary = {
18
18
  'namespaces': d({}),
19
19
  'data types': d({
20
20
  "Boolean": type(boolean()),
21
- "Number": type(number()),
21
+ "Number": type(integer()),
22
22
  "NumberPair": type(group({
23
- "yin": member(number()),
24
- "yang": member(number()),
23
+ "yin": member(integer()),
24
+ "yang": member(integer()),
25
25
  })),
26
26
  "CompareData": type(group({
27
- "benchmark": member(number()),
28
- "focus": member(number()),
27
+ "benchmark": member(integer()),
28
+ "focus": member(integer()),
29
29
  })),
30
30
 
31
31
  }),
@@ -1,37 +1,37 @@
1
1
  import * as pd from 'pareto-core-data'
2
2
 
3
- import { algorithm, algref, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
3
+ import { algorithm, api } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
4
4
 
5
5
  import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
8
+ import { glossary, group, member, integer, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  export const $: g_project.D.API = api(
11
11
  glos,
12
12
  {
13
- "charCodeAt": algorithm("CharCodeAt", null, {}),
14
- "endsWith": algorithm("EndsWith", null, {}),
15
- "escape": algorithm("Escape", null, {}),
16
- "fromCharacterArray": algorithm("FromCharacterArray", null, {}),
17
- "fromCharacter": algorithm("FromCharacter", null, {}),
18
- "includes": algorithm("Includes", null, {}),
19
- "indexOf": algorithm("IndexOf", null, {}),
20
- "length": algorithm("Length", null, {}),
21
- "padEnd": algorithm("PadEnd", null, {}),
22
- "padStart": algorithm("PadStart", null, {}),
23
- "replaceAll": algorithm("ReplaceAll", null, {}),
24
- "replaceFirst": algorithm("ReplaceFirst", null, {}),
25
- "split": algorithm("Split", null, {}),
26
- "splitIn2": algorithm("SplitIn2", null, {}),
27
- "startsWith": algorithm("StartsWith", null, {}),
28
- "substring": algorithm("Substring", null, {}),
29
- "toCharacterArray": algorithm("ToCharacterArray", null, {}),
30
- //"unsafeCharCodeAt": algorithm("UnsafeCharCodeAt", null, {}),
13
+ "charCodeAt": algorithm("CharCodeAt", {}),
14
+ "endsWith": algorithm("EndsWith", {}),
15
+ "escape": algorithm("Escape", {}),
16
+ "fromCharacterArray": algorithm("FromCharacterArray", {}),
17
+ "fromCharacter": algorithm("FromCharacter", {}),
18
+ "includes": algorithm("Includes", {}),
19
+ "indexOf": algorithm("IndexOf", {}),
20
+ "length": algorithm("Length", {}),
21
+ "padEnd": algorithm("PadEnd", {}),
22
+ "padStart": algorithm("PadStart", {}),
23
+ "replaceAll": algorithm("ReplaceAll", {}),
24
+ "replaceFirst": algorithm("ReplaceFirst", {}),
25
+ "split": algorithm("Split", {}),
26
+ "splitIn2": algorithm("SplitIn2", {}),
27
+ "startsWith": algorithm("StartsWith", {}),
28
+ "substring": algorithm("Substring", {}),
29
+ "toCharacterArray": algorithm("ToCharacterArray", {}),
30
+ //"unsafeCharCodeAt": algorithm("UnsafeCharCodeAt", {}),
31
31
 
32
32
  //candidates:
33
33
 
34
- //"trimEnd": algorithm("TrimEnd", null, {}),
34
+ //"trimEnd": algorithm("TrimEnd", {}),
35
35
  // lastIndexOf(searchValue[, fromIndex])
36
36
  // Returns the last index of the specified value.
37
37
 
@@ -4,7 +4,7 @@ import {
4
4
  aInterface,
5
5
  aInterfaceMethod,
6
6
  aInterfaceReference,
7
- array, boolean, data, group, member, number, optional, sfunction, streamconsumer, string, type, typeReference
7
+ list, boolean, data, group, member, integer, optional, sfunction, streamconsumer, text, type, typeReference
8
8
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
9
 
10
10
  import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
@@ -20,67 +20,67 @@ export const $: g_glossary.D.Glossary = {
20
20
  'root': {
21
21
  'namespaces': d({}),
22
22
  'data types': d({
23
- "String": type(string()),
24
- "Length": type(number()),
23
+ "String": type(text()),
24
+ "Length": type(integer()),
25
25
  "Boolean": type(boolean()),
26
- "Character Code": type(number()),
27
- "Possible Character Code": type(optional(number())),
28
- "Possible Position": type(optional(number())),
26
+ "Character Code": type(integer()),
27
+ "Possible Character Code": type(optional(integer())),
28
+ "Possible Position": type(optional(integer())),
29
29
 
30
30
  "CharacterCode At Data": type(group({
31
- "contextString": member(string()),
32
- "index": member(number()),
31
+ "contextString": member(text()),
32
+ "index": member(integer()),
33
33
  })),
34
- "CharacterArray": type(array(number())),
34
+ "CharacterArray": type(list(integer())),
35
35
  "SplitData": type(group({
36
- "contextString": member(string()),
37
- "splitter": member(string()),
36
+ "contextString": member(text()),
37
+ "splitter": member(text()),
38
38
  })),
39
39
  "IncludesData": type(group({
40
- "contextString": member(string()),
41
- "searchString": member(string()),
40
+ "contextString": member(text()),
41
+ "searchString": member(text()),
42
42
  })),
43
43
  "SplitIn2Result": type(group({
44
- "head": member(string()),
45
- "tail": member(optional(string())),
44
+ "head": member(text()),
45
+ "tail": member(optional(text())),
46
46
  })),
47
- "SplitResult": type(array(string())),
47
+ "SplitResult": type(list(text())),
48
48
  "StartsWithData": type(group({
49
- "contextString": member(string()),
50
- "searchString": member(string()),
49
+ "contextString": member(text()),
50
+ "searchString": member(text()),
51
51
  })),
52
52
  "EndsWithData": type(group({
53
- "contextString": member(string()),
54
- "searchString": member(string()),
53
+ "contextString": member(text()),
54
+ "searchString": member(text()),
55
55
  })),
56
56
  "SubstringData": type(group({
57
- "contextString": member(string()),
58
- "begin": member(number()),
57
+ "contextString": member(text()),
58
+ "begin": member(integer()),
59
59
  /**
60
60
  * I'm deliberately choosing length over end here, because length will become a 'natural' in the future
61
61
  * and then this function is guaranteed to not have a negative length.
62
62
  * going with 'end' would require a check for negative values.
63
63
  */
64
- "length": member(number()),
64
+ "length": member(integer()),
65
65
  })),
66
66
  "ReplaceData": type(group({
67
- "contextString": member(string()),
68
- "pattern": member(string()),
69
- "replacement": member(string()),
67
+ "contextString": member(text()),
68
+ "pattern": member(text()),
69
+ "replacement": member(text()),
70
70
  })),
71
71
  "EscapeParameters": type(group({
72
- "contextString": member(string()),
73
- "escape": member(string()),
74
- "patterns to escape": member(array(string())),
72
+ "contextString": member(text()),
73
+ "escape": member(text()),
74
+ "patterns to escape": member(list(text())),
75
75
  })),
76
76
  "PadData": type(group({
77
- "contextString": member(string()),
78
- "targetLength": member(number()),
79
- "padString": member(string()),
77
+ "contextString": member(text()),
78
+ "targetLength": member(integer()),
79
+ "padString": member(text()),
80
80
  })),
81
81
  "IndexOfData": type(group({
82
- "contextString": member(string()),
83
- "searchString": member(string()),
82
+ "contextString": member(text()),
83
+ "searchString": member(text()),
84
84
  })),
85
85
  }),
86
86
  },
@@ -5,11 +5,10 @@ import * as sh from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.
5
5
  import * as g_project from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
6
6
 
7
7
  import { $ as glos } from "./glossary.data"
8
- import { glossary, group, member, number, type } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
9
8
 
10
9
  export const $: g_project.D.API = sh.api(
11
10
  glos,
12
11
  {
13
- "map Block 2 Block": sh.algorithm("Map Block 2 Block", null, {}),
12
+ "map Block 2 Block": sh.algorithm("Map Block 2 Block", {}),
14
13
  }
15
14
  )
@@ -12,8 +12,8 @@ export const $: g_glossary.D.Glossary = {
12
12
  'data glossary': {
13
13
  'glossary parameters': d({}),
14
14
  'imports': d({
15
- "in": sh.imp(d_in, {}),
16
- "out": sh.imp(d_out, {}),
15
+ "in": sh.imp(d_in['data glossary'], {}),
16
+ "out": sh.imp(d_out['data glossary'], {}),
17
17
  }),
18
18
  'root': {
19
19
  'namespaces': d({}),
@@ -9,6 +9,6 @@ import { $ as glos } from "./glossary.data"
9
9
  export const $: g_project.D.API = api(
10
10
  glos,
11
11
  {
12
- "temp_compile_boekhouding": algorithm("Main", null, {}),
12
+ "temp_compile_boekhouding": algorithm("Main", {}),
13
13
  }
14
14
  )
@@ -4,10 +4,15 @@ import {
4
4
  aInterface,
5
5
  aInterfaceMethod,
6
6
  aInterfaceReference,
7
- array, data, dictionary, externalTypeReference, group, infInit, infref, member, number, optional, parametrizedType, ref, sfunction,
7
+ group,
8
+ infInit,
9
+ integer,
10
+ list,
11
+ member,
8
12
  streamconsumer,
9
- string,
10
- type, typeParameter, typeReference
13
+ text,
14
+ type,
15
+ typeReference,
11
16
  } from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
12
17
 
13
18
  import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
@@ -22,10 +27,10 @@ export const $: g_glossary.D.Glossary = {
22
27
  'root': {
23
28
  'namespaces': d({}),
24
29
  'data types': d({
25
- "Message": type(string()),
26
- "Exit code": type(number()),
30
+ "Message": type(text()),
31
+ "Exit code": type(integer()),
27
32
  "Command Line Arguments": type(group({
28
- "arguments": member(array(string()))
33
+ "arguments": member(list(text()))
29
34
  })),
30
35
  }),
31
36
  },