Skip to content

Issues with fluent apis #4

Description

@mariusvniekerk

Horast fails to parse correctly for inline comments embedded in fluent-style blocks

horast.parse("""
x = (spark_rdd
        # Increate by one
        .map(lambda x: x+1)
        # Sum it all
        .reduce(lambda x, y: x +y)
    )
""")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions