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

..03-May-2022-

Node/H03-May-2022-880596

Resources/bin/H03-May-2022-2812

CHANGELOG.mdH A D03-Dec-2021371 2114

Compiler.phpH A D03-Dec-20213 KiB14981

Expression.phpH A D03-Dec-2021698 3814

ExpressionFunction.phpH A D03-Dec-20213.2 KiB9944

ExpressionFunctionProviderInterface.phpH A D03-Dec-2021513 246

ExpressionLanguage.phpH A D03-Dec-20214.7 KiB16789

LICENSEH A D03-Dec-20211 KiB2016

Lexer.phpH A D03-Dec-20214.1 KiB10461

ParsedExpression.phpH A D03-Dec-2021735 3716

Parser.phpH A D03-Dec-202115.4 KiB380260

README.mdH A D03-Dec-2021646 1612

SerializedParsedExpression.phpH A D03-Dec-2021847 3815

SyntaxError.phpH A D03-Dec-20211.2 KiB4227

Token.phpH A D03-Dec-20211.7 KiB6728

TokenStream.phpH A D03-Dec-20212.2 KiB9243

composer.jsonH A D03-Dec-2021813 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