stadelmanma / tree-sitter-fortran

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

Support subroutines #28

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Adds support for subroutines as well as fixing some grammar rule errors uncovered by parsing real Fortran source code. Unit tests still need added to complete this merge.

Partially addresses #14