Tasks Accomplished This Week
Issues Closed
- Comment after the Singleline Multi statement is not recognized · Issue #973 · lcompilers/lpython (github.com) [CLOSED]
- Type Comment for the Function decorator is not recognized · Issue #972 · lcompilers/lpython (github.com) [CLOSED]
- ListComprehension Subscript is not recognized · Issue #969 · lcompilers/lpython (github.com) [CLOSED]
- List is not recognized in the GeneratorExp · Issue #968 · lcompilers/lpython (github.com) [CLOSED]
- Tuple Subscript is not recognized · Issue #970 · lcompilers/lpython (github.com) [CLOSED]
PRs Merged
- [Parser] Fix bug with comment in multiline statements by akshanshbhatt · Pull Request #976 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Refactor `TK_TYPE_COMMENT` by akshanshbhatt · Pull Request #979 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Recognise `ListComprehension` Subscript by akshanshbhatt · Pull Request #993 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Recognise lists and tuples in `GenExpr` by akshanshbhatt · Pull Request #994 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Recognise tuple subscript by akshanshbhatt · Pull Request #995 · lcompilers/lpython (github.com) [CLOSED]