ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
325 stars 54 forks source link

Support parameter amount errors for functions with varying parameter amounts. #159

Closed ISibboI closed 11 months ago

ISibboI commented 11 months ago

So far we only have WrongFunctionArgumentAmount, which has a single int as expected argument amount. However, we have functions with varying argument amounts, so they should be able to state their range of argument amount as well.