Kevin 449ca1d987 first commit hace 5 años
..
Node 449ca1d987 first commit hace 5 años
ParserCache 449ca1d987 first commit hace 5 años
Resources 449ca1d987 first commit hace 5 años
Tests 449ca1d987 first commit hace 5 años
.gitignore 449ca1d987 first commit hace 5 años
CHANGELOG.md 449ca1d987 first commit hace 5 años
Compiler.php 449ca1d987 first commit hace 5 años
Expression.php 449ca1d987 first commit hace 5 años
ExpressionFunction.php 449ca1d987 first commit hace 5 años
ExpressionFunctionProviderInterface.php 449ca1d987 first commit hace 5 años
ExpressionLanguage.php 449ca1d987 first commit hace 5 años
LICENSE 449ca1d987 first commit hace 5 años
Lexer.php 449ca1d987 first commit hace 5 años
ParsedExpression.php 449ca1d987 first commit hace 5 años
Parser.php 449ca1d987 first commit hace 5 años
README.md 449ca1d987 first commit hace 5 años
SerializedParsedExpression.php 449ca1d987 first commit hace 5 años
SyntaxError.php 449ca1d987 first commit hace 5 años
Token.php 449ca1d987 first commit hace 5 años
TokenStream.php 449ca1d987 first commit hace 5 años
composer.json 449ca1d987 first commit hace 5 años
phpunit.xml.dist 449ca1d987 first commit hace 5 años

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