Kevin 449ca1d987 first commit il y a 5 ans
..
Node 449ca1d987 first commit il y a 5 ans
ParserCache 449ca1d987 first commit il y a 5 ans
Resources 449ca1d987 first commit il y a 5 ans
Tests 449ca1d987 first commit il y a 5 ans
.gitignore 449ca1d987 first commit il y a 5 ans
CHANGELOG.md 449ca1d987 first commit il y a 5 ans
Compiler.php 449ca1d987 first commit il y a 5 ans
Expression.php 449ca1d987 first commit il y a 5 ans
ExpressionFunction.php 449ca1d987 first commit il y a 5 ans
ExpressionFunctionProviderInterface.php 449ca1d987 first commit il y a 5 ans
ExpressionLanguage.php 449ca1d987 first commit il y a 5 ans
LICENSE 449ca1d987 first commit il y a 5 ans
Lexer.php 449ca1d987 first commit il y a 5 ans
ParsedExpression.php 449ca1d987 first commit il y a 5 ans
Parser.php 449ca1d987 first commit il y a 5 ans
README.md 449ca1d987 first commit il y a 5 ans
SerializedParsedExpression.php 449ca1d987 first commit il y a 5 ans
SyntaxError.php 449ca1d987 first commit il y a 5 ans
Token.php 449ca1d987 first commit il y a 5 ans
TokenStream.php 449ca1d987 first commit il y a 5 ans
composer.json 449ca1d987 first commit il y a 5 ans
phpunit.xml.dist 449ca1d987 first commit il y a 5 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