The type inference matrix guider!
- Functions
- return types
- calling to functions - for example: "var k = returnNumber();"
- Add unique identifiers (pointers/addresses) like
- AssigmentExpression - extending an object
- Math - BinaryExpresison
Hi!
If you want to contribute to morphues, we are more than happy! The steps are easy :)
- pick some feature from the "TODO" list above or fix bug or have new feature you want to implement.
- Fork and create branch named your feature - for example, support for type inference from BinaryExpression - "binaryexpression_support"
- Make sure the tests are passing "npm test", and if you need add a new test
- Create pull request, and we wil review it ASAP