memgraph/cypher
2016-03-12 12:26:56 +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
tokenizer small rewrite of QueryStripper, Lexer and CypherLexer 2016-02-06 13:45:45 +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 query engine can now generate, compile and run dummy code, everything is ready to generate code for dummy the query: CREATE (n {...}) RETURN n 2016-02-07 22:56:52 +01:00
compiler.hpp small rewrite of QueryStripper, Lexer and CypherLexer 2016-02-06 13:45:45 +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
Makefile First implementation of delete query 2016-01-24 16:21:46 +01:00
parser.cpp fixed commit log singleton bug 2016-03-12 12:26:56 +01:00
parser.hpp query stripping and stripped string hash calculation 2016-02-03 00:18:20 +01:00
token.hpp cypher token update; explicit bool operator 2016-02-06 16:27:21 +01:00