Enums§
- Line
Kind - Classification of a logical line.
Functions§
- classify
- Classify a logical line.
- end_
block_ keyword - Extract the block keyword from an
endstatement. E.g.,end subroutine-> Some(“subroutine”),end-> None. - end_
statement_ has_ name - Check if an
end ...line already has a name after the keyword. E.g.,end subroutine s_foo-> true,end subroutine-> false. - extract_
scope_ name - Extract the scope name from a Fortran block-opening line.