KeliLanguage / compiler

The compiler for Keli
https://keli-language.gitbook.io/doc/specification/
Apache License 2.0
171 stars 1 forks source link

Improve error reporting on using unknown function #5

Closed wongjiahau closed 5 years ago

wongjiahau commented 5 years ago

Cases

1. Passing the wrong parameters.

Show the expected parameter type.

2. No matching function have the same name as requested by user

Display a list of functions with similar names (using Leveinstein distance?). Should also include getter/setter/tag-matcher (if applicable)