Hi, I am looking for information about writting a Java Parser in C. All I want the parser to do is get keywords, operators, variables, etc and output this information to a file. It doesn't have to be fancy for anything. I have alot of psuedo code already done for this but it would be nice to have some more help to see how I can implement certain things and if I am doing some things right.
Also, white space and commits are ignored.
Also, white space and commits are ignored.