rabin 95e2ed6005 edit il y a 5 jours
..
Node 95e2ed6005 edit il y a 5 jours
CHANGELOG.md 95e2ed6005 edit il y a 5 jours
Compiler.php 95e2ed6005 edit il y a 5 jours
Expression.php 95e2ed6005 edit il y a 5 jours
ExpressionFunction.php 95e2ed6005 edit il y a 5 jours
ExpressionFunctionProviderInterface.php 95e2ed6005 edit il y a 5 jours
ExpressionLanguage.php 95e2ed6005 edit il y a 5 jours
LICENSE 95e2ed6005 edit il y a 5 jours
Lexer.php 95e2ed6005 edit il y a 5 jours
ParsedExpression.php 95e2ed6005 edit il y a 5 jours
Parser.php 95e2ed6005 edit il y a 5 jours
README.md 95e2ed6005 edit il y a 5 jours
SerializedParsedExpression.php 95e2ed6005 edit il y a 5 jours
SyntaxError.php 95e2ed6005 edit il y a 5 jours
Token.php 95e2ed6005 edit il y a 5 jours
TokenStream.php 95e2ed6005 edit il y a 5 jours
composer.json 95e2ed6005 edit il y a 5 jours

README.md

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