dfintha / exprparser

Very basic expression parser written in C++.
0 stars 0 forks source link

Add expression differentiation (derivation) #8

Open dfintha opened 3 months ago

dfintha commented 3 months ago

It is a simple node-by-node transformation, which is trivial to implement, so it shall be added to this learning project. For implementation details, see the source code of mash.