How to give java file to javacc
Hello All,
I have generated a parser with javacc. It takes the input now from command line. This seems impractical to give huge java files to it through command line. I want to know how can we give it a file containing java code like we give through fstream etc.
waiting for your reply.
Best regards,
Naveed Chaudhry

