25개 이상의 토픽을 선택하실 수 없습니다. 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