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

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