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