index
:
rhizi
POC_2.5d
Prototype
graph-view-commit-log
issue593
master
pastebin
reqs
wip/addNode-refactoring
wip/addNode-refactoring.rebased
wip/bilinks
wip/id_not_lower_case_name
wip/links-reorder-by-selection
wip/map-nodes-by-id_minimize-name-use
wip/selection-ring
wip__doc_support
Connective intelligence
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
neo4j_cypher_parser.py
Age
Commit message (
Collapse
)
Author
2015-07-06
server/neo4j_cypher_parser: allow '/,|' in values (node names, link names)
Alon Levy
2015-07-06
server: white space fixes
Alon Levy
2015-06-04
add copyright and license headers for GNU AGPL v3
Alon Levy
2015-05-22
misc: neo4j_util, neo4j_cypher_parser
LV-426
2015-05-12
server: neo4j_cypher_parser: accept (but don't understand) multiplicity
Alon Levy
2015-04-25
neo4j_cypher_parser: pass unicode regex flag only on variable input (refines ↵
LV-426
19e8301)
2015-04-23
server: support unicode in link names
Alon 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-01
neo4j_cypher_parser: sub_exp_set_by_type(): return ctx by default
LV-426
2015-04-01
neo4j_cypher_x: misc
LV-426
2015-04-01
parse__e_val_or_param(): code symmetry
LV-426
2015-04-01
e_param: doc
LV-426
2015-04-01
e_kv_pair: is_set__key, is_set__value, assertions
LV-426
2015-04-01
p_label_set_container: remove, use p_node.label_set & p_rel.type properties
LV-426
2015-04-01
sub_exp_set_by_type: fix logical recursion bug
LV-426
2015-04-01
neo4j_cypher_parser: rename: f_cascade -> f_recurse
LV-426
2015-04-01
neo4j_cypher_parser: misc
LV-426
2015-04-01
neo4j_cypher_parser: have p_node, p_rel inherit from p_label_set_container
LV-426
2015-04-01
neo4j_cypher_parser: e_label_set: add_label()
LV-426
2015-04-01
neo4j_cypher_parser: explicit naming for tok__quote__xx tokens
LV-426
2015-04-01
neo4j_cypher_parser: rotate__pin_under_new_parent(): add forgotten ↵
LV-426
self.parent update
2015-04-01
extract parser code into neo4j_cypher_parser.py
LV-426