Kevin 449ca1d987 first commit 5 gadi atpakaļ
..
Node 449ca1d987 first commit 5 gadi atpakaļ
ParserCache 449ca1d987 first commit 5 gadi atpakaļ
Resources 449ca1d987 first commit 5 gadi atpakaļ
Tests 449ca1d987 first commit 5 gadi atpakaļ
.gitignore 449ca1d987 first commit 5 gadi atpakaļ
CHANGELOG.md 449ca1d987 first commit 5 gadi atpakaļ
Compiler.php 449ca1d987 first commit 5 gadi atpakaļ
Expression.php 449ca1d987 first commit 5 gadi atpakaļ
ExpressionFunction.php 449ca1d987 first commit 5 gadi atpakaļ
ExpressionFunctionProviderInterface.php 449ca1d987 first commit 5 gadi atpakaļ
ExpressionLanguage.php 449ca1d987 first commit 5 gadi atpakaļ
LICENSE 449ca1d987 first commit 5 gadi atpakaļ
Lexer.php 449ca1d987 first commit 5 gadi atpakaļ
ParsedExpression.php 449ca1d987 first commit 5 gadi atpakaļ
Parser.php 449ca1d987 first commit 5 gadi atpakaļ
README.md 449ca1d987 first commit 5 gadi atpakaļ
SerializedParsedExpression.php 449ca1d987 first commit 5 gadi atpakaļ
SyntaxError.php 449ca1d987 first commit 5 gadi atpakaļ
Token.php 449ca1d987 first commit 5 gadi atpakaļ
TokenStream.php 449ca1d987 first commit 5 gadi atpakaļ
composer.json 449ca1d987 first commit 5 gadi atpakaļ
phpunit.xml.dist 449ca1d987 first commit 5 gadi atpakaļ

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