We need an expression language for conditional creation of objects

Issue #10 closed
Vince Bickers repo owner created an issue

variable op value

should this extend to include conjunction/disjunction and subexpressions? e.g.

(var op value and var op value) or var op value

Comments (3)

  1. Vince Bickers reporter
    1. Start by expanding the relational operators: eq, ne, gt, lt, le, ge
    2. Add the logical connectives: and, or
    3. Add the logical negation: not
    4. Add subexpressions: (...)
    5. Consider adding arithmetic operators: mul, div, mod, add, sub
    6. Consider adding bitwise operators: and, or, xor, shl, shr, cmp
  2. Log in to comment