Java-Tokenizer This is a tokenizer for Java implemented in python3, based on PLY and PLYJ. Require python3 PLY (pip install ply) How2Use The executable is ./token. The first argument is the input file path, and the second is the output file path.