選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
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