Kevin 449ca1d987 first commit пре 6 година
..
Node 449ca1d987 first commit пре 6 година
ParserCache 449ca1d987 first commit пре 6 година
Resources 449ca1d987 first commit пре 6 година
Tests 449ca1d987 first commit пре 6 година
.gitignore 449ca1d987 first commit пре 6 година
CHANGELOG.md 449ca1d987 first commit пре 6 година
Compiler.php 449ca1d987 first commit пре 6 година
Expression.php 449ca1d987 first commit пре 6 година
ExpressionFunction.php 449ca1d987 first commit пре 6 година
ExpressionFunctionProviderInterface.php 449ca1d987 first commit пре 6 година
ExpressionLanguage.php 449ca1d987 first commit пре 6 година
LICENSE 449ca1d987 first commit пре 6 година
Lexer.php 449ca1d987 first commit пре 6 година
ParsedExpression.php 449ca1d987 first commit пре 6 година
Parser.php 449ca1d987 first commit пре 6 година
README.md 449ca1d987 first commit пре 6 година
SerializedParsedExpression.php 449ca1d987 first commit пре 6 година
SyntaxError.php 449ca1d987 first commit пре 6 година
Token.php 449ca1d987 first commit пре 6 година
TokenStream.php 449ca1d987 first commit пре 6 година
composer.json 449ca1d987 first commit пре 6 година
phpunit.xml.dist 449ca1d987 first commit пре 6 година

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