25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit 1 yıl önce
..
Node initial commit 1 yıl önce
ParserCache initial commit 1 yıl önce
CHANGELOG.md initial commit 1 yıl önce
Compiler.php initial commit 1 yıl önce
Expression.php initial commit 1 yıl önce
ExpressionFunction.php initial commit 1 yıl önce
ExpressionFunctionProviderInterface.php initial commit 1 yıl önce
ExpressionLanguage.php initial commit 1 yıl önce
LICENSE initial commit 1 yıl önce
Lexer.php initial commit 1 yıl önce
ParsedExpression.php initial commit 1 yıl önce
Parser.php initial commit 1 yıl önce
README.md initial commit 1 yıl önce
SerializedParsedExpression.php initial commit 1 yıl önce
SyntaxError.php initial commit 1 yıl önce
Token.php initial commit 1 yıl önce
TokenStream.php initial commit 1 yıl önce
composer.json initial commit 1 yıl önce
phpunit.xml.dist initial commit 1 yıl önce

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