Kevin 449ca1d987 first commit 5 anos atrás
..
Node 449ca1d987 first commit 5 anos atrás
ParserCache 449ca1d987 first commit 5 anos atrás
Resources 449ca1d987 first commit 5 anos atrás
Tests 449ca1d987 first commit 5 anos atrás
.gitignore 449ca1d987 first commit 5 anos atrás
CHANGELOG.md 449ca1d987 first commit 5 anos atrás
Compiler.php 449ca1d987 first commit 5 anos atrás
Expression.php 449ca1d987 first commit 5 anos atrás
ExpressionFunction.php 449ca1d987 first commit 5 anos atrás
ExpressionFunctionProviderInterface.php 449ca1d987 first commit 5 anos atrás
ExpressionLanguage.php 449ca1d987 first commit 5 anos atrás
LICENSE 449ca1d987 first commit 5 anos atrás
Lexer.php 449ca1d987 first commit 5 anos atrás
ParsedExpression.php 449ca1d987 first commit 5 anos atrás
Parser.php 449ca1d987 first commit 5 anos atrás
README.md 449ca1d987 first commit 5 anos atrás
SerializedParsedExpression.php 449ca1d987 first commit 5 anos atrás
SyntaxError.php 449ca1d987 first commit 5 anos atrás
Token.php 449ca1d987 first commit 5 anos atrás
TokenStream.php 449ca1d987 first commit 5 anos atrás
composer.json 449ca1d987 first commit 5 anos atrás
phpunit.xml.dist 449ca1d987 first commit 5 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