stadelmanma / tree-sitter-fortran

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

Support forall construct #38

Closed stadelmanma closed 5 years ago

stadelmanma commented 5 years ago

Adds support for inline and block FORALL statements.

Fixes #36