Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
..
Node 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
ParserCache 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
Resources 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
Compiler.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
Expression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
ExpressionFunction.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
ExpressionFunctionProviderInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
ExpressionLanguage.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
Lexer.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
ParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
Parser.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
SerializedParsedExpression.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
SyntaxError.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
Token.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
TokenStream.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 년 전

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