Hi, what is your use-case for that? What would you want to do with these parsed cypher queries?
The PEG parser (parboiled) builds an internal AST representation of the query. Feel free to have a look at the scala parser in CypherCompiler20 or the prettyfier. Michael Am 15.03.2014 um 16:15 schrieb Andreea Sandu <[email protected]>: > Hi, > > I have been browsing through the code of Neo4j, but I haven't found a way to > use its Cypher parser independently. What I would need is a way to parse > Cypher queries into Java objects or JSON strings. I noticed that in the REST > api, the query is sent to the server as a string in a JSON string, but > without being parsed. Is something like this possible? > > Thank you, > Andreea > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
