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