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
refactor: Introduce structured condition categories in language readers
This commit refactors the condition handling in various language readers by separating conditions into distinct categories: control flow keywords, logical operators, case keywords, and ternary operators. This change enhances code clarity and maintainability while ensuring backward compatibility with existing functionality.
0 commit comments