Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-22 | canonicalize: fix some compat issues for AST module | Timotej Lazar | |
TODO check if this is OK | |||
2018-01-19 | regex: add several types of patterns | Timotej Lazar | |
Add patterns describing function calls and control structures. | |||
2018-01-19 | Tweak main | Timotej Lazar | |
Store original program before canonicalization. Print attributes. Use only 70% of data. Increase number of estimators for RF. | |||
2018-01-19 | regex: remove find_patterns (unused and broken) | Timotej Lazar | |
2018-01-10 | canonicalize: oops, missed a spot | Timotej Lazar | |
2018-01-10 | regex: always include operator in BinOp/Compare patterns | Timotej Lazar | |
2018-01-08 | Add main | Timotej Lazar | |
2018-01-08 | Oops, missed a print | Timotej Lazar | |
2018-01-08 | Import asttokens library | Timotej Lazar | |
2018-01-08 | Import dynamic pattern stuff | Timotej Lazar | |
2018-01-08 | Simplify canonicalize.canonicalize | Timotej Lazar | |
2018-01-03 | canonicalize: support »import *« | Timotej Lazar | |
2018-01-03 | canonicalize: don’t rename imports | Timotej Lazar | |
2017-12-29 | Import AST pattern stuff | Timotej Lazar | |
2017-12-28 | Add .gitignore | Timotej Lazar | |
2017-12-28 | Import canonicalization module from ITAP | Timotej Lazar | |
Code by Kelly Rivers found at https://github.com/krivers/ITAP-django. |