Skip to content

Commit

Permalink
fix future md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekX committed May 2, 2019
1 parent ea1ca05 commit 9bf2503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FUTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* We will need `ValueParser::getSubParser($requestedName, $default = null)` which returns subparsed value which will be scoped to requested name. Value parser to determine which parser?
* All must be `['allMustBe', <valueExpression>, <expressionReturningAnArray>, <checkExpression>]` -> all must be equal to valueExpression to return true
* One must be `['oneMustBe', <valueExpression>, <expressionReturningAnArray>, <checkExpression>]` -> one must be equal to valueExpression to return true
* String concat operator `['concat', ['value', 'hello'], ['value', ' '], ['value', 'world']]` -> `hello world`, Or concat arrays.
* ~~String concat operator `['concat', ['value', 'hello'], ['value', ' '], ['value', 'world']]` -> `hello world`, Or concat arrays.~~
* Math operator `['math', ['value', 5], '+', ['math', ['value', 4], '*', ['value', 3]]]` -> 5 + (4 * 3)
* Some additional Array operators? (must not contain values, array diff, intersection, to_keys, to_values, etc?)
* Get with no parameters `['get']` equals to `['get', '']` which means whole result.

0 comments on commit 9bf2503

Please sign in to comment.