Closed grigoryk closed 6 years ago
This is bulk of the work. Needs another cleanup pass, and rebasing on top of master
- query-parser is gone, algebrizer changed a bit, and #736 is about to land.
Tests pass! I'm not super happy with how parts of this turned out, but it's not a good idea to let this fall behind the other work. We can iterate on the particulars once/if we hit problems along the line.
@ncalexan do you mind giving this a lookover before I have to rebase it again? :sob:
This is an early WIP to get feedback.
So far the only non-mechanical bit was conversion of
InvalidBinding
, since it wraps aBindingError
.Eventually fixes #586.