You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement boolean TypeCast to A_Const boolval transformation
- Enhanced TypeCast method to detect boolean casts and convert to A_Const with boolval
- Handle both pre-transformation (PG14) and post-transformation (PG15) A_Const structures
- Improved test coverage from 145/258 to 151/258 tests passing (+6 tests)
- Boolean strings 't'/'f' now correctly convert to boolval objects with proper boolean values
Progress: 151/258 tests now passing, representing continued improvement in transformer functionality
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments