Closed BFergerson closed 6 years ago
Following is valid under current bnf:
define application sub entity key app_uuid blahblah has app_name;
Currently parsed as:
define expression - expression - sub expression - expression - key expression - expression - has expression
As opposed to something more intuitive:
define expression - sub expression - key expression - has expression
Will need to determine all the different types of expressions and the valid hierarchies they can have.
Use these:
Even found a grammar file:
Ended up with a close copy to Graql.g4.
Following is valid under current bnf:
Currently parsed as:
As opposed to something more intuitive:
Will need to determine all the different types of expressions and the valid hierarchies they can have.