https://github.com/adamkiss/expression-language-custom
READONLY PRIVATE copy of Symfony Expression Language
https://github.com/adamkiss/expression-language-custom
Last synced: 2 months ago
JSON representation
READONLY PRIVATE copy of Symfony Expression Language
- Host: GitHub
- URL: https://github.com/adamkiss/expression-language-custom
- Owner: adamkiss
- License: mit
- Created: 2024-04-28T20:01:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T20:01:23.000Z (about 1 year ago)
- Last Synced: 2025-02-07T01:43:39.957Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[PRIVATE READONLY COPY] 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).Resources
---------* [Documentation](https://symfony.com/doc/current/components/expression_language/introduction.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)