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

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