krzkaczor / SwiftAST

MIT License
5 stars 0 forks source link

Add type validation for logical operators #10

Open krzkaczor opened 10 years ago

krzkaczor commented 10 years ago

We need a way to manage operators, their possible inputs and output. Maybe associate them with types? It is a good idea because custom operators should also work

krzkaczor commented 10 years ago

operators in swift are just global functions (i think so xD). So we can add information to type about supported operators