c2nes / javalang

Pure Python Java parser and tools
MIT License
737 stars 161 forks source link

Changeset allowing to parse a large test set #97

Open kleag opened 3 years ago

kleag commented 3 years ago

It also allows to make possible to cycle between code, parse tree and AST using code from external-knowledge-codegen . It has been tested with 1600 Java files and >100k functions from the concode project.

https://github.com/kleag/external-knowledge-codegen currently contains a copy of this javalang version.