March 02

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

March 04

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