Expressions
- Implemented expression escalation: when matching against description, escalate to include annotations on failure. Needs adjustment to DOM eval before it will work.
This commit is contained in:
4
src/E9.h
4
src/E9.h
@@ -59,8 +59,8 @@ private:
|
||||
void operator_gt (Arg&, Arg&, Arg&);
|
||||
void operator_inequal (Arg&, Arg&, Arg&, bool);
|
||||
void operator_equal (Arg&, Arg&, Arg&, bool);
|
||||
void operator_match (Arg&, Arg&, Arg&, bool);
|
||||
void operator_nomatch (Arg&, Arg&, Arg&, bool);
|
||||
void operator_match (Arg&, Arg&, Arg&, bool, const Task&);
|
||||
void operator_nomatch (Arg&, Arg&, Arg&, bool, const Task&);
|
||||
void operator_multiply (Arg&, Arg&, Arg&);
|
||||
void operator_divide (Arg&, Arg&, Arg&);
|
||||
void operator_add (Arg&, Arg&, Arg&);
|
||||
|
||||
Reference in New Issue
Block a user