rabin 31323e3715 edit 2 年之前
..
Node b1cb82ec76 edit 6 年之前
ParserCache b1cb82ec76 edit 6 年之前
CHANGELOG.md b1cb82ec76 edit 6 年之前
Compiler.php b1cb82ec76 edit 6 年之前
Expression.php b1cb82ec76 edit 6 年之前
ExpressionFunction.php b1cb82ec76 edit 6 年之前
ExpressionFunctionProviderInterface.php b1cb82ec76 edit 6 年之前
ExpressionLanguage.php b1cb82ec76 edit 6 年之前
LICENSE b1cb82ec76 edit 6 年之前
Lexer.php b1cb82ec76 edit 6 年之前
ParsedExpression.php b1cb82ec76 edit 6 年之前
Parser.php b1cb82ec76 edit 6 年之前
README.md b1cb82ec76 edit 6 年之前
SerializedParsedExpression.php b1cb82ec76 edit 6 年之前
SyntaxError.php b1cb82ec76 edit 6 年之前
Token.php b1cb82ec76 edit 6 年之前
TokenStream.php b1cb82ec76 edit 6 年之前
composer.json b1cb82ec76 edit 6 年之前
phpunit.xml.dist 31323e3715 edit 2 年之前

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