README.chromium 496 B

123456789101112131415
  1. Name: Pure Python Java parser and tools
  2. Short Name: javalang
  3. URL: https://github.com/c2nes/javalang
  4. Version: 0.13.0
  5. License: MIT
  6. License File: NOT_SHIPPED
  7. Security Critical: no
  8. Description:
  9. javalang is a pure Python library for working with Java source code. javalang
  10. provides a lexer and parser targeting Java 8. The implementation is based on the
  11. Java language spec available at
  12. http://docs.oracle.com/javase/specs/jls/se8/html/.
  13. Chrome uses javalang for Android builds to modify Java files.