This is an awesome library to help in this very complex topic!
I tried to expand the Sprache/samles/LinqyCalculator/ExpressionParser.cs to provide more functions than contained in System.Math. I was somehow unable to achieve that:
- Functions could have no parameters.
- Functions would accept strings, so that e.g. customFunc("Hello", "World") could be parsed (I was able to add "customFunc", but only with double values as parameters)
Can you maybe explain and show how I could achieve this?