stadelmanma / tree-sitter-fortran

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

Support the DO loop construct #7

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Add support for the block form, DO...END DO, this takes precedence over the implied do loop construct and will hopefully be easier to support. I'll also need to try and support the use of block labels and statement labels.