Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
..
Node 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
ParserCache 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
Resources 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
Compiler.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
Expression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
ExpressionFunction.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
ExpressionFunctionProviderInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
ExpressionLanguage.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
Lexer.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
ParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
Parser.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
SerializedParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
SyntaxError.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
Token.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
TokenStream.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 năm trước cách đây
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 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