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

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