terary / gabby-query-protocol-lib

Gabby Query Protocol - library
0 stars 0 forks source link

Expose Visitor #12

Closed terary closed 3 years ago

terary commented 3 years ago

Great way to accomplish https://github.com/terary/gabby-query-protocol-lib/issues/11 (change children junction).

Create visitor, VistorStartFrom('predicatId', visitor)

So changes only effect children nodes. This would be kinda awesome for negating also. !AND = ( !X || !Y)

terary commented 3 years ago
terary commented 3 years ago

Resolved with: https://github.com/terary/gabby-query-protocol-lib/pull/16