stadelmanma / tree-sitter-fortran

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

Support use, implicit, and include statments #16

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Adds support for the above statements as well as unit tests. A part of this merge is also a tweak to how intrinsic variables get defined. The kind and size are now separate rules.

Fixes #12