This repository was archived by the owner on May 18, 2019. It is now read-only.
Commit 338d1df
[NF] Improve constant evaluation.
- Implemented evaluation of more operators and expressions.
- Implemented evaluation of the String function.
- Added Expression.contains utility function.
- Improved unrolling of for equations.
- Added System.sprintff to print Real values of any size.
Belonging to [master]:
- #2398
- OpenModelica/OpenModelica-testsuite#9341 parent 2718416 commit 338d1df
File tree
13 files changed
+1317
-133
lines changed- Compiler
- NFFrontEnd
- Util
- runtime
13 files changed
+1317
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
162 | 199 | | |
163 | 200 | | |
164 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
343 | | - | |
| 342 | + | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
| 348 | + | |
| 349 | + | |
352 | 350 | | |
353 | | - | |
354 | | - | |
| 351 | + | |
| 352 | + | |
355 | 353 | | |
356 | 354 | | |
357 | 355 | | |
358 | 356 | | |
359 | 357 | | |
360 | | - | |
361 | 358 | | |
362 | 359 | | |
363 | 360 | | |
| |||
503 | 500 | | |
504 | 501 | | |
505 | 502 | | |
506 | | - | |
| 503 | + | |
507 | 504 | | |
508 | 505 | | |
509 | 506 | | |
| |||
678 | 675 | | |
679 | 676 | | |
680 | 677 | | |
681 | | - | |
| 678 | + | |
682 | 679 | | |
683 | 680 | | |
684 | 681 | | |
| |||
2181 | 2178 | | |
2182 | 2179 | | |
2183 | 2180 | | |
2184 | | - | |
2185 | | - | |
| 2181 | + | |
2186 | 2182 | | |
2187 | 2183 | | |
2188 | 2184 | | |
| |||
0 commit comments