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

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