Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
..
Node 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
ParserCache 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
Resources 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
Compiler.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
Expression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
ExpressionFunction.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
ExpressionFunctionProviderInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
ExpressionLanguage.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
Lexer.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
ParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
Parser.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
SerializedParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
SyntaxError.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
Token.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
TokenStream.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 yıl önce

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