rabin 95e2ed6005 edit il y a 3 semaines
..
Node 95e2ed6005 edit il y a 3 semaines
CHANGELOG.md 95e2ed6005 edit il y a 3 semaines
Compiler.php 95e2ed6005 edit il y a 3 semaines
Expression.php 95e2ed6005 edit il y a 3 semaines
ExpressionFunction.php 95e2ed6005 edit il y a 3 semaines
ExpressionFunctionProviderInterface.php 95e2ed6005 edit il y a 3 semaines
ExpressionLanguage.php 95e2ed6005 edit il y a 3 semaines
LICENSE 95e2ed6005 edit il y a 3 semaines
Lexer.php 95e2ed6005 edit il y a 3 semaines
ParsedExpression.php 95e2ed6005 edit il y a 3 semaines
Parser.php 95e2ed6005 edit il y a 3 semaines
README.md 95e2ed6005 edit il y a 3 semaines
SerializedParsedExpression.php 95e2ed6005 edit il y a 3 semaines
SyntaxError.php 95e2ed6005 edit il y a 3 semaines
Token.php 95e2ed6005 edit il y a 3 semaines
TokenStream.php 95e2ed6005 edit il y a 3 semaines
composer.json 95e2ed6005 edit il y a 3 semaines

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