From c918eb550bcfbf016f739f71bb0c4b58ac01cdd2 Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 12 Aug 2019 22:34:07 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61b7e51..9dcbe2e 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ echo($f1->compute()."
\n"); //7.071... ## TODO -* Would be better to give parameters in the compute, to allow one parsing -many compute with differente variable values, but needs rewrite of current parse-compute split. -* The index of indexed arrays should be evaluated to allow formulas as indexes, but needs rewrite of current parse-compute split. +* Would be better to give parameters in the compute, to allow one parsing => many compute, with different values sets, but this needs a rewrite of the current parse-compute split. +* The index of indexed arrays should be evaluated to allow formulas as indexes, but this needs a rewrite of the current parse-compute split. ## Known bugs * Won't allow unary operator directly following a binary operator like "5*-x" or "5+-x".