Commit History

Autor SHA1 Mensaxe Data
  John Kessenich 3a4687d782 Add missing check that a function call is not using the same name as a variable hiding the function's name. Also, support version 110 separate name spaces for functions and variable names. %!s(int64=10) %!d(string=hai) anos
  John Kessenich a4351c55e8 More subtle checking for redeclarations: %!s(int64=11) %!d(string=hai) anos
  John Kessenich fbe01520b6 Get all the scoping rules right for ES and non ES, name hiding, built-in overriding, etc. %!s(int64=11) %!d(string=hai) anos