Kevin c471d6ad2b install plugin 4 years ago
..
Node c471d6ad2b install plugin 4 years ago
ParserCache c471d6ad2b install plugin 4 years ago
Resources c471d6ad2b install plugin 4 years ago
Tests c471d6ad2b install plugin 4 years ago
.gitignore c471d6ad2b install plugin 4 years ago
CHANGELOG.md c471d6ad2b install plugin 4 years ago
Compiler.php c471d6ad2b install plugin 4 years ago
Expression.php c471d6ad2b install plugin 4 years ago
ExpressionFunction.php c471d6ad2b install plugin 4 years ago
ExpressionFunctionProviderInterface.php c471d6ad2b install plugin 4 years ago
ExpressionLanguage.php c471d6ad2b install plugin 4 years ago
LICENSE c471d6ad2b install plugin 4 years ago
Lexer.php c471d6ad2b install plugin 4 years ago
ParsedExpression.php c471d6ad2b install plugin 4 years ago
Parser.php c471d6ad2b install plugin 4 years ago
README.md c471d6ad2b install plugin 4 years ago
SerializedParsedExpression.php c471d6ad2b install plugin 4 years ago
SyntaxError.php c471d6ad2b install plugin 4 years ago
Token.php c471d6ad2b install plugin 4 years ago
TokenStream.php c471d6ad2b install plugin 4 years ago
composer.json c471d6ad2b install plugin 4 years ago
phpunit.xml.dist c471d6ad2b install plugin 4 years ago

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