krzkaczor / SwiftAST

MIT License
5 stars 0 forks source link

Multiple symbols with the same name in scopes #22

Open krzkaczor opened 10 years ago

krzkaczor commented 10 years ago

Overloading functions, inits.

krzkaczor commented 10 years ago

I think we should also add class symbol support using that approach. Now: symbol className contains default init. We could add parameter to scope.resolve, something like: args and then if null we could return class symbol, if empty list init without parameter, etc...