tadeuzagallo / verve-lang

A functional language for the working hacker
https://verve-lang.org
MIT License
346 stars 7 forks source link

Rename "Naming" #42

Closed tadeuzagallo closed 7 years ago

tadeuzagallo commented 7 years ago

The pass that fixes precedence and associativity of operators is currently called Naming, which is a terrible, but was chosen as this pass was also supposed to do renaming of identifiers, but it ended up being implemented in a separate module called Renamer. Update the name to reflect the only thing that this pass does.