www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - A math expression parser, written fully in D.

reply Murilo <murilomiranda92 hotmail.com> writes:
I've finally finished my math expression parser, written totally 
in D. It is able to interpret and solve any mathematical 
expression.

https://github.com/MuriloMir/Math-expression-parser
Mar 02
parent Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= <aferust gmail.com> writes:
On Saturday, 2 March 2024 at 14:05:03 UTC, Murilo wrote:
 I've finally finished my math expression parser, written 
 totally in D. It is able to interpret and solve any 
 mathematical expression.

 https://github.com/MuriloMir/Math-expression-parser
Nice. I have also written one some weeks ago. https://github.com/aferust/evalex
Mar 04