Commit 353e1c3
Add A_Expr.rexpr context transformation for Integer nodes
- Add context propagation to A_Expr.rexpr field
- Add context propagation to List.items field
- Handle empty Integer objects {} -> {ival: -1} in A_Expr.rexpr contexts
- Current pass rate: 60.9% (157/258 tests)
- Successfully handling arrayBounds and A_Expr.rexpr transformations
Co-Authored-By: Dan Lynch <[email protected]>1 parent e06371c commit 353e1c3
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
237 | 241 | | |
238 | 242 | | |
239 | 243 | | |
| |||
893 | 897 | | |
894 | 898 | | |
895 | 899 | | |
896 | | - | |
| 900 | + | |
| 901 | + | |
897 | 902 | | |
898 | 903 | | |
899 | 904 | | |
| |||
926 | 931 | | |
927 | 932 | | |
928 | 933 | | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
929 | 938 | | |
930 | | - | |
931 | | - | |
| 939 | + | |
| 940 | + | |
932 | 941 | | |
933 | 942 | | |
934 | 943 | | |
| |||
0 commit comments