stadelmanma / tree-sitter-fortran

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

Support function definitions #30

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Adds support for function statements and fixes the internal procedures rule.

Fixes #14