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

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