Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] XML output of FORTRAN parser

To do it with Photran, you'd have to write a "visitor" for the AST.
I imagine it would take a week if you were a good Java programmer.
I'm not sure whether that qualifies as "reasonable easy".

On Sat, Jul 7, 2012 at 11:50 AM, Jason Fry <jasonfry89@xxxxxxxxx> wrote:
> I am looking to get an XML representation of some FORTRAN spec 2008 code for
> use in a managed wrapper creation tool. Is there a reasonably easy way to do
> this?
>
> Thanks,
> Jason
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>


Back to the top