ftsrg / ingraph

Incremental view maintenance for openCypher graph queries.
http://docs.inf.mit.bme.hu/ingraph/
Eclipse Public License 1.0
48 stars 10 forks source link

Grammar: fine tune expression inheritance hierarchy #292

Closed jmarton closed 6 years ago

jmarton commented 6 years ago

This PR modifies the compiler to follow the clarifying changes to the grammar as described in slizaa/slizaa-opencypher-xtext#33.

Note: the referenced changes introduce incompatible changes to the openCypher Xtext grammar. Upgrading the grammar would break the compiler, and merging this PR should turn it green again.