GTNewHorizons / GTNHLib

GTNH Library
GNU Lesser General Public License v3.0
12 stars 7 forks source link

Added MathExpressionParser. #31

Closed AbdielKavash closed 7 months ago

AbdielKavash commented 7 months ago

Adds a class for parsing mathematical expressions from here: https://github.com/GTNewHorizons/ModularUI/pull/60

The only difference from this PR is slight renaming to fit the context of a library function better, and comments/javadocs.