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

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