summaryrefslogtreecommitdiff
path: root/src/server/neo4j_cypher_parser.py
AgeCommit message (Expand)Author
2015-04-01neo4j_cypher_parser: sub_exp_set_by_type(): return ctx by defaultLV-426
2015-04-01neo4j_cypher_x: miscLV-426
2015-04-01parse__e_val_or_param(): code symmetryLV-426
2015-04-01e_param: docLV-426
2015-04-01e_kv_pair: is_set__key, is_set__value, assertionsLV-426
2015-04-01p_label_set_container: remove, use p_node.label_set & p_rel.type propertiesLV-426
2015-04-01sub_exp_set_by_type: fix logical recursion bugLV-426
2015-04-01neo4j_cypher_parser: rename: f_cascade -> f_recurseLV-426
2015-04-01neo4j_cypher_parser: miscLV-426
2015-04-01neo4j_cypher_parser: have p_node, p_rel inherit from p_label_set_containerLV-426
2015-04-01neo4j_cypher_parser: e_label_set: add_label()LV-426
2015-04-01neo4j_cypher_parser: explicit naming for tok__quote__xx tokensLV-426
2015-04-01neo4j_cypher_parser: rotate__pin_under_new_parent(): add forgotten self.paren...LV-426
2015-04-01extract parser code into neo4j_cypher_parser.pyLV-426