Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@eddieantonio eddieantonio released this 17 May 18:42
· 4 commits to master since this release

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('...')