stadelmanma / tree-sitter-fortran

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

Support data and block data statements #21

Closed stadelmanma closed 1 year ago

stadelmanma commented 6 years ago

I don't have much experience with these personally since I avoid them but they need supported all the same. There is some useful info in the quick ref but I'll need to track down more code samples. https://userpage.physik.fu-berlin.de/~tburnus/gcc-trunk/FortranRef/fQuickRef1.pdf http://www.lahey.com/docs/lfpro78help/hh_start.htm#F95LSProgram_UnitsBlock.htm

stadelmanma commented 3 years ago

Common block supported added in fde4bcc