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

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