Tasks Accomplished This Week
Issues Raised
- [Parser] Expressions containing `in` are not parsed properly (new parser) · Issue #780 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Issues with `BoolOp` node generation in new parser · Issue #777 · lcompilers/lpython (github.com) [OPEN]
- [Parser] List Indexing is not supported in the new parser · Issue #778 · lcompilers/lpython (github.com) [OPEN]
- [Parser] Tuples are not parsed in the `for-loop` (new parser) · Issue #779 · lcompilers/lpython (github.com) [OPEN]
- [Parser] Error in parsing function definition (new parser) · Issue #803 · lcompilers/lpython (github.com) [OPEN]
Issues Closed/Partially Completed
- [Parser] Error in parsing function definition (new parser) · Issue #803 · lcompilers/lpython (github.com) [OPEN]
- [Parser] Tuples are not parsed in the `for-loop` (new parser) · Issue #779 · lcompilers/lpython (github.com) [OPEN]
- [New] Default value (Argument assignment) is not recognized in Class statement · Issue #787 · lcompilers/lpython (github.com) [OPEN]
PRs
- [Parser] Add `type-comment` support in new parser by akshanshbhatt · Pull Request #801 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Fix issue 803 by akshanshbhatt · Pull Request #808 · lcompilers/lpython (github.com) [OPEN]
- [Parser] Add support for parsing tuples in `for-loop` by akshanshbhatt · Pull Request #809 · lcompilers/lpython (github.com) [OPEN]
- [Parser] Recognise default values (keywords) in `class-def` by akshanshbhatt · Pull Request #810 · lcompilers/lpython (github.com) [OPEN]