summaryrefslogtreecommitdiff
path: root/src/server/neo4j_cypher_parser.py
AgeCommit message (Collapse)Author
2015-07-06server/neo4j_cypher_parser: allow '/,|' in values (node names, link names)Alon Levy
2015-07-06server: white space fixesAlon Levy
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-22misc: neo4j_util, neo4j_cypher_parserLV-426
2015-05-12server: neo4j_cypher_parser: accept (but don't understand) multiplicityAlon Levy
2015-04-25neo4j_cypher_parser: pass unicode regex flag only on variable input (refines ↵LV-426
19e8301)
2015-04-23server: support unicode in link namesAlon Levy
from https://docs.python.org/2/library/re.html?highlight=regular%20expressions#contents-of-module-re re.U re.UNICODE Make \w, \W, \b, \B, \d, \D, \s and \S dependent on the Unicode character properties database. New in version 2.0.
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 ↵LV-426
self.parent update
2015-04-01extract parser code into neo4j_cypher_parser.pyLV-426