memgraph/cypher
2016-01-30 18:57:18 +01:00
..
ast cypher compiler and Ast are now wrapped inside the query engine 2016-01-28 00:29:38 +01:00
debug MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
lemon added lempar to repository 2015-09-17 21:52:16 +02:00
lexertl@5acf39fbea Lexertl git submodule 2015-09-17 21:37:53 +02:00
query initial work on query engine, only rough draft of the first level of the arhitecture, implementation is still empty 2016-01-26 23:40:11 +01:00
visitor MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
.gitignore working on cypher parser 2015-10-18 19:44:00 +02:00
common.hpp initial work on query engine, only rough draft of the first level of the arhitecture, implementation is still empty 2016-01-26 23:40:11 +01:00
compiler.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
cypher_lexer.hpp MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
cypher.y MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
errors.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
init.sh Lexertl init script 2015-09-17 22:20:52 +02:00
lexer.cpp Lexertl git submodule 2015-09-17 21:37:53 +02:00
lexer.hpp uint64_t was replaced with the Id object. Fixes T28. 2015-11-21 19:16:19 +01:00
Makefile First implementation of delete query 2016-01-24 16:21:46 +01:00
parser.cpp minor changes, cppgen was removed from cypher, query_engine should for now contain that kind of logic 2016-01-30 18:57:18 +01:00
parser.hpp DISTINCT is now inside AST; tradeoff: [Return object with return list and distinct pointers -> query executor is going to be more complex] OR [ReturnList object and ReturnDistinct object -> lemon / LARL(1) syntax will be much more complex] 2016-01-18 00:41:54 +01:00
token.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00