tree-sitter-fortran icon indicating copy to clipboard operation
tree-sitter-fortran copied to clipboard

User defined parameterised types

Open ZedThree opened this issue 1 year ago • 0 comments

User defined types can have len and kind parameters:

type foo(nlen)
  integer, len :: nlen
  character(nlen) :: name
end type

ZedThree avatar Jul 25 '23 16:07 ZedThree