Kevin c471d6ad2b install plugin преди 4 години
..
Node c471d6ad2b install plugin преди 4 години
ParserCache c471d6ad2b install plugin преди 4 години
Resources c471d6ad2b install plugin преди 4 години
Tests c471d6ad2b install plugin преди 4 години
.gitignore c471d6ad2b install plugin преди 4 години
CHANGELOG.md c471d6ad2b install plugin преди 4 години
Compiler.php c471d6ad2b install plugin преди 4 години
Expression.php c471d6ad2b install plugin преди 4 години
ExpressionFunction.php c471d6ad2b install plugin преди 4 години
ExpressionFunctionProviderInterface.php c471d6ad2b install plugin преди 4 години
ExpressionLanguage.php c471d6ad2b install plugin преди 4 години
LICENSE c471d6ad2b install plugin преди 4 години
Lexer.php c471d6ad2b install plugin преди 4 години
ParsedExpression.php c471d6ad2b install plugin преди 4 години
Parser.php c471d6ad2b install plugin преди 4 години
README.md c471d6ad2b install plugin преди 4 години
SerializedParsedExpression.php c471d6ad2b install plugin преди 4 години
SyntaxError.php c471d6ad2b install plugin преди 4 години
Token.php c471d6ad2b install plugin преди 4 години
TokenStream.php c471d6ad2b install plugin преди 4 години
composer.json c471d6ad2b install plugin преди 4 години
phpunit.xml.dist c471d6ad2b install plugin преди 4 години

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