dakele 6e8ebc6ddd first commit il y a 4 ans
..
Node 6e8ebc6ddd first commit il y a 4 ans
ParserCache 6e8ebc6ddd first commit il y a 4 ans
CHANGELOG.md 6e8ebc6ddd first commit il y a 4 ans
Compiler.php 6e8ebc6ddd first commit il y a 4 ans
Expression.php 6e8ebc6ddd first commit il y a 4 ans
ExpressionFunction.php 6e8ebc6ddd first commit il y a 4 ans
ExpressionFunctionProviderInterface.php 6e8ebc6ddd first commit il y a 4 ans
ExpressionLanguage.php 6e8ebc6ddd first commit il y a 4 ans
LICENSE 6e8ebc6ddd first commit il y a 4 ans
Lexer.php 6e8ebc6ddd first commit il y a 4 ans
ParsedExpression.php 6e8ebc6ddd first commit il y a 4 ans
Parser.php 6e8ebc6ddd first commit il y a 4 ans
README.md 6e8ebc6ddd first commit il y a 4 ans
SerializedParsedExpression.php 6e8ebc6ddd first commit il y a 4 ans
SyntaxError.php 6e8ebc6ddd first commit il y a 4 ans
Token.php 6e8ebc6ddd first commit il y a 4 ans
TokenStream.php 6e8ebc6ddd first commit il y a 4 ans
composer.json 6e8ebc6ddd first commit il y a 4 ans
phpunit.xml.dist 6e8ebc6ddd first commit il y a 4 ans

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