Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
..
Node 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
ParserCache 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
Resources 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
Tests 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
Compiler.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
Expression.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
ExpressionFunction.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
ExpressionFunctionProviderInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
ExpressionLanguage.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
Lexer.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
ParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
Parser.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
README.md 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
SerializedParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
SyntaxError.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
Token.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
TokenStream.php 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release преди 5 години
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release преди 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