You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit 1 year ago
..
Node initial commit 1 year ago
ParserCache initial commit 1 year ago
CHANGELOG.md initial commit 1 year ago
Compiler.php initial commit 1 year ago
Expression.php initial commit 1 year ago
ExpressionFunction.php initial commit 1 year ago
ExpressionFunctionProviderInterface.php initial commit 1 year ago
ExpressionLanguage.php initial commit 1 year ago
LICENSE initial commit 1 year ago
Lexer.php initial commit 1 year ago
ParsedExpression.php initial commit 1 year ago
Parser.php initial commit 1 year ago
README.md initial commit 1 year ago
SerializedParsedExpression.php initial commit 1 year ago
SyntaxError.php initial commit 1 year ago
Token.php initial commit 1 year ago
TokenStream.php initial commit 1 year ago
composer.json initial commit 1 year ago
phpunit.xml.dist initial commit 1 year ago

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