Commits
Click on a commit to change the comparison range♻️ refactor(ast): simplify slice expression parsing logic
Removed unnecessary variable assignment when handling empty slice end
bracket (e.g., `[n:]`). This improves code readability without changing
functionality.