mexprp icon indicating copy to clipboard operation
mexprp copied to clipboard

Abandon the Operate trait in favor of an enum with all operations

Open IntrepidPig opened this issue 6 years ago • 0 comments

This will allow Terms to be properly cloned, as well as traversing them easily and possibly making step by step evaluation in the future easier to implement. The original purpose of making Operate a trait was to allow users to add custom operators, but that feature will probably never be implemented, favoring just custom functions instead.

IntrepidPig avatar Apr 07 '18 19:04 IntrepidPig