mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 00:56:04 +00:00

Unparse takes a parse tree and converts it back to Fortran. class UnparseVisitor implements a parse tree visitor that emits the appropriate Fortran source for each node that it visits. It is only partially implemented so far. Change f18 to dump the parse tree using Unparse. Original-commit: flang-compiler/f18@e80c13ec88 Reviewed-on: https://github.com/flang-compiler/f18/pull/15