JetBrains-Research / astminer

A library for mining of path-based representations of code (and more)
MIT License
282 stars 80 forks source link

Spoon parser #168

Closed illided closed 3 years ago

illided commented 3 years ago

This PR aims to add a new parser to the astminer: the Spoon parser. The Spoon parser is quite cumbersome and heavy, but it allows you to extract a large amount of semantic information from Java code and potentially oppose itself to other simpler and more abstract parsers.

(New PR was created due to some branch structure and code style changes)