stadelmanma / tree-sitter-fortran

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

Support the IF/ELSEIF/ELSE construct #8

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Add support for the block form, IF...END IF and the single line form. I'll also need to try and support the use of block labels and statement labels.