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