• Kevin Modzelewski's avatar
    Change some internal names to start with # and not ! · 7b3dc080
    Kevin Modzelewski authored
    I don't know how well this is followed in practice, but "!"
    is supposed to just be for irgen-specific names that should
    not make it to other tiers.  The closure and generator variables
    are more like part of the inter-tier contract, so I think make more
    sense as "#" names.
    7b3dc080
irgenerator.cpp 103 KB