Skip to content
main
Switch branches/tags
cpython/Parser/
cpython/Parser/

Latest commit

This is something I noticed while (now discontinued) experimenting
with the idea of annotating operators with location information. Unfortunately
without this addition, adding any `attributes` to stuff like `unaryop`
doesn't change anything since the code assumes they are singletons and
caches all instances. This patch fixes this assumption with including
the attributes as well as constructor fields.
107a2c5

Git stats

Files

Permalink
Failed to load latest commit information.