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

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