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 jaar geleden
..
Node initial commit 1 jaar geleden
ParserCache initial commit 1 jaar geleden
CHANGELOG.md initial commit 1 jaar geleden
Compiler.php initial commit 1 jaar geleden
Expression.php initial commit 1 jaar geleden
ExpressionFunction.php initial commit 1 jaar geleden
ExpressionFunctionProviderInterface.php initial commit 1 jaar geleden
ExpressionLanguage.php initial commit 1 jaar geleden
LICENSE initial commit 1 jaar geleden
Lexer.php initial commit 1 jaar geleden
ParsedExpression.php initial commit 1 jaar geleden
Parser.php initial commit 1 jaar geleden
README.md initial commit 1 jaar geleden
SerializedParsedExpression.php initial commit 1 jaar geleden
SyntaxError.php initial commit 1 jaar geleden
Token.php initial commit 1 jaar geleden
TokenStream.php initial commit 1 jaar geleden
composer.json initial commit 1 jaar geleden
phpunit.xml.dist initial commit 1 jaar geleden

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