summaryrefslogtreecommitdiff
path: root/regex
AgeCommit message (Collapse)Author
2018-01-25regex: minor and probably unnecessary tweakTimotej Lazar
2018-01-25regex: fix attribute handling in make_patternTimotej Lazar
Needs more testing.
2018-01-25regex: tweak make_pattern functionTimotej Lazar
Fix a bug where literals were not included in patterns (»not x« is not the same as »x is None«).
2018-01-19regex: add several types of patternsTimotej Lazar
Add patterns describing function calls and control structures.
2018-01-19regex: remove find_patterns (unused and broken)Timotej Lazar
2018-01-10regex: always include operator in BinOp/Compare patternsTimotej Lazar
2018-01-08Import asttokens libraryTimotej Lazar
2017-12-29Import AST pattern stuffTimotej Lazar