stadelmanma / tree-sitter-fortran

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

Support if statements #10

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Adds support for inline and block if statements, with and without block labels.

Fixes #8