generated from sco1/py-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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] = valueMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working