Skip to content
Advertisement

Tag: python-3.x

How to parse Java code in Python using ANTLRv4

I’m trying to parse some Java code in Python using ANTLRv4. I’ve tried to follow this post, but I get the following error: I can’t figure out what I’m doing wrong. The file I’m trying to parse is proper Java, it’s extracted from the docker-maven-plugin package. I’ve tried with other files, but I get the same error. Any idea ?

Advertisement