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

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