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

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