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

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