stadelmanma / tree-sitter-fortran

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

Support CASE/SELECT statement #13

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

This is another common flow control structure that is well used and should be a priority to support.

Useful reference: https://pages.mtu.edu/~shene/COURSES/cs201/NOTES/chap03/select.html