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

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