Skip to content

Unexpected Node Type: ast.Call #6

@sco1

Description

@sco1

Received when running against https://github.com/sco1/pylox

Coming out of here:

    def assign_at(self, distance: int, name: Token, value: t.Any) -> None:
        """
        Update the value for the provided variable token in the scope at the specified distance.

        This should always be getting called after the resolver is finished, so it's assumed that
        the variable is present in the scope at the specified distance.
        """
        self._ancestor(distance).values[name.lexeme] = value

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions