stadelmanma / tree-sitter-fortran

Fortran grammar for tree-sitter
MIT License
30 stars 15 forks source link

Support derived type declarations #6

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

This will involve setting up rules for TYPE ... END TYPE blocks. In general these blocks can contain any regular variable declaration so this issue is dependent on #5. However, I think types can also contain procedures using a CONTAINS statement but I'll need to test if that is possible.

stadelmanma commented 6 years ago

Closed by #22