Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit 1 år sedan
..
Node initial commit 1 år sedan
ParserCache initial commit 1 år sedan
CHANGELOG.md initial commit 1 år sedan
Compiler.php initial commit 1 år sedan
Expression.php initial commit 1 år sedan
ExpressionFunction.php initial commit 1 år sedan
ExpressionFunctionProviderInterface.php initial commit 1 år sedan
ExpressionLanguage.php initial commit 1 år sedan
LICENSE initial commit 1 år sedan
Lexer.php initial commit 1 år sedan
ParsedExpression.php initial commit 1 år sedan
Parser.php initial commit 1 år sedan
README.md initial commit 1 år sedan
SerializedParsedExpression.php initial commit 1 år sedan
SyntaxError.php initial commit 1 år sedan
Token.php initial commit 1 år sedan
TokenStream.php initial commit 1 år sedan
composer.json initial commit 1 år sedan
phpunit.xml.dist initial commit 1 år sedan

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