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

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