{"library":"javalang","type":"library","category":null,"description":"Javalang is a pure Python library designed for working with Java source code. It provides a lexer and parser specifically targeting Java 8, with its implementation based on the Java Language Specification. The library's current version is 0.13.0, released on March 28, 2020.","language":"python","status":"maintenance","version":"0.13.0","tags":["Java","parsing","AST","lexer","parser","static analysis"],"last_verified":"Mon May 25","install":[{"cmd":"pip install javalang","imports":["import javalang\ntree = javalang.parse.parse(java_code)","from javalang import tree\n# tree is an instance of CompilationUnit","from javalang import tree\n# For traversing AST nodes"]}],"homepage":null,"github":"http://github.com/c2nes/javalang","docs":null,"changelog":null,"pypi":"https://pypi.org/project/javalang/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/javalang/compatibility"}}