You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit 1 年之前
..
Node initial commit 1 年之前
ParserCache initial commit 1 年之前
CHANGELOG.md initial commit 1 年之前
Compiler.php initial commit 1 年之前
Expression.php initial commit 1 年之前
ExpressionFunction.php initial commit 1 年之前
ExpressionFunctionProviderInterface.php initial commit 1 年之前
ExpressionLanguage.php initial commit 1 年之前
LICENSE initial commit 1 年之前
Lexer.php initial commit 1 年之前
ParsedExpression.php initial commit 1 年之前
Parser.php initial commit 1 年之前
README.md initial commit 1 年之前
SerializedParsedExpression.php initial commit 1 年之前
SyntaxError.php initial commit 1 年之前
Token.php initial commit 1 年之前
TokenStream.php initial commit 1 年之前
composer.json initial commit 1 年之前
phpunit.xml.dist initial commit 1 年之前

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