FestinHegre/vendor/symfony/expression-language
2024-09-26 17:26:04 +02:00
..
Node Vendor 2024-09-26 17:26:04 +02:00
Resources/bin Vendor 2024-09-26 17:26:04 +02:00
CHANGELOG.md Vendor 2024-09-26 17:26:04 +02:00
Compiler.php Vendor 2024-09-26 17:26:04 +02:00
composer.json Vendor 2024-09-26 17:26:04 +02:00
Expression.php Vendor 2024-09-26 17:26:04 +02:00
ExpressionFunction.php Vendor 2024-09-26 17:26:04 +02:00
ExpressionFunctionProviderInterface.php Vendor 2024-09-26 17:26:04 +02:00
ExpressionLanguage.php Vendor 2024-09-26 17:26:04 +02:00
Lexer.php Vendor 2024-09-26 17:26:04 +02:00
LICENSE Vendor 2024-09-26 17:26:04 +02:00
ParsedExpression.php Vendor 2024-09-26 17:26:04 +02:00
Parser.php Vendor 2024-09-26 17:26:04 +02:00
README.md Vendor 2024-09-26 17:26:04 +02:00
SerializedParsedExpression.php Vendor 2024-09-26 17:26:04 +02:00
SyntaxError.php Vendor 2024-09-26 17:26:04 +02:00
Token.php Vendor 2024-09-26 17:26:04 +02:00
TokenStream.php Vendor 2024-09-26 17:26:04 +02:00

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).

Resources