Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix elif clause by extending parts to include previous elif parts #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 21, 2019

  1. Fix elif clause by extending parts to include previous elif parts

    Last elif clause node is created and added to parts as a list.
    When parsing the next elif (bottom-up order), as the last part is a list,
    then it wrongly created a ReservedWord node and add the previous list as word.
    The solution is to extend parts to include previous parts.
    sereysethy committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    97bacea View commit details
    Browse the repository at this point in the history