expression library
This package simplifies the creation of expression parsers.
Classes
-
ExpressionBuilder<
T> - A builder that allows the simple definition of expression grammars with prefix, postfix, and left- and right-associative infix operators.
-
ExpressionGroup<
T> - Models a group of operators of the same precedence.