I read this program's code,find that FortranParser2008_FortranParserBase.java as the concrete file to achieve AST. For Example main_program() ,we can find it in this FortranParser2008_FortranParserBase.java.But I can't find this java file in this github program. This only is find in OpenFortranParse-0.8.5.jar. So I want to know how to achieve this file, Or How to override OpenFortranParse to modify this function? Or How to use the Github program to create the jar?
Thank you very much!