Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit il y a 1 an
..
Node initial commit il y a 1 an
ParserCache initial commit il y a 1 an
CHANGELOG.md initial commit il y a 1 an
Compiler.php initial commit il y a 1 an
Expression.php initial commit il y a 1 an
ExpressionFunction.php initial commit il y a 1 an
ExpressionFunctionProviderInterface.php initial commit il y a 1 an
ExpressionLanguage.php initial commit il y a 1 an
LICENSE initial commit il y a 1 an
Lexer.php initial commit il y a 1 an
ParsedExpression.php initial commit il y a 1 an
Parser.php initial commit il y a 1 an
README.md initial commit il y a 1 an
SerializedParsedExpression.php initial commit il y a 1 an
SyntaxError.php initial commit il y a 1 an
Token.php initial commit il y a 1 an
TokenStream.php initial commit il y a 1 an
composer.json initial commit il y a 1 an
phpunit.xml.dist initial commit il y a 1 an

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