On Saturday, 9 May 2020 at 10:38:08 UTC, Joel wrote:
Can you add something like 'string result = evaluateFromString("(1+2)/2");'?

You can do that now :)

auto p = new Prser();
string result = p.evaluateFromString("(1+2)/2");


Reply via email to