• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-Sep-2021-

Node/H03-May-2022-880596

Resources/bin/H27-Mar-2020-2812

CHANGELOG.mdH A D27-Mar-2020371 2114

Compiler.phpH A D03-May-20223 KiB14981

Expression.phpH A D03-May-2022698 3814

ExpressionFunction.phpH A D03-May-20223.2 KiB9944

ExpressionFunctionProviderInterface.phpH A D03-May-2022513 246

ExpressionLanguage.phpH A D03-May-20224.7 KiB16789

LICENSEH A D27-Mar-20201 KiB2016

Lexer.phpH A D03-May-20224.2 KiB10461

ParsedExpression.phpH A D03-May-2022735 3716

Parser.phpH A D03-May-202215.3 KiB380260

README.mdH A D27-Mar-2020651 1612

SerializedParsedExpression.phpH A D03-May-2022847 3815

SyntaxError.phpH A D03-May-20221.2 KiB4227

Token.phpH A D03-May-20221.7 KiB6728

TokenStream.phpH A D03-May-20222.2 KiB9243

composer.jsonH A D27-Mar-2020882 3635

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