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