CSProjectsAvatar / ml

0 stars 0 forks source link

define CYPHER basic grammar #1

Closed MakeMake23 closed 2 years ago

MakeMake23 commented 2 years ago

Here we define a basic grammar so we can build an AST and do some code.

MakeMake23 commented 2 years ago

I'm adding support for comparisons:

...
WHERE p.name = 'andy' AND p.age <= 15
...