Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
..
Node 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
ParserCache 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
Resources 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
Tests 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
Compiler.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
Expression.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
ExpressionFunction.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
ExpressionFunctionProviderInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
ExpressionLanguage.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
Lexer.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
ParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
Parser.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
README.md 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
SerializedParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
SyntaxError.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
Token.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
TokenStream.php 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release %!s(int64=5) %!d(string=hai) anos

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