Tasks Accomplished This Week
Issues Closed/Partially Completed
- [New] Parse `/` and `*` as a parameter in function definition · Issue #513 · lcompilers/lpython (github.com) [CLOSED]
- Singleline multi-statements are not recognized · Issue #886 · lcompilers/lpython (github.com) [CLOSED]
PRs
- [Parser] Fix bug with parsing `key:value` in separate lines by akshanshbhatt · Pull Request #905 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Parse lambda expressions by akshanshbhatt · Pull Request #902 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Parse multiple statements in single line as `body` of `multiline statements` by akshanshbhatt · Pull Request #899 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Add support for `GeneratorExp` nodes (new parser) by akshanshbhatt · Pull Request #885 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Properly handle functions with `*` and `/` in the new parser by akshanshbhatt · Pull Request #850 · lcompilers/lpython (github.com) [CLOSED]