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