youcoding98
Results
2
issues of
youcoding98
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...
I use the command: `java fortran.ofp.FrontEnd --class fortran.ofp.XMLPrinter \ --output output.xml --verbosity 0~100 input.f `torun, but failed. Can it run successfully with only Java environment and no Python environment?Is this...