has anyone defined a full spec for om.next queries yet? this appears to be incomplete (lacks parameterized joins): https://gist.github.com/swannodette/842326cbb6ab35e0d1aa51fb41c5697e
@devth here's a collection of states, queries, and expected results that i used while developing my read parser last week. no guarantee that the terminology in the comments is consistent and correct, but i verified all the queries with db->tree
.
https://gist.github.com/williballenthin/267be361bb8dd0fe893f61e16425e036
@williballenthin thanks!