Skip to content

Commit 5dbf127

Browse files
tushargrbmcutler
authored andcommitted
add java_tokenizer.py (#8)
1 parent 7ca2951 commit 5dbf127

File tree

4 files changed

+528
-0
lines changed

4 files changed

+528
-0
lines changed

tokenizer/java/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Installation Instruction:-
2+
3+
pip3 install javac_parser
4+
5+
Usage:-
6+
7+
To produce output in stdout consisting of tokens of the input file, just run-
8+
9+
python3 java_tokenizer.py path/to/inputfile

0 commit comments

Comments
 (0)