Tasks Accomplished This Week
Issues Raised
- [Parser] Tuples are not parsed by the new parser · Issue #719 · lcompilers/lpython (github.com) [OPEN]
- Bug with `global` and `nonlocal` in the existing parser · Issue #725 · lcompilers/lpython (github.com) [OPEN]
Issues Closed/Partially Completed
- Parse Single line if and for statements · Issue #508 · lcompilers/lpython (github.com) [CLOSED]
- [New] Parse IN and IS in the expression · Issue #511 · lcompilers/lpython (github.com) [CLOSED]
- [New] Parse raw, byte and formatted strings · Issue #512 · lcompilers/lpython (github.com) [OPEN]
- TODO: Extract type hints from the comments · Issue #485 · lcompilers/lpython (github.com) [OPEN]
PRs
- [Parser] Parse list comprehension by akshanshbhatt · Pull Request #686 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Parsing support for `in` (Membership Operator) by akshanshbhatt · Pull Request #709 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Parse `type-comments` in `for-loops` by akshanshbhatt · Pull Request #724 · lcompilers/lpython (github.com) [OPEN]
Problems Faced This Week
- While working on making tuples a valid valid expr component, I faced multiple challenges. I even discussed it with my mentor (@Thirumalai) but as of now, there is no progress on this part.
Plans For Upcoming Week
- I aim to work on the existing issues with Parser label.