Tasks Accomplished This Week
Issues Raised
Issues Closed/Partially Completed
- [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 raw strings by akshanshbhatt · Pull Request #734 · lcompilers/lpython (github.com) [OPEN]
- [Parser] Parse indexing operations on attributes by akshanshbhatt · Pull Request #751 · lcompilers/lpython (github.com) [OPEN]
- [Parser] Parse `type-comments` in `for-loops` by akshanshbhatt · Pull Request #724 · lcompilers/lpython (github.com) [OPEN]
Problems Faced This Week
- I didn't face any major problems this week.
Plans For Upcoming Week
- Most of the major AST nodes are implemented now. I plan to rigorously test the new parser to its limit by parsing python files from some of the major Python projects' repos such as SymPy and NumPy.
- Comparing the AST generated by the new parser from that of the existing parser would let us know the changes to be made in the current parser generator file.