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