RustPython / Parser

MIT License
73 stars 28 forks source link

Fix `TypeAliasName` to store name instead of load #99

Closed zanieb closed 1 year ago

zanieb commented 1 year ago

type NAME = ... was previously being treated as an attempt to load the NAME when we actually want to store NAME as a new binding.