ibrarahmad opened a new pull request, #880:
URL: https://github.com/apache/age/pull/880

   This commit introduces the cypher .l and cypher.y file contains n a lexer 
and grammar for handling cypher commands, respectively. The new files also 
include a prototype function for the MATCH command, which will be further 
developed in subsequent commits.
   
   flex -b -Cfe -p -p -o ‘cypher.c’ cypher.l
   bison -d cypher.y
   make


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to