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

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