stadelmanma / tree-sitter-fortran

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

Support intrinsic variable declarations #11

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Adds support for intrinsic variable declarations as well as the PARAMETER and EQUIVALENCE statements. A separate PR will add support for custom types and the rest of the specification part.

Fixes #5

Todo: