Kevin 449ca1d987 first commit 5 лет назад
..
Node 449ca1d987 first commit 5 лет назад
ParserCache 449ca1d987 first commit 5 лет назад
Resources 449ca1d987 first commit 5 лет назад
Tests 449ca1d987 first commit 5 лет назад
.gitignore 449ca1d987 first commit 5 лет назад
CHANGELOG.md 449ca1d987 first commit 5 лет назад
Compiler.php 449ca1d987 first commit 5 лет назад
Expression.php 449ca1d987 first commit 5 лет назад
ExpressionFunction.php 449ca1d987 first commit 5 лет назад
ExpressionFunctionProviderInterface.php 449ca1d987 first commit 5 лет назад
ExpressionLanguage.php 449ca1d987 first commit 5 лет назад
LICENSE 449ca1d987 first commit 5 лет назад
Lexer.php 449ca1d987 first commit 5 лет назад
ParsedExpression.php 449ca1d987 first commit 5 лет назад
Parser.php 449ca1d987 first commit 5 лет назад
README.md 449ca1d987 first commit 5 лет назад
SerializedParsedExpression.php 449ca1d987 first commit 5 лет назад
SyntaxError.php 449ca1d987 first commit 5 лет назад
Token.php 449ca1d987 first commit 5 лет назад
TokenStream.php 449ca1d987 first commit 5 лет назад
composer.json 449ca1d987 first commit 5 лет назад
phpunit.xml.dist 449ca1d987 first commit 5 лет назад

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