open-fortran-parser-xml
open-fortran-parser-xml copied to clipboard
XML output generator for Open Fortran Parser, and Python wrapper for it.
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...