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

..22-Feb-2022-

Node/H03-May-2022-880596

Resources/bin/H23-Nov-2021-2812

CHANGELOG.mdH A D23-Nov-2021479 2718

Compiler.phpH A D03-May-20223 KiB14881

Expression.phpH A D03-May-2022683 3814

ExpressionFunction.phpH A D03-May-20223.4 KiB10744

ExpressionFunctionProviderInterface.phpH A D03-May-2022482 246

ExpressionLanguage.phpH A D03-May-20225.1 KiB18397

LICENSEH A D23-Nov-20211 KiB2016

Lexer.phpH A D03-May-20224.1 KiB10261

ParsedExpression.phpH A D03-May-2022735 3716

Parser.phpH A D03-May-202216.3 KiB410277

README.mdH A D23-Nov-2021646 1612

SerializedParsedExpression.phpH A D03-May-2022847 3815

SyntaxError.phpH A D03-May-20221.2 KiB4227

Token.phpH A D03-May-20221.6 KiB6428

TokenStream.phpH A D03-May-20222.1 KiB8843

composer.jsonH A D23-Nov-2021816 3130

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