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 година
..
Node initial commit пре 1 година
ParserCache initial commit пре 1 година
CHANGELOG.md initial commit пре 1 година
Compiler.php initial commit пре 1 година
Expression.php initial commit пре 1 година
ExpressionFunction.php initial commit пре 1 година
ExpressionFunctionProviderInterface.php initial commit пре 1 година
ExpressionLanguage.php initial commit пре 1 година
LICENSE initial commit пре 1 година
Lexer.php initial commit пре 1 година
ParsedExpression.php initial commit пре 1 година
Parser.php initial commit пре 1 година
README.md initial commit пре 1 година
SerializedParsedExpression.php initial commit пре 1 година
SyntaxError.php initial commit пре 1 година
Token.php initial commit пре 1 година
TokenStream.php initial commit пре 1 година
composer.json initial commit пре 1 година
phpunit.xml.dist initial commit пре 1 година

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