File tree
17 files changed
+309
-3
lines changedFilter options
- transpiler
- __tests__
- ast/core
- builders
- mocks/evaluation
- target/typescript/core
- builders
- mocks/expression
- src
- ast/core
- BitloopsVisitor
- helpers/expression/evaluation
- intermediate-ast
- builders/expressions/evaluation
- nodes/Expression/Evaluation
- helpers
- parser/core/grammar
- target/typescript-nest/core
- components/statements/expression/evaluation
- type-identifiers
17 files changed
+309
-3
lines changedtranspiler/__tests__/ast/core/builders/evaluationDirector.ts
Copy file name to clipboardExpand all lines: transpiler/__tests__/ast/core/builders/evaluationDirector.ts+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
219 | 219 |
|
220 | 220 |
|
221 | 221 |
|
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
222 | 240 |
|
223 | 241 |
|
224 | 242 |
|
|
transpiler/__tests__/ast/core/mocks/evaluation/evaluation.ts
Copy file name to clipboardExpand all lines: transpiler/__tests__/ast/core/mocks/evaluation/evaluation.ts+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
109 | 119 |
|
110 | 120 |
|
111 | 121 |
|
|
transpiler/__tests__/target/typescript/core/builders/evaluation.ts
Copy file name to clipboardExpand all lines: transpiler/__tests__/target/typescript/core/builders/evaluation.ts+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
| 36 | + |
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
| ||
122 | 124 |
|
123 | 125 |
|
124 | 126 |
|
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
125 | 145 |
|
126 | 146 |
|
127 | 147 |
|
|
transpiler/__tests__/target/typescript/core/mocks/expression/evaluation.ts
Copy file name to clipboardExpand all lines: transpiler/__tests__/target/typescript/core/mocks/expression/evaluation.ts+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
121 | 129 |
|
122 | 130 |
|
123 | 131 |
|
|
transpiler/src/ast/core/BitloopsVisitor/BitloopsVisitor.ts
Copy file name to clipboardExpand all lines: transpiler/src/ast/core/BitloopsVisitor/BitloopsVisitor.ts+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
247 | 247 |
|
248 | 248 |
|
249 | 249 |
|
| 250 | + |
250 | 251 |
|
251 | 252 |
|
252 | 253 |
|
| ||
693 | 694 |
|
694 | 695 |
|
695 | 696 |
|
| 697 | + |
| 698 | + |
| 699 | + |
| 700 | + |
| 701 | + |
| 702 | + |
696 | 703 |
|
697 | 704 |
|
698 | 705 |
|
|
transpiler/src/ast/core/BitloopsVisitor/helpers/expression/evaluation/valueObejctConstructorEvaluation.ts
Copy file name to clipboard+45Lines changed: 45 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
transpiler/src/ast/core/intermediate-ast/builders/expressions/evaluation/ValueObjectConstructorEvaluationNodeBuilder.ts
Copy file name to clipboard+49Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
transpiler/src/ast/core/intermediate-ast/nodes/Expression/Evaluation/EntityConstructorEvaluationNode.ts
Copy file name to clipboardExpand all lines: transpiler/src/ast/core/intermediate-ast/nodes/Expression/Evaluation/EntityConstructorEvaluationNode.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
|
transpiler/src/ast/core/intermediate-ast/nodes/Expression/Evaluation/ValueObjectConstructorEvaluationNode.ts
Copy file name to clipboard+49Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
transpiler/src/helpers/mappings.ts
Copy file name to clipboardExpand all lines: transpiler/src/helpers/mappings.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
| 225 | + |
225 | 226 |
|
226 | 227 |
|
227 | 228 |
|
|
transpiler/src/parser/core/grammar/BitloopsParser.g4
Copy file name to clipboardExpand all lines: transpiler/src/parser/core/grammar/BitloopsParser.g4+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
| 268 | + |
268 | 269 |
|
269 | 270 |
|
270 | 271 |
|
| ||
619 | 620 |
|
620 | 621 |
|
621 | 622 |
|
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
622 | 627 |
|
623 | 628 |
|
624 | 629 |
|
|
transpiler/src/target/typescript-nest/core/components/statements/expression/evaluation/entityConstructorEvaluation.ts
Copy file name to clipboardExpand all lines: transpiler/src/target/typescript-nest/core/components/statements/expression/evaluation/entityConstructorEvaluation.ts+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
| 73 | + |
| 74 | + |
73 | 75 |
|
74 | 76 |
|
transpiler/src/target/typescript-nest/core/components/statements/expression/evaluation/index.ts
Copy file name to clipboardExpand all lines: transpiler/src/target/typescript-nest/core/components/statements/expression/evaluation/index.ts+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
99 | 106 |
|
100 | 107 |
|
101 | 108 |
|
|
transpiler/src/target/typescript-nest/core/components/statements/expression/evaluation/valueObjectConstructorEvaluation.ts
Copy file name to clipboard+66Lines changed: 66 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
0 commit comments