rabin 95e2ed6005 edit 3 tygodni temu
..
Node 95e2ed6005 edit 3 tygodni temu
CHANGELOG.md 95e2ed6005 edit 3 tygodni temu
Compiler.php 95e2ed6005 edit 3 tygodni temu
Expression.php 95e2ed6005 edit 3 tygodni temu
ExpressionFunction.php 95e2ed6005 edit 3 tygodni temu
ExpressionFunctionProviderInterface.php 95e2ed6005 edit 3 tygodni temu
ExpressionLanguage.php 95e2ed6005 edit 3 tygodni temu
LICENSE 95e2ed6005 edit 3 tygodni temu
Lexer.php 95e2ed6005 edit 3 tygodni temu
ParsedExpression.php 95e2ed6005 edit 3 tygodni temu
Parser.php 95e2ed6005 edit 3 tygodni temu
README.md 95e2ed6005 edit 3 tygodni temu
SerializedParsedExpression.php 95e2ed6005 edit 3 tygodni temu
SyntaxError.php 95e2ed6005 edit 3 tygodni temu
Token.php 95e2ed6005 edit 3 tygodni temu
TokenStream.php 95e2ed6005 edit 3 tygodni temu
composer.json 95e2ed6005 edit 3 tygodni temu

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