flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
230 stars 48 forks source link

how to dump ast using flang #1115

Closed PressFforlove closed 1 year ago

PressFforlove commented 1 year ago

Hello there, i'm new to f18 and github , and i wonder how to get the ast of a fortran code using flang. i have tried -ast-dump option and it does'nt work. i have also tried -q and -qq option , which are unknow argument By the way, does f18 have flang1 and flang2 ? thank you very much.