stadelmanma / tree-sitter-fortran

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

Parse type specifier in `allocate` statements #111

Closed ZedThree closed 5 hours ago

ZedThree commented 1 day ago

Closes https://github.com/stadelmanma/tree-sitter-fortran/issues/108

This is a breaking change in that allocate statements now appear as explicit nodes (heads up @pjpbyrne!)

Includes #106 and #105 to avoid merge conflicts