Menu

#1 Autoparse C headers

Future Time
closed
9
2010-12-19
2010-10-23
No

Automatically parse C headers for #defines, enums, and structs. Automatically generate interface information in a Fortran module.

Discussion

  • Michael List

    Michael List - 2010-10-23

    Some work has been accomplished. The majority of the parsing can be completed using the grammars for pyparsing located in the BlockIt project. These are being used to grab things that don't have preprocessing inside of them....

    The dev/autoparse branch has been set up in the git repository.

     
  • Michael List

    Michael List - 2010-12-19

    The parser prototype is mostly done. It has been cultivated in the dev/fileparser branch for quite some time. I'm closing this item and will open new ones as things come up.

     
  • Michael List

    Michael List - 2010-12-19
    • status: open --> closed
     

Log in to post a comment.