ExpressionLanguage Component
The ExpressionLanguage component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans).
…e its usage
| Failed to load latest commit information. | |||
|
|
Node |
|
|
|
|
ParserCache |
|
|
|
|
Resources/bin |
|
|
|
|
Tests |
|
|
|
|
.gitignore |
|
|
|
|
CHANGELOG.md |
|
|
|
|
Compiler.php |
|
|
|
|
Expression.php |
|
|
|
|
ExpressionFunction.php |
|
|
|
|
ExpressionFunctionProviderInterface.php |
|
|
|
|
ExpressionLanguage.php |
|
|
|
|
LICENSE |
|
|
|
|
Lexer.php |
|
|
|
|
ParsedExpression.php |
|
|
|
|
Parser.php |
|
|
|
|
README.md |
|
|
|
|
SerializedParsedExpression.php |
|
|
|
|
SyntaxError.php |
|
|
|
|
Token.php |
|
|
|
|
TokenStream.php |
|
|
|
|
composer.json |
|
|
|
|
phpunit.xml.dist |
|
|
The ExpressionLanguage component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans).