stadelmanma / tree-sitter-fortran

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

Chained array access does not work #52

Closed stadelmanma closed 3 years ago

stadelmanma commented 3 years ago

The following expression fails to parse name_check = adjustl(line(i)(1:pos-1)) since I don't currently have a way to handle chained array access or I suppose more generally, chained expressions. I'm not sure at a glance what other areas might need support for chaining expressions.