Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit 1 rok temu
..
Node initial commit 1 rok temu
ParserCache initial commit 1 rok temu
CHANGELOG.md initial commit 1 rok temu
Compiler.php initial commit 1 rok temu
Expression.php initial commit 1 rok temu
ExpressionFunction.php initial commit 1 rok temu
ExpressionFunctionProviderInterface.php initial commit 1 rok temu
ExpressionLanguage.php initial commit 1 rok temu
LICENSE initial commit 1 rok temu
Lexer.php initial commit 1 rok temu
ParsedExpression.php initial commit 1 rok temu
Parser.php initial commit 1 rok temu
README.md initial commit 1 rok temu
SerializedParsedExpression.php initial commit 1 rok temu
SyntaxError.php initial commit 1 rok temu
Token.php initial commit 1 rok temu
TokenStream.php initial commit 1 rok temu
composer.json initial commit 1 rok temu
phpunit.xml.dist initial commit 1 rok temu

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