cypher_tokenizer.py

cypher_tokenizer.t_AND(t)[source]

AND

cypher_tokenizer.t_CREATE(t)[source]

CREATE

cypher_tokenizer.t_DOT(t)[source]

.

cypher_tokenizer.t_FLOAT(t)[source]

[+-]?[0-9]*.[0-9]+

cypher_tokenizer.t_INTEGER(t)[source]

[0-9]+

cypher_tokenizer.t_KEY(t)[source]

[A-Za-z]+[0-9]*

cypher_tokenizer.t_MATCH(t)[source]

MATCH

cypher_tokenizer.t_NAME(t)[source]

[A-Z]+[a-z0-9]*

cypher_tokenizer.t_NOT(t)[source]

NOT

cypher_tokenizer.t_OR(t)[source]

OR

cypher_tokenizer.t_RETURN(t)[source]

RETURN

cypher_tokenizer.t_WHERE(t)[source]

WHERE