Blazebit / blaze-expression

Apache License 2.0
5 stars 6 forks source link

Improve error message for named function invocation when some argument misses a name #4

Open beikov opened 4 years ago

beikov commented 4 years ago

Currently, the parsing fails completely when one argument uses the named invocation, but another doesn't. This should be more graceful i.e. we should hint that mixing named and positional invocation is disallowed.