ExprK icon indicating copy to clipboard operation
ExprK copied to clipboard

Evaluator should be public

Open xian opened this issue 2 years ago • 0 comments

It should be possible to obtain and configure an Evaluator separately from Expressions, so different functions/constants/etc. can be configured.

(This will also require Expr and its various subclasses, probably Parser, and likely other interfaces and classes to be made public. I honestly don't see much reason to restrict visibility of much in the library, it's already nice and tight. IMO the easiest fix is just to make everything public.)

xian avatar Oct 18 '22 19:10 xian