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