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