dakele 6e8ebc6ddd first commit há 4 anos atrás
..
Node 6e8ebc6ddd first commit há 4 anos atrás
ParserCache 6e8ebc6ddd first commit há 4 anos atrás
CHANGELOG.md 6e8ebc6ddd first commit há 4 anos atrás
Compiler.php 6e8ebc6ddd first commit há 4 anos atrás
Expression.php 6e8ebc6ddd first commit há 4 anos atrás
ExpressionFunction.php 6e8ebc6ddd first commit há 4 anos atrás
ExpressionFunctionProviderInterface.php 6e8ebc6ddd first commit há 4 anos atrás
ExpressionLanguage.php 6e8ebc6ddd first commit há 4 anos atrás
LICENSE 6e8ebc6ddd first commit há 4 anos atrás
Lexer.php 6e8ebc6ddd first commit há 4 anos atrás
ParsedExpression.php 6e8ebc6ddd first commit há 4 anos atrás
Parser.php 6e8ebc6ddd first commit há 4 anos atrás
README.md 6e8ebc6ddd first commit há 4 anos atrás
SerializedParsedExpression.php 6e8ebc6ddd first commit há 4 anos atrás
SyntaxError.php 6e8ebc6ddd first commit há 4 anos atrás
Token.php 6e8ebc6ddd first commit há 4 anos atrás
TokenStream.php 6e8ebc6ddd first commit há 4 anos atrás
composer.json 6e8ebc6ddd first commit há 4 anos atrás
phpunit.xml.dist 6e8ebc6ddd first commit há 4 anos atrás

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