stadelmanma / tree-sitter-fortran

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

Support select case construct #20

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Implements support for the case-select construct and fixes the pattern issues in BOZ literals.

Fixes #13 Fixes #19