Dead simple, small, fast expression evaluation in Java.
-
Updated
Jan 8, 2023 - Java
Dead simple, small, fast expression evaluation in Java.
Go implementation of Simple String Expression Evaluator library
C++ implementation of Simple String Expression Evaluator library
Python implementation of Simple String Expression Evaluator library
This library evaluates a string which represents a mathematical expression. It also offers other methods which are relevant to this operation. Methods like tokenizer which splits the string into individual mathematical tokens (such as operators, operands, parenthesis, etc.) and infix to postfix converter, etc.
Java implementation of Simple String Expression Evaluator library
Add a description, image, and links to the string-expression topic page so that developers can more easily learn about it.
To associate your repository with the string-expression topic, visit your repo's landing page and select "manage topics."