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.
xiaoz
bc5d53ab9e
|
2 years ago | |
---|---|---|
.. | ||
Node | 2 years ago | |
CHANGELOG.md | 2 years ago | |
Compiler.php | 2 years ago | |
Expression.php | 2 years ago | |
ExpressionFunction.php | 2 years ago | |
ExpressionFunctionProviderInterface.php | 2 years ago | |
ExpressionLanguage.php | 2 years ago | |
LICENSE | 2 years ago | |
Lexer.php | 2 years ago | |
ParsedExpression.php | 2 years ago | |
Parser.php | 2 years ago | |
README.md | 2 years ago | |
SerializedParsedExpression.php | 2 years ago | |
SyntaxError.php | 2 years ago | |
Token.php | 2 years ago | |
TokenStream.php | 2 years ago | |
composer.json | 2 years 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).