Kevin 449ca1d987 first commit 5 年之前
..
Node 449ca1d987 first commit 5 年之前
ParserCache 449ca1d987 first commit 5 年之前
Resources 449ca1d987 first commit 5 年之前
Tests 449ca1d987 first commit 5 年之前
.gitignore 449ca1d987 first commit 5 年之前
CHANGELOG.md 449ca1d987 first commit 5 年之前
Compiler.php 449ca1d987 first commit 5 年之前
Expression.php 449ca1d987 first commit 5 年之前
ExpressionFunction.php 449ca1d987 first commit 5 年之前
ExpressionFunctionProviderInterface.php 449ca1d987 first commit 5 年之前
ExpressionLanguage.php 449ca1d987 first commit 5 年之前
LICENSE 449ca1d987 first commit 5 年之前
Lexer.php 449ca1d987 first commit 5 年之前
ParsedExpression.php 449ca1d987 first commit 5 年之前
Parser.php 449ca1d987 first commit 5 年之前
README.md 449ca1d987 first commit 5 年之前
SerializedParsedExpression.php 449ca1d987 first commit 5 年之前
SyntaxError.php 449ca1d987 first commit 5 年之前
Token.php 449ca1d987 first commit 5 年之前
TokenStream.php 449ca1d987 first commit 5 年之前
composer.json 449ca1d987 first commit 5 年之前
phpunit.xml.dist 449ca1d987 first commit 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