• Getting Started
  • Students
  • Mentors
  • Project Ideas
  • Deadlines
  • FAQ
  • Blogs
  • Info for Sub-orgs
  • Contact
Python-GSoC
Login
Lost Password?

Week 8 - Progress Report

akshansh
Published: 08/05/2022

Tasks Accomplished This Week

Issues Closed/Partially Completed

  1. [New] Parse `/` and `*` as a parameter in function definition · Issue #513 · lcompilers/lpython (github.com) [CLOSED]
  2. Singleline multi-statements are not recognized · Issue #886 · lcompilers/lpython (github.com) [CLOSED]

PRs

  1. [Parser] Fix bug with parsing `key:value` in separate lines by akshanshbhatt · Pull Request #905 · lcompilers/lpython (github.com) [CLOSED]
  2. [Parser] Parse lambda expressions by akshanshbhatt · Pull Request #902 · lcompilers/lpython (github.com) [CLOSED]
  3. [Parser] Parse multiple statements in single line as `body` of `multiline statements` by akshanshbhatt · Pull Request #899 · lcompilers/lpython (github.com) [CLOSED]
  4. [Parser] Add support for `GeneratorExp` nodes (new parser) by akshanshbhatt · Pull Request #885 · lcompilers/lpython (github.com) [CLOSED]
  5. [Parser] Properly handle functions with `*` and `/` in the new parser by akshanshbhatt · Pull Request #850 · lcompilers/lpython (github.com) [CLOSED]
  • ← Previous
  • Overview
  • Next →