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