src-d / awesome-machine-learning-on-source-code

Cool links & research papers related to Machine Learning applied to source code (MLonCode)
Creative Commons Attribution Share Alike 4.0 International
6.19k stars 842 forks source link

Hypothesis strategies for generating Python programs, #195

Open cleder opened 4 years ago

cleder commented 4 years ago

Would https://github.com/Zac-HD/hypothesmith fit in here?

This package provides two Hypothesis strategies for generating Python source code.

The generated code will always be syntactically valid, and is useful for testing parsers, linters, auto-formatters, and other tools that operate on source code.

bzz commented 4 years ago

Hi @cleder thank you for sharing interesting project - it would be a good fit for the code synthesis section, but I'm afraid that this repository, as well as everything under src- org on GH may not be actively maintained any more, for legal reasons.

Some of the other projects were forked and are maintained outside e.g https://github.com/src-d/enry/issues/253 but I'm not sure about status of this one.