KovtunV / NoStringEvaluating

Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.
MIT License
28 stars 10 forks source link

Can net framework or standard2.0 support be added #15

Closed XtremlyRed closed 2 months ago

XtremlyRed commented 2 months ago

As shown in the question, many industrial software still remain in the net framework

KovtunV commented 2 months ago

Hey @XtremlyRed , I'm not willing to support legacy. But you can fork and downgrade version. You will need to change some syntax sugar and don't use Span (maybe something else that I don't remember)