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

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