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

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