Kevin c471d6ad2b install plugin 4 năm trước cách đây
..
Node c471d6ad2b install plugin 4 năm trước cách đây
ParserCache c471d6ad2b install plugin 4 năm trước cách đây
Resources c471d6ad2b install plugin 4 năm trước cách đây
Tests c471d6ad2b install plugin 4 năm trước cách đây
.gitignore c471d6ad2b install plugin 4 năm trước cách đây
CHANGELOG.md c471d6ad2b install plugin 4 năm trước cách đây
Compiler.php c471d6ad2b install plugin 4 năm trước cách đây
Expression.php c471d6ad2b install plugin 4 năm trước cách đây
ExpressionFunction.php c471d6ad2b install plugin 4 năm trước cách đây
ExpressionFunctionProviderInterface.php c471d6ad2b install plugin 4 năm trước cách đây
ExpressionLanguage.php c471d6ad2b install plugin 4 năm trước cách đây
LICENSE c471d6ad2b install plugin 4 năm trước cách đây
Lexer.php c471d6ad2b install plugin 4 năm trước cách đây
ParsedExpression.php c471d6ad2b install plugin 4 năm trước cách đây
Parser.php c471d6ad2b install plugin 4 năm trước cách đây
README.md c471d6ad2b install plugin 4 năm trước cách đây
SerializedParsedExpression.php c471d6ad2b install plugin 4 năm trước cách đây
SyntaxError.php c471d6ad2b install plugin 4 năm trước cách đây
Token.php c471d6ad2b install plugin 4 năm trước cách đây
TokenStream.php c471d6ad2b install plugin 4 năm trước cách đây
composer.json c471d6ad2b install plugin 4 năm trước cách đây
phpunit.xml.dist c471d6ad2b install plugin 4 năm trước cách đây

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