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

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