Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 21-Sep-2021 | - | ||||
Node/ | H | 03-May-2022 | - | 880 | 596 | |
Resources/bin/ | H | 27-Mar-2020 | - | 28 | 12 | |
CHANGELOG.md | H A D | 27-Mar-2020 | 371 | 21 | 14 | |
Compiler.php | H A D | 03-May-2022 | 3 KiB | 149 | 81 | |
Expression.php | H A D | 03-May-2022 | 698 | 38 | 14 | |
ExpressionFunction.php | H A D | 03-May-2022 | 3.2 KiB | 99 | 44 | |
ExpressionFunctionProviderInterface.php | H A D | 03-May-2022 | 513 | 24 | 6 | |
ExpressionLanguage.php | H A D | 03-May-2022 | 4.7 KiB | 167 | 89 | |
LICENSE | H A D | 27-Mar-2020 | 1 KiB | 20 | 16 | |
Lexer.php | H A D | 03-May-2022 | 4.2 KiB | 104 | 61 | |
ParsedExpression.php | H A D | 03-May-2022 | 735 | 37 | 16 | |
Parser.php | H A D | 03-May-2022 | 15.3 KiB | 380 | 260 | |
README.md | H A D | 27-Mar-2020 | 651 | 16 | 12 | |
SerializedParsedExpression.php | H A D | 03-May-2022 | 847 | 38 | 15 | |
SyntaxError.php | H A D | 03-May-2022 | 1.2 KiB | 42 | 27 | |
Token.php | H A D | 03-May-2022 | 1.7 KiB | 67 | 28 | |
TokenStream.php | H A D | 03-May-2022 | 2.2 KiB | 92 | 43 | |
composer.json | H A D | 27-Mar-2020 | 882 | 36 | 35 |
README.md
1ExpressionLanguage Component 2============================ 3 4The ExpressionLanguage component provides an engine that can compile and 5evaluate expressions. An expression is a one-liner that returns a value 6(mostly, but not limited to, Booleans). 7 8Resources 9--------- 10 11 * [Documentation](https://symfony.com/doc/current/components/expression_language/introduction.html) 12 * [Contributing](https://symfony.com/doc/current/contributing/index.html) 13 * [Report issues](https://github.com/symfony/symfony/issues) and 14 [send Pull Requests](https://github.com/symfony/symfony/pulls) 15 in the [main Symfony repository](https://github.com/symfony/symfony) 16