Support arithmetics with YAQL expressions

Registered by Winson Chan

This blueprint has been superseded. See the newer blueprint "Full support of YAQL evaluation" for updated plans.

Support basic arithmetic operations (*/+-) and operator precedence in YAQL expressions (i.e. (1+2) * 3 vs. 1 + 2 * 3).

EXAMPLES:

version: "2.0"
wf1:
  type: "direct"
  input:
    - a
    - b
    - c
  tasks:
    t1:
       action: ... d={$.a + $.b + $.c}

AND

version: "2.0"
wf1:
  type: "direct"
  input:
    - a
    - b
    - c
  tasks:
    t1:
       action: ... d={($.a + $.b) + $.c}

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
Winson Chan
Direction:
Needs approval
Assignee:
None
Definition:
Superseded
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Dmitri Zimine

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.