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

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