We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
91491b9
Stabilizes API and usage, as well as including PEP 561 type stubs.
from javac_parser import Java java = Java() java.check_syntax('...') java.get_num_parse_errors('...') java.lex('...')
09b3833
Fixes setup and install process to use common Python packaging idioms.