mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!
MIT License
546 stars 53 forks source link

Implement function and method overloading in Bolt #121

Closed mukul-rathi closed 4 years ago

mukul-rathi commented 4 years ago

This shouldn't affect data race typechecker - do this in desugaring stage.

mukul-rathi commented 4 years ago

https://www.avabodh.com/cxxin/namemangling.html - this is how c++ does it