Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/expression-language
Yannick Warnier bd4bae3aef Add static resources and remove tests dir for release 9 years ago
..
Node
ParserCache
Resources/bin
Tests
.gitignore
CHANGELOG.md
Compiler.php
Expression.php
ExpressionFunction.php
ExpressionFunctionProviderInterface.php
ExpressionLanguage.php
LICENSE
Lexer.php
ParsedExpression.php
Parser.php
README.md
SerializedParsedExpression.php
SyntaxError.php
Token.php
TokenStream.php
composer.json
phpunit.xml.dist

README.md

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